Share via


IDelegatedResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.DelegatedResourceTypeConverter))]
public interface IDelegatedResource : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.DelegatedResourceTypeConverter))>]
type IDelegatedResource = interface
    interface IJsonSerializable
Public Interface IDelegatedResource
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Location

The source resource location - internal use only.

ReferralResource

The delegation id of the referral delegation (optional) - internal use only.

ResourceId

The ARM resource id of the delegated resource - internal use only.

TenantId

The tenant id of the delegated resource - internal use only.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to