IAseV3NetworkingConfiguration.InboundIPAddressOverride 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.
Customer provided Inbound IP Address. Only able to be set on Ase create.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Customer provided Inbound IP Address. Only able to be set on Ase create.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="inboundIpAddressOverride")]
public string InboundIPAddressOverride { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Customer provided Inbound IP Address. Only able to be set on Ase create.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="inboundIpAddressOverride")>]
member this.InboundIPAddressOverride : string with get, set
Public Property InboundIPAddressOverride As String
Property Value
- Attributes