共用方式為


AzureDevOpsProjectConfigurationRepositoryConfigs Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsProjectConfigurationRepositoryConfigsTypeConverter))]
public class AzureDevOpsProjectConfigurationRepositoryConfigs : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsProjectConfigurationRepositoryConfigs, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBaseResourceConfiguration>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsProjectConfigurationRepositoryConfigsTypeConverter))>]
type AzureDevOpsProjectConfigurationRepositoryConfigs = class
    interface IAzureDevOpsProjectConfigurationRepositoryConfigs
    interface IJsonSerializable
    interface IAssociativeArray<IBaseResourceConfiguration>
Public Class AzureDevOpsProjectConfigurationRepositoryConfigs
Implements IAssociativeArray(Of IBaseResourceConfiguration), IAzureDevOpsProjectConfigurationRepositoryConfigs
Inheritance
AzureDevOpsProjectConfigurationRepositoryConfigs
Attributes
Implements

Constructors

AzureDevOpsProjectConfigurationRepositoryConfigs()

Creates an new AzureDevOpsProjectConfigurationRepositoryConfigs instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IBaseResourceConfiguration)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureDevOpsProjectConfigurationRepositoryConfigs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureDevOpsProjectConfigurationRepositoryConfigs.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureDevOpsProjectConfigurationRepositoryConfigs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IBaseResourceConfiguration)

Operators

Implicit(AzureDevOpsProjectConfigurationRepositoryConfigs to Dictionary<String,IBaseResourceConfiguration>)

Explicit Interface Implementations

IAssociativeArray<IBaseResourceConfiguration>.AdditionalProperties
IAssociativeArray<IBaseResourceConfiguration>.Count
IAssociativeArray<IBaseResourceConfiguration>.Keys
IAssociativeArray<IBaseResourceConfiguration>.Values

Applies to