다음을 통해 공유


ResourceProviderManifestProperties Class

Definition

The ResourceProviderManifestProperties.

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

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceProviderManifestProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceProviderManifestProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceProviderManifestProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceProviderManifestProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceProviderManifestProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to