IVirtualMachineRunCommand.ErrorBlobUri Property

Definition

Specifies the Azure storage blob where script error stream will be uploaded.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Specifies the Azure storage blob where script error stream will be uploaded.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="errorBlobUri")]
public string ErrorBlobUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Specifies the Azure storage blob where script error stream will be uploaded.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="errorBlobUri")>]
member this.ErrorBlobUri : string with get, set
Public Property ErrorBlobUri As String

Property Value

Attributes

Applies to