TenantResourceProvider Class

Definition

Resource provider information.

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

Properties

Namespace

The namespace of the resource provider.

ResourceTypes

The collection of provider resource types.

Explicit Interface Implementations

IJsonModel<TenantResourceProvider>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TenantResourceProvider>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TenantResourceProvider>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TenantResourceProvider>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TenantResourceProvider>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to