CommonResourceProperties Class

Definition

Resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CommonResourcePropertiesTypeConverter))]
public class CommonResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICommonResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CommonResourcePropertiesTypeConverter))>]
type CommonResourceProperties = class
    interface ICommonResourceProperties
    interface IJsonSerializable
Public Class CommonResourceProperties
Implements ICommonResourceProperties
Inheritance
CommonResourceProperties
Attributes
Implements

Constructors

CommonResourceProperties()

Creates an new CommonResourceProperties instance.

Properties

Id

Resource ID

Name

Resource name.

Type

Resource type. Example: "Microsoft.Quota/quotas"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommonResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommonResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICommonResourceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommonResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to