你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureDevOpsOrganizationConfigurationProjectConfigs 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 Project Inventory Configuration. Dictionary of AzureDevOps project name to desired project configuration. If AutoDiscovery is Enabled, this field should be empty or null.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsOrganizationConfigurationProjectConfigsTypeConverter))]
public class AzureDevOpsOrganizationConfigurationProjectConfigs : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsOrganizationConfigurationProjectConfigs, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsProjectConfiguration>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsOrganizationConfigurationProjectConfigsTypeConverter))>]
type AzureDevOpsOrganizationConfigurationProjectConfigs = class
interface IAzureDevOpsOrganizationConfigurationProjectConfigs
interface IJsonSerializable
interface IAssociativeArray<IAzureDevOpsProjectConfiguration>
Public Class AzureDevOpsOrganizationConfigurationProjectConfigs
Implements IAssociativeArray(Of IAzureDevOpsProjectConfiguration), IAzureDevOpsOrganizationConfigurationProjectConfigs
- Inheritance
-
AzureDevOpsOrganizationConfigurationProjectConfigs
- Attributes
- Implements
Constructors
AzureDevOpsOrganizationConfigurationProjectConfigs() |
Creates an new AzureDevOpsOrganizationConfigurationProjectConfigs instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IAzureDevOpsProjectConfiguration) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureDevOpsOrganizationConfigurationProjectConfigs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureDevOpsOrganizationConfigurationProjectConfigs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsOrganizationConfigurationProjectConfigs. |
FromJsonString(String) |
Creates a new instance of AzureDevOpsOrganizationConfigurationProjectConfigs, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureDevOpsOrganizationConfigurationProjectConfigs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IAzureDevOpsProjectConfiguration) |
Operators
Implicit(AzureDevOpsOrganizationConfigurationProjectConfigs to Dictionary<String,IAzureDevOpsProjectConfiguration>) |