ResourceProviderManifest Class

Definition

The ResourceProviderManifest.

public class ResourceProviderManifest
type ResourceProviderManifest = class
Public Class ResourceProviderManifest
Inheritance
ResourceProviderManifest

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.

Applies to