ICommonResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CommonResourcePropertiesTypeConverter))]
public interface ICommonResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CommonResourcePropertiesTypeConverter))>]
type ICommonResourceProperties = interface
    interface IJsonSerializable
Public Interface ICommonResourceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

Resource ID

Name

Resource name.

Type

Resource type. Example: "Microsoft.Quota/quotas"

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to