다음을 통해 공유


ThirdPartyProviderAuthorization Class

Definition

The ThirdPartyProviderAuthorization.

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

Constructors

ThirdPartyProviderAuthorization()

Initializes a new instance of ThirdPartyProviderAuthorization.

Properties

Authorizations

Gets the authorizations.

ManagedByTenantId

Gets or sets the managed by tenant id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ThirdPartyProviderAuthorization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ThirdPartyProviderAuthorization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ThirdPartyProviderAuthorization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThirdPartyProviderAuthorization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ThirdPartyProviderAuthorization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to