Sdílet prostřednictvím


KustoClusterTrustedExternalTenant Class

Definition

Represents a tenant ID that is trusted by the cluster.

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

Constructors

KustoClusterTrustedExternalTenant()

Initializes a new instance of KustoClusterTrustedExternalTenant.

Properties

Value

GUID representing an external tenant.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoClusterTrustedExternalTenant>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoClusterTrustedExternalTenant>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoClusterTrustedExternalTenant>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoClusterTrustedExternalTenant>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoClusterTrustedExternalTenant>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to