IKustoIdentity.SandboxCustomImageName Property

Definition

The name of the sandbox custom image.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the sandbox custom image.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sandboxCustomImageName")]
public string SandboxCustomImageName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of the sandbox custom image.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sandboxCustomImageName", Update=true)]
public string SandboxCustomImageName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the sandbox custom image.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sandboxCustomImageName")>]
member this.SandboxCustomImageName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of the sandbox custom image.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sandboxCustomImageName", Update=true)>]
member this.SandboxCustomImageName : string with get, set
Public Property SandboxCustomImageName As String

Property Value

Attributes

Applies to