Share via


TrustedAccessRoleListResult Class

Definition

List of trusted access roles

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TrustedAccessRoleListResultTypeConverter))]
public class TrustedAccessRoleListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TrustedAccessRoleListResultTypeConverter))>]
type TrustedAccessRoleListResult = class
    interface ITrustedAccessRoleListResult
    interface IJsonSerializable
Public Class TrustedAccessRoleListResult
Implements ITrustedAccessRoleListResult
Inheritance
TrustedAccessRoleListResult
Attributes
Implements

Constructors

Name Description
TrustedAccessRoleListResult()

Creates an new TrustedAccessRoleListResult instance.

Properties

Name Description
NextLink

Link to next page of resources.

Value

Role list

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrustedAccessRoleListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrustedAccessRoleListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrustedAccessRoleListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to