ResourceProviderManifestProperties Class

Definition

The ResourceProviderManifestProperties.

public class ResourceProviderManifestProperties
type ResourceProviderManifestProperties = class
Public Class ResourceProviderManifestProperties
Inheritance
ResourceProviderManifestProperties
Derived

Constructors

ResourceProviderManifestProperties()

Initializes a new instance of ResourceProviderManifestProperties.

Properties

Capabilities

Gets the capabilities.

Management

Gets or sets 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 or sets the namespace.

OptInHeaders

Gets or sets the opt in headers.

ProviderAuthenticationAllowedAudiences

Gets or sets the provider authentication allowed audiences.

ProviderAuthorizations

Gets the provider authorizations.

ProviderType

Gets or sets the provider type.

ProviderVersion

Gets or sets the provider version.

RequiredFeatures

Gets the required features.

RequiredFeaturesPolicy

Gets or sets the required features policy.

TemplateDeploymentOptions

Gets or sets the template deployment options.

Applies to