IOnlineDeployment.EgressPublicNetworkAccess Property

Definition

If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="egressPublicNetworkAccess", Update=true)]
public string EgressPublicNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="egressPublicNetworkAccess", Update=true)>]
member this.EgressPublicNetworkAccess : string with get, set
Public Property EgressPublicNetworkAccess As String

Property Value

Attributes

Applies to