ArmApplicationUserAssignedIdentity 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.
Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity.
public class ArmApplicationUserAssignedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmApplicationUserAssignedIdentity>
public class ArmApplicationUserAssignedIdentity
type ArmApplicationUserAssignedIdentity = class
interface IJsonModel<ArmApplicationUserAssignedIdentity>
interface IPersistableModel<ArmApplicationUserAssignedIdentity>
type ArmApplicationUserAssignedIdentity = class
Public Class ArmApplicationUserAssignedIdentity
Implements IJsonModel(Of ArmApplicationUserAssignedIdentity), IPersistableModel(Of ArmApplicationUserAssignedIdentity)
Public Class ArmApplicationUserAssignedIdentity
- Inheritance
-
ArmApplicationUserAssignedIdentity
- Implements
Constructors
ArmApplicationUserAssignedIdentity() |
Initializes a new instance of ArmApplicationUserAssignedIdentity. |
Properties
PrincipalId |
The principal id of user assigned identity. |
TenantId |
The tenant id of user assigned identity. |
Explicit Interface Implementations
IJsonModel<ArmApplicationUserAssignedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArmApplicationUserAssignedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArmApplicationUserAssignedIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArmApplicationUserAssignedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArmApplicationUserAssignedIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET