Condividi tramite


AzureDevOpsProjectConfiguration Class

Definition

AzureDevOps Project Inventory Configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsProjectConfigurationTypeConverter))]
public class AzureDevOpsProjectConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsProjectConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsProjectConfigurationTypeConverter))>]
type AzureDevOpsProjectConfiguration = class
    interface IAzureDevOpsProjectConfiguration
    interface IJsonSerializable
Public Class AzureDevOpsProjectConfiguration
Implements IAzureDevOpsProjectConfiguration
Inheritance
AzureDevOpsProjectConfiguration
Attributes
Implements

Constructors

AzureDevOpsProjectConfiguration()

Creates an new AzureDevOpsProjectConfiguration instance.

Properties

AutoDiscovery

AutoDiscovery states.

RepositoryConfig

AzureDevOps Repository Inventory Configuration. Dictionary of AzureDevOps repository name to desired repository configuration. If AutoDiscovery is Enabled, this field should be null or empty.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureDevOpsProjectConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureDevOpsProjectConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsProjectConfiguration.

FromJsonString(String)

Creates a new instance of AzureDevOpsProjectConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureDevOpsProjectConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to