IConnectedNetworkIdentity.VendorSkuName 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 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