你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomRolloutStatusFailedOrSkippedRegions Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.CustomRolloutStatusFailedOrSkippedRegionsTypeConverter))]
public class CustomRolloutStatusFailedOrSkippedRegions : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ICustomRolloutStatusFailedOrSkippedRegions, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IExtendedErrorInfo>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.CustomRolloutStatusFailedOrSkippedRegionsTypeConverter))>]
type CustomRolloutStatusFailedOrSkippedRegions = class
    interface ICustomRolloutStatusFailedOrSkippedRegions
    interface IJsonSerializable
    interface IAssociativeArray<IExtendedErrorInfo>
Public Class CustomRolloutStatusFailedOrSkippedRegions
Implements IAssociativeArray(Of IExtendedErrorInfo), ICustomRolloutStatusFailedOrSkippedRegions
Inheritance
CustomRolloutStatusFailedOrSkippedRegions
Attributes
Implements

Constructors

CustomRolloutStatusFailedOrSkippedRegions()

Creates an new CustomRolloutStatusFailedOrSkippedRegions instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

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

Deserializes a IDictionary into an instance of CustomRolloutStatusFailedOrSkippedRegions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomRolloutStatusFailedOrSkippedRegions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ICustomRolloutStatusFailedOrSkippedRegions.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomRolloutStatusFailedOrSkippedRegions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IExtendedErrorInfo)

Operators

Implicit(CustomRolloutStatusFailedOrSkippedRegions to Dictionary<String,IExtendedErrorInfo>)

Explicit Interface Implementations

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

Applies to