다음을 통해 공유


ResourceProviderManifest Class

Definition

The ResourceProviderManifest.

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

Properties

Capabilities

Gets the capabilities.

GlobalNotificationEndpoints

Gets the global notification endpoints.

Management

Gets the management.

Metadata

Anything

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Namespace

Gets the namespace.

OptInHeaders

Gets the opt in headers.

ProviderAuthenticationAllowedAudiences

Gets the provider authentication allowed audiences.

ProviderAuthorizations

Gets the provider authorizations.

ProviderType

Gets the provider type.

ProviderVersion

Gets the provider version.

RequiredFeatures

Gets the required features.

RequiredFeaturesPolicy

Gets the required features policy.

ReRegisterSubscriptionMetadata

Gets the re register subscription metadata.

ResourceTypes

Gets the resource types.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceProviderManifest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceProviderManifest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceProviderManifest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceProviderManifest>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceProviderManifest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to