ClusterPrincipalAssignmentCheckNameRequest 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.
A principal assignment check name availability request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ClusterPrincipalAssignmentCheckNameRequestTypeConverter))]
public class ClusterPrincipalAssignmentCheckNameRequest : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignmentCheckNameRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ClusterPrincipalAssignmentCheckNameRequestTypeConverter))>]
type ClusterPrincipalAssignmentCheckNameRequest = class
interface IClusterPrincipalAssignmentCheckNameRequest
interface IJsonSerializable
Public Class ClusterPrincipalAssignmentCheckNameRequest
Implements IClusterPrincipalAssignmentCheckNameRequest
- Inheritance
-
ClusterPrincipalAssignmentCheckNameRequest
- Attributes
- Implements
Constructors
ClusterPrincipalAssignmentCheckNameRequest() |
Creates an new ClusterPrincipalAssignmentCheckNameRequest instance. |
Properties
Name |
Principal Assignment resource name. |
Type |
The type of resource, Microsoft.Synapse/workspaces/kustoPools/principalAssignments. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterPrincipalAssignmentCheckNameRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterPrincipalAssignmentCheckNameRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IClusterPrincipalAssignmentCheckNameRequest. |
FromJsonString(String) |
Creates a new instance of ClusterPrincipalAssignmentCheckNameRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterPrincipalAssignmentCheckNameRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |