Uses of Class
com.azure.resourcemanager.resources.models.DeploymentIdentityType
Packages that use DeploymentIdentityType
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentIdentityType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as DeploymentIdentityTypeModifier and TypeFieldDescriptionstatic final DeploymentIdentityTypeDeploymentIdentityType.NONEStatic value None for DeploymentIdentityType.static final DeploymentIdentityTypeDeploymentIdentityType.USER_ASSIGNEDStatic value UserAssigned for DeploymentIdentityType.Methods in com.azure.resourcemanager.resources.models that return DeploymentIdentityTypeModifier and TypeMethodDescriptionstatic DeploymentIdentityTypeDeploymentIdentityType.fromString(String name) Creates or finds a DeploymentIdentityType from its string representation.DeploymentIdentity.type()Get the type property: The identity type.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DeploymentIdentityTypeModifier and TypeMethodDescriptionstatic Collection<DeploymentIdentityType> DeploymentIdentityType.values()Gets known DeploymentIdentityType values.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentIdentityTypeModifier and TypeMethodDescriptionDeploymentIdentity.withType(DeploymentIdentityType type) Set the type property: The identity type.