Sdílet prostřednictvím


ClusterPrincipalAssignmentListResult Class

Definition

The list Kusto cluster principal assignments operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ClusterPrincipalAssignmentListResultTypeConverter))]
public class ClusterPrincipalAssignmentListResult : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IClusterPrincipalAssignmentListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ClusterPrincipalAssignmentListResultTypeConverter))>]
type ClusterPrincipalAssignmentListResult = class
    interface IClusterPrincipalAssignmentListResult
    interface IJsonSerializable
Public Class ClusterPrincipalAssignmentListResult
Implements IClusterPrincipalAssignmentListResult
Inheritance
ClusterPrincipalAssignmentListResult
Attributes
Implements

Constructors

ClusterPrincipalAssignmentListResult()

Creates an new ClusterPrincipalAssignmentListResult instance.

Properties

Value

The list of Kusto cluster principal assignments.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterPrincipalAssignmentListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterPrincipalAssignmentListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IClusterPrincipalAssignmentListResult.

FromJsonString(String)

Creates a new instance of ClusterPrincipalAssignmentListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterPrincipalAssignmentListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to