IKustoIdentity.SandboxCustomImageName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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
Public Property SandboxCustomImageName As String
Property Value
- Attributes