UserAssignedServiceIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.
public class UserAssignedServiceIdentity
public class UserAssignedServiceIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity>
type UserAssignedServiceIdentity = class
type UserAssignedServiceIdentity = class
interface IJsonModel<UserAssignedServiceIdentity>
interface IPersistableModel<UserAssignedServiceIdentity>
Public Class UserAssignedServiceIdentity
Public Class UserAssignedServiceIdentity
Implements IJsonModel(Of UserAssignedServiceIdentity), IPersistableModel(Of UserAssignedServiceIdentity)
- Inheritance
-
UserAssignedServiceIdentity
- Implements
Constructors
UserAssignedServiceIdentity(ManagedServiceIdentityType) |
Initializes a new instance of UserAssignedServiceIdentity. |
Properties
ManagedServiceIdentityType |
Type of manage identity. |
UserAssignedIdentities |
User assigned identities dictionary. |
Explicit Interface Implementations
IJsonModel<UserAssignedServiceIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UserAssignedServiceIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UserAssignedServiceIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UserAssignedServiceIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UserAssignedServiceIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET