SubscriptionQuotaDetailsName Class

Definition

Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.

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

Constructors

Name Description
SubscriptionQuotaDetailsName()

Creates an new SubscriptionQuotaDetailsName instance.

Properties

Name Description
LocalizedValue

Resource display name.

Value

Resource name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionQuotaDetailsName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionQuotaDetailsName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionQuotaDetailsName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to