IDelegatedResource Interface
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.
[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) |