ArmDeploymentScriptManagedIdentity 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.
Managed identity generic object.
public class ArmDeploymentScriptManagedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmDeploymentScriptManagedIdentity>
public class ArmDeploymentScriptManagedIdentity
type ArmDeploymentScriptManagedIdentity = class
interface IJsonModel<ArmDeploymentScriptManagedIdentity>
interface IPersistableModel<ArmDeploymentScriptManagedIdentity>
type ArmDeploymentScriptManagedIdentity = class
Public Class ArmDeploymentScriptManagedIdentity
Implements IJsonModel(Of ArmDeploymentScriptManagedIdentity), IPersistableModel(Of ArmDeploymentScriptManagedIdentity)
Public Class ArmDeploymentScriptManagedIdentity
- Inheritance
-
ArmDeploymentScriptManagedIdentity
- Implements
Constructors
ArmDeploymentScriptManagedIdentity() |
Initializes a new instance of ArmDeploymentScriptManagedIdentity. |
Properties
IdentityType |
Type of the managed identity. |
TenantId |
ID of the Azure Active Directory. |
UserAssignedIdentities |
The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity. |
Explicit Interface Implementations
IJsonModel<ArmDeploymentScriptManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArmDeploymentScriptManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArmDeploymentScriptManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArmDeploymentScriptManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArmDeploymentScriptManagedIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |