ICompute.ProvisioningError Property

Definition

Errors during provisioning

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Errors during provisioning", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisioningErrors", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse> ProvisioningError { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Errors during provisioning", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisioningErrors", Update=false)>]
member this.ProvisioningError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IErrorResponse>
Public ReadOnly Property ProvisioningError As List(Of IErrorResponse)

Property Value

Attributes

Applies to