DryrunOperationPreview 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 preview of the operations for creation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.DryrunOperationPreviewTypeConverter))]
public class DryrunOperationPreview : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunOperationPreview
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.DryrunOperationPreviewTypeConverter))>]
type DryrunOperationPreview = class
interface IDryrunOperationPreview
interface IJsonSerializable
Public Class DryrunOperationPreview
Implements IDryrunOperationPreview
- Inheritance
-
DryrunOperationPreview
- Attributes
- Implements
Constructors
DryrunOperationPreview() |
Creates an new DryrunOperationPreview instance. |
Properties
Action |
The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format |
Description |
The description of the operation |
Name |
The operation name |
OperationType |
The operation type |
Scope |
The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DryrunOperationPreview. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DryrunOperationPreview. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunOperationPreview. |
FromJsonString(String) |
Creates a new instance of DryrunOperationPreview, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DryrunOperationPreview into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |