Share via


ProviderRegistrationData Class

Definition

A class representing the ProviderRegistration data model.

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

Constructors

Name Description
ProviderRegistrationData()

Initializes a new instance of ProviderRegistrationData.

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.

Name

The name of the resource.

(Inherited from ResourceData)
Properties

Gets or sets the properties.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

Name Description
IJsonModel<ProviderRegistrationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProviderRegistrationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderRegistrationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderRegistrationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProviderRegistrationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to