Поделиться через


ProviderHubMetadata Class

Definition

The ProviderHubMetadata.

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

Constructors

ProviderHubMetadata()

Initializes a new instance of ProviderHubMetadata.

Properties

ProviderAuthenticationAllowedAudiences

Gets or sets the provider authentication allowed audiences.

ProviderAuthorizations

Gets the provider authorizations.

ThirdPartyProviderAuthorization

Gets or sets the third party provider authorization.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProviderHubMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProviderHubMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderHubMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderHubMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProviderHubMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to