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