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

Constructors

Name Description
GroupQuotaUsagesBaseName()

Creates an new GroupQuotaUsagesBaseName instance.

Properties

Name Description
LocalizedValue

Resource display name.

Value

Resource name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotaUsagesBaseName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotaUsagesBaseName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotaUsagesBaseName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to