Share via


AuthorizationProviderResourceType Class

Definition

Resource Type.

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

Properties

DisplayName

The resource type display name.

Name

The resource type name.

Operations

The resource type operations.

Explicit Interface Implementations

IJsonModel<AuthorizationProviderResourceType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AuthorizationProviderResourceType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthorizationProviderResourceType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthorizationProviderResourceType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AuthorizationProviderResourceType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to