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

Constructors

Name Description
QuotaAllocationRequestBasePropertiesName()

Creates an new QuotaAllocationRequestBasePropertiesName instance.

Properties

Name Description
LocalizedValue

Resource display name.

Value

Resource name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaAllocationRequestBasePropertiesName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaAllocationRequestBasePropertiesName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaAllocationRequestBasePropertiesName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to