IPublicNetworkSolution.Action Property

Definition

Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.PSArgumentCompleter(new System.String[] { "Internal", "enable", "optOut" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="action", Update=true)]
public string Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.PSArgumentCompleter(new System.String[] { "Internal", "enable", "optOut" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="action", Update=true)>]
member this.Action : string with get, set
Public Property Action As String

Property Value

Attributes

Applies to