Share via


DelegatedResources Class

Definition

The set of delegated resources. The delegated resources dictionary keys will be source resource internal ids - internal use only.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.DelegatedResourcesTypeConverter))]
public class DelegatedResources : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResources, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDelegatedResource>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.DelegatedResourcesTypeConverter))>]
type DelegatedResources = class
    interface IDelegatedResources
    interface IJsonSerializable
    interface IAssociativeArray<IDelegatedResource>
Public Class DelegatedResources
Implements IAssociativeArray(Of IDelegatedResource), IDelegatedResources
Inheritance
DelegatedResources
Attributes
Implements

Constructors

Name Description
DelegatedResources()

Creates an new DelegatedResources instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
Add(String, IDelegatedResource)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DelegatedResources.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DelegatedResources.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of DelegatedResources into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IDelegatedResource)

Operators

Name Description
Implicit(DelegatedResources to Dictionary<String,IDelegatedResource>)

Explicit Interface Implementations

Name Description
IAssociativeArray<IDelegatedResource>.AdditionalProperties
IAssociativeArray<IDelegatedResource>.Count
IAssociativeArray<IDelegatedResource>.Keys
IAssociativeArray<IDelegatedResource>.Values

Applies to