IDirectConnection.SessionAddressProvider 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 field indicating if Microsoft provides session ip addresses.
[Microsoft.Azure.PowerShell.Cmdlets.Peering.PSArgumentCompleter(new System.String[] { "Microsoft", "Peer" })]
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The field indicating if Microsoft provides session ip addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sessionAddressProvider", Update=true)]
public string SessionAddressProvider { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.PSArgumentCompleter(new System.String[] { "Microsoft", "Peer" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The field indicating if Microsoft provides session ip addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sessionAddressProvider", Update=true)>]
member this.SessionAddressProvider : string with get, set
Public Property SessionAddressProvider As String
Property Value
- Attributes