次の方法で共有


IResourceProviderOperation Interface

Definition

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

Properties

DisplayDescription

Description of this operation.

DisplayOperation

Type of operation: get, read, delete, etc.

DisplayProvider

Resource provider: Microsoft Custom Providers.

DisplayResource

Resource on which the operation is performed.

Name

Operation name, in format of {provider}/{resource}/{operation}

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to