MobileNetworkManagedServiceIdentity Class

Definition

Managed service identity (User assigned identity).

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

Constructors

MobileNetworkManagedServiceIdentity(MobileNetworkManagedServiceIdentityType)

Initializes a new instance of MobileNetworkManagedServiceIdentity.

Properties

IdentityType

Type of managed service identity (currently only UserAssigned allowed).

UserAssignedIdentities

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Explicit Interface Implementations

IJsonModel<MobileNetworkManagedServiceIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkManagedServiceIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkManagedServiceIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkManagedServiceIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkManagedServiceIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to