Share via


ResourceName Class

Definition

Name of the resource provided by the resource Provider. When requesting quota, use this property name.

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

Constructors

ResourceName()

Creates an new ResourceName instance.

Properties

LocalizedValue

Resource display name.

Value

Resource name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to