Uses of Class
com.azure.resourcemanager.resources.models.DeploymentIdentity
Packages that use DeploymentIdentity
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentIdentity in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentIdentityModifier and TypeMethodDescriptionDeploymentInner.identity()Get the identity property: The Managed Identity configuration for a deployment.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DeploymentIdentityModifier and TypeMethodDescriptionDeploymentInner.withIdentity(DeploymentIdentity identity) Set the identity property: The Managed Identity configuration for a deployment. -
Uses of DeploymentIdentity in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentIdentityModifier and TypeMethodDescriptionstatic DeploymentIdentityDeploymentIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentIdentity from the JsonReader.DeploymentIdentity.withType(DeploymentIdentityType type) Set the type property: The identity type.DeploymentIdentity.withUserAssignedIdentities(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.