Uses of Class
com.azure.resourcemanager.deploymentmanager.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of Identity in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return IdentityModifier and TypeMethodDescriptionRolloutInner.identity()Get the identity property: Identity for the resource.RolloutRequestInner.identity()Get the identity property: Identity for the resource.Methods in com.azure.resourcemanager.deploymentmanager.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionRolloutInner.withIdentity(Identity identity) Set the identity property: Identity for the resource.RolloutRequestInner.withIdentity(Identity identity) Set the identity property: Identity for the resource. -
Uses of Identity in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return IdentityModifier and TypeMethodDescriptionRollout.identity()Gets the identity property: Identity for the resource.RolloutRequest.identity()Gets the identity property: Identity for the resource.Identity.withIdentityIds(List<String> identityIds) Set the identityIds property: The list of identities.Set the type property: The identity type.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type IdentityModifier and TypeMethodDescriptionRolloutRequest.DefinitionStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: Identity for the resource..RolloutRequest.UpdateStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: Identity for the resource..