IManagedEnvironment.VnetConfigurationPlatformReservedDnsIP Property

Definition

An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description=" An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="platformReservedDnsIP", Update=false)]
public string VnetConfigurationPlatformReservedDnsIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description=" An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="platformReservedDnsIP", Update=false)>]
member this.VnetConfigurationPlatformReservedDnsIP : string with get, set
Public Property VnetConfigurationPlatformReservedDnsIP As String

Property Value

Attributes

Applies to