NetworkFabricManagedServiceIdentityPatch Class

Definition

The managed service identities assigned to this resource.

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

Constructors

Name Description
NetworkFabricManagedServiceIdentityPatch()

Initializes a new instance of NetworkFabricManagedServiceIdentityPatch.

Properties

Name Description
IdentityType

The type of managed identity assigned to this resource.

UserAssignedIdentities

The identities assigned to this resource by the user.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricManagedServiceIdentityPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricManagedServiceIdentityPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricManagedServiceIdentityPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricManagedServiceIdentityPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to