IResourceProviderOperation Interface
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.
[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) |