CommonResourceProperties 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.
Resource properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CommonResourcePropertiesTypeConverter))]
public class CommonResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICommonResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CommonResourcePropertiesTypeConverter))>]
type CommonResourceProperties = class
interface ICommonResourceProperties
interface IJsonSerializable
Public Class CommonResourceProperties
Implements ICommonResourceProperties
- Inheritance
-
CommonResourceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CommonResourceProperties() |
Creates an new CommonResourceProperties instance. |
Properties
| Name | Description |
|---|---|
| Id |
Resource ID |
| Name |
Resource name. |
| Type |
Resource type. Example: "Microsoft.Quota/quotas" |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CommonResourceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CommonResourceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICommonResourceProperties. |
| FromJsonString(String) |
Creates a new instance of CommonResourceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CommonResourceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |