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

VendorPropertiesFormat Class

Definition

Vendor properties.

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

Constructors

VendorPropertiesFormat()

Creates an new VendorPropertiesFormat instance.

Properties

ProvisioningState

The provisioning state of the vendor resource.

Sku

A list of IDs of the vendor skus offered by the vendor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VendorPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VendorPropertiesFormat.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VendorPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to