次の方法で共有


IResource Interface

Definition

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

Properties

Id

Fully qualified identifier of the resource.

Name

Name of the resource.

Type

Type of the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to