ManagedClusterDelegatedIdentity Class

Definition

Delegated resource properties - internal use only.

public class ManagedClusterDelegatedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterDelegatedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterDelegatedIdentity>
type ManagedClusterDelegatedIdentity = class
    interface IJsonModel<ManagedClusterDelegatedIdentity>
    interface IPersistableModel<ManagedClusterDelegatedIdentity>
Public Class ManagedClusterDelegatedIdentity
Implements IJsonModel(Of ManagedClusterDelegatedIdentity), IPersistableModel(Of ManagedClusterDelegatedIdentity)
Inheritance
ManagedClusterDelegatedIdentity
Implements

Constructors

ManagedClusterDelegatedIdentity()

Initializes a new instance of ManagedClusterDelegatedIdentity.

Properties

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.

Explicit Interface Implementations

IJsonModel<ManagedClusterDelegatedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterDelegatedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterDelegatedIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterDelegatedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterDelegatedIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to