IAttachedDataNetwork.UserPlaneDataInterfaceName 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 logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="name")]
public string UserPlaneDataInterfaceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="name")>]
member this.UserPlaneDataInterfaceName : string with get, set
Public Property UserPlaneDataInterfaceName As String
Property Value
- Attributes