ISslConfiguration.OverwriteExistingDomain Property

Definition

Indicates whether to overwrite existing domain label.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Indicates whether to overwrite existing domain label.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="overwriteExistingDomain", Update=true)]
public bool? OverwriteExistingDomain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Indicates whether to overwrite existing domain label.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="overwriteExistingDomain", Update=true)>]
member this.OverwriteExistingDomain : Nullable<bool> with get, set
Public Property OverwriteExistingDomain As Nullable(Of Boolean)

Property Value

Attributes

Applies to