你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VendorSkuPropertiesFormat Class

Definition

Sku properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.VendorSkuPropertiesFormatTypeConverter))]
public class VendorSkuPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IVendorSkuPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.VendorSkuPropertiesFormatTypeConverter))>]
type VendorSkuPropertiesFormat = class
    interface IVendorSkuPropertiesFormat
    interface IJsonSerializable
Public Class VendorSkuPropertiesFormat
Implements IVendorSkuPropertiesFormat
Inheritance
VendorSkuPropertiesFormat
Attributes
Implements

Constructors

VendorSkuPropertiesFormat()

Creates an new VendorSkuPropertiesFormat instance.

Properties

DeploymentMode

The sku deployment mode.

ManagedApplicationParameter

The parameters for the managed application to be supplied by the vendor.

ManagedApplicationTemplate

The template for the managed application deployment.

NetworkFunctionTemplateNetworkFunctionRoleConfiguration

An array of network function role definitions.

NetworkFunctionType

The network function type.

Preview

Indicates if the vendor sku is in preview mode.

ProvisioningState

The provisioning state of the vendor sku sub resource.

SkuType

The sku type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VendorSkuPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VendorSkuPropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IVendorSkuPropertiesFormat.

FromJsonString(String)

Creates a new instance of VendorSkuPropertiesFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VendorSkuPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to