AzureDevOpsOrganizationConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AzureDevOps Org Inventory Configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsOrganizationConfigurationTypeConverter))]
public class AzureDevOpsOrganizationConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsOrganizationConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsOrganizationConfigurationTypeConverter))>]
type AzureDevOpsOrganizationConfiguration = class
interface IAzureDevOpsOrganizationConfiguration
interface IJsonSerializable
Public Class AzureDevOpsOrganizationConfiguration
Implements IAzureDevOpsOrganizationConfiguration
- Inheritance
-
AzureDevOpsOrganizationConfiguration
- Attributes
- Implements
Constructors
AzureDevOpsOrganizationConfiguration() |
Creates an new AzureDevOpsOrganizationConfiguration instance. |
Properties
AutoDiscovery |
AutoDiscovery states. |
ProjectConfig |
AzureDevOps Project Inventory Configuration. Dictionary of AzureDevOps project name to desired project configuration. If AutoDiscovery is Enabled, this field should be empty or null. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureDevOpsOrganizationConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureDevOpsOrganizationConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsOrganizationConfiguration. |
FromJsonString(String) |
Creates a new instance of AzureDevOpsOrganizationConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureDevOpsOrganizationConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |