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

CommonProperties Class

Definition

Represents common properties across product hierarchy

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.CommonPropertiesTypeConverter))]
public class CommonProperties : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ICommonProperties, Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.CommonPropertiesTypeConverter))>]
type CommonProperties = class
    interface ICommonProperties
    interface IJsonSerializable
    interface IBasicInformation
    interface IValidates
Public Class CommonProperties
Implements ICommonProperties, IValidates
Inheritance
CommonProperties
Attributes
Implements

Constructors

CommonProperties()

Creates an new CommonProperties instance.

Properties

AvailabilityInformation

Availability information of the product system.

AvailabilityInformationAvailabilityStage

Current availability stage of the product. Availability stage

AvailabilityInformationDisabledReason

Reason why the product is disabled.

AvailabilityInformationDisabledReasonMessage

Message for why the product is disabled.

CostInformation

Cost information for the product system.

CostInformationBillingInfoUrl

Default url to display billing information

CostInformationBillingMeterDetail

Details on the various billing aspects for the product system.

Description

Description related to the product system.

DescriptionAttribute

Attributes for the product system.

DescriptionKeyword

Keywords for the product system.

DescriptionLink

Links for the product system.

DescriptionLongDescription

Long description of the product system.

DescriptionShortDescription

Short description of the product system.

DescriptionType

Type of description.

DisplayName

Display Name for the product system.

FilterableProperty

list of filters supported for a product

HierarchyInformation

Hierarchy information of a product.

ImageInformation

Image information for the product system.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommonProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommonProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ICommonProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommonProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to