IConnectedNetworkIdentity.VendorSkuName Property

Definition

The name of the network function sku.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="The name of the network function sku.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="vendorSkuName")]
public string VendorSkuName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The name of the network function sku.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="vendorSkuName", Update=true)]
public string VendorSkuName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="The name of the network function sku.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="vendorSkuName")>]
member this.VendorSkuName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The name of the network function sku.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="vendorSkuName", Update=true)>]
member this.VendorSkuName : string with get, set
Public Property VendorSkuName As String

Property Value

Attributes

Applies to