ICloudServicesNetworkProperties.InterfaceName 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 name of the interface that will be present in the virtual machine to represent this network.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The name of the interface that will be present in the virtual machine to represent this network.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="interfaceName")]
public string InterfaceName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The name of the interface that will be present in the virtual machine to represent this network.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="interfaceName")>]
member this.InterfaceName : string
Public ReadOnly Property InterfaceName As String
Property Value
- Attributes