IVirtualIPMapping.ServiceName 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.
name of the service that virtual IP is assigned to
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="name of the service that virtual IP is assigned to", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="serviceName")]
public string ServiceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="name of the service that virtual IP is assigned to", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="serviceName")>]
member this.ServiceName : string with get, set
Public Property ServiceName As String
Property Value
- Attributes