Share via


ResourceProviderData Class

Definition

A class representing the Provider data model.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Resources.ResourceProviderData+ProviderDataConverter))]
public class ResourceProviderData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.ResourceProviderData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.ResourceProviderData>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Resources.ResourceProviderData+ProviderDataConverter))>]
type ResourceProviderData = class
    interface IJsonModel<ResourceProviderData>
    interface IPersistableModel<ResourceProviderData>
Public Class ResourceProviderData
Implements IJsonModel(Of ResourceProviderData), IPersistableModel(Of ResourceProviderData)
Inheritance
ResourceProviderData
Attributes
Implements

Constructors

ResourceProviderData()

Initializes a new instance of ProviderData.

Properties

Id

The provider ID.

Namespace

The namespace of the resource provider.

ProviderAuthorizationConsentState

The provider authorization consent state.

RegistrationPolicy

The registration policy of the resource provider.

RegistrationState

The registration state of the resource provider.

ResourceTypes

The collection of provider resource types.

Explicit Interface Implementations

IJsonModel<ResourceProviderData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceProviderData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceProviderData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceProviderData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceProviderData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to