Condividi tramite


IProvisioningError.Code Property

Definition

Error code of the provisioning failure

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.PSArgumentCompleter(new System.String[] { "BadSourceType", "BadPIRSource", "BadManagedImageSource", "BadSharedImageVersionSource", "BadCustomizerType", "UnsupportedCustomizerType", "NoCustomizerScript", "BadValidatorType", "UnsupportedValidatorType", "NoValidatorScript", "BadDistributeType", "BadSharedImageDistribute", "BadStagingResourceGroup", "ServerError", "Other" })]
[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="Error code of the provisioning failure", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="provisioningErrorCode", Update=true)]
public string Code { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.PSArgumentCompleter(new System.String[] { "BadSourceType", "BadPIRSource", "BadManagedImageSource", "BadSharedImageVersionSource", "BadCustomizerType", "UnsupportedCustomizerType", "NoCustomizerScript", "BadValidatorType", "UnsupportedValidatorType", "NoValidatorScript", "BadDistributeType", "BadSharedImageDistribute", "BadStagingResourceGroup", "ServerError", "Other" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="Error code of the provisioning failure", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="provisioningErrorCode", Update=true)>]
member this.Code : string with get, set
Public Property Code As String

Property Value

Attributes

Applies to