GroupQuotaRequestBasePropertiesName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.GroupQuotaRequestBasePropertiesNameTypeConverter))]
public class GroupQuotaRequestBasePropertiesName : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaRequestBasePropertiesName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaRequestBasePropertiesNameTypeConverter))>]
type GroupQuotaRequestBasePropertiesName = class
interface IGroupQuotaRequestBasePropertiesName
interface IJsonSerializable
Public Class GroupQuotaRequestBasePropertiesName
Implements IGroupQuotaRequestBasePropertiesName
- Inheritance
-
GroupQuotaRequestBasePropertiesName
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupQuotaRequestBasePropertiesName() |
Creates an new GroupQuotaRequestBasePropertiesName instance. |
Properties
| Name | Description |
|---|---|
| LocalizedValue |
Resource display name. |
| Value |
Resource name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupQuotaRequestBasePropertiesName. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupQuotaRequestBasePropertiesName. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaRequestBasePropertiesName. |
| FromJsonString(String) |
Creates a new instance of GroupQuotaRequestBasePropertiesName, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupQuotaRequestBasePropertiesName into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |