你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterPrincipalAssignmentCheckNameRequest Class

Definition

A principal assignment check name availability request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ClusterPrincipalAssignmentCheckNameRequestTypeConverter))]
public class ClusterPrincipalAssignmentCheckNameRequest : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IClusterPrincipalAssignmentCheckNameRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.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.Kusto/Clusters/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.Kusto.Models.Api20230815.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.

Applies to