GroupQuotaDetailsName 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.GroupQuotaDetailsNameTypeConverter))]
public class GroupQuotaDetailsName : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaDetailsName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaDetailsNameTypeConverter))>]
type GroupQuotaDetailsName = class
    interface IGroupQuotaDetailsName
    interface IJsonSerializable
Public Class GroupQuotaDetailsName
Implements IGroupQuotaDetailsName
Inheritance
GroupQuotaDetailsName
Attributes
Implements

Constructors

Name Description
GroupQuotaDetailsName()

Creates an new GroupQuotaDetailsName instance.

Properties

Name Description
LocalizedValue

Resource display name.

Value

Resource name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotaDetailsName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaDetailsName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaDetailsName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to