AzureDevOpsProjectConfigurationRepositoryConfigs 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 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>) |