IResourceProviderOperationDefinition 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.ChangeAnalysis.Models.Api20210401.ResourceProviderOperationDefinitionTypeConverter))]
public interface IResourceProviderOperationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ResourceProviderOperationDefinitionTypeConverter))>]
type IResourceProviderOperationDefinition = interface
interface IJsonSerializable
Public Interface IResourceProviderOperationDefinition
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DisplayDescription |
Description of the resource provider operation. |
DisplayOperation |
Name of the resource provider operation. |
DisplayProvider |
Name of the resource provider. |
DisplayResource |
Name of the resource type. |
Name |
The resource provider operation name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |