TrustedAccessRoleBindingListResult 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.
List of trusted access role bindings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TrustedAccessRoleBindingListResultTypeConverter))]
public class TrustedAccessRoleBindingListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBindingListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.TrustedAccessRoleBindingListResultTypeConverter))>]
type TrustedAccessRoleBindingListResult = class
interface ITrustedAccessRoleBindingListResult
interface IJsonSerializable
Public Class TrustedAccessRoleBindingListResult
Implements ITrustedAccessRoleBindingListResult
- Inheritance
-
TrustedAccessRoleBindingListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TrustedAccessRoleBindingListResult() |
Creates an new TrustedAccessRoleBindingListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Link to next page of resources. |
| Value |
Role binding list |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TrustedAccessRoleBindingListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TrustedAccessRoleBindingListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBindingListResult. |
| FromJsonString(String) |
Creates a new instance of TrustedAccessRoleBindingListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TrustedAccessRoleBindingListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |