ResourceProviderOperationDefinition Class
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.
The resource provider operation definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ResourceProviderOperationDefinitionTypeConverter))]
public class ResourceProviderOperationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IResourceProviderOperationDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ResourceProviderOperationDefinitionTypeConverter))>]
type ResourceProviderOperationDefinition = class
interface IResourceProviderOperationDefinition
interface IJsonSerializable
Public Class ResourceProviderOperationDefinition
Implements IResourceProviderOperationDefinition
- Inheritance
-
ResourceProviderOperationDefinition
- Attributes
- Implements
Constructors
ResourceProviderOperationDefinition() |
Creates an new ResourceProviderOperationDefinition instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceProviderOperationDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceProviderOperationDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IResourceProviderOperationDefinition. |
FromJsonString(String) |
Creates a new instance of ResourceProviderOperationDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceProviderOperationDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |