NetworkFabricIdentitySelectorPatch Class

Definition

IdentitySelector represents the selection of a managed identity for use.

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

Constructors

Name Description
NetworkFabricIdentitySelectorPatch()

Initializes a new instance of NetworkFabricIdentitySelectorPatch.

Properties

Name Description
IdentityType

The type of managed identity that is being selected.

UserAssignedIdentityResourceId

The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricIdentitySelectorPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricIdentitySelectorPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricIdentitySelectorPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricIdentitySelectorPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to