Поделиться через


SapVirtualInstanceIdentity Class

Definition

Managed service identity (user assigned identities).

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

Constructors

SapVirtualInstanceIdentity(SapVirtualInstanceIdentityType)

Initializes a new instance of SapVirtualInstanceIdentity.

Properties

Type

The type of managed identity assigned to this resource.

UserAssignedIdentities

The identities assigned to this resource by the user.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SapVirtualInstanceIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapVirtualInstanceIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapVirtualInstanceIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapVirtualInstanceIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapVirtualInstanceIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to