Share via


IProxyResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.ProxyResourceTypeConverter))]
public interface IProxyResource : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.ProxyResourceTypeConverter))>]
type IProxyResource = interface
    interface IJsonSerializable
    interface IResource
Public Interface IProxyResource
Implements IResource
Derived
Attributes
Implements

Properties

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Name

The name of the resource

(Inherited from IResource)
Type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to