Uses of Class
com.azure.resourcemanager.containerregistry.models.IdentityProperties
Packages that use IdentityProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of IdentityProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return IdentityPropertiesModifier and TypeMethodDescriptionRegistryInner.identity()Get the identity property: The identity of the container registry.TaskInner.identity()Get the identity property: Identity for the resource.TaskRunInner.identity()Get the identity property: Identity for the resource.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type IdentityPropertiesModifier and TypeMethodDescriptionRegistryInner.withIdentity(IdentityProperties identity) Set the identity property: The identity of the container registry.TaskInner.withIdentity(IdentityProperties identity) Set the identity property: Identity for the resource.TaskRunInner.withIdentity(IdentityProperties identity) Set the identity property: Identity for the resource. -
Uses of IdentityProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return IdentityPropertiesModifier and TypeMethodDescriptionRegistryUpdateParameters.identity()Get the identity property: The identity of the container registry.TaskRunUpdateParameters.identity()Get the identity property: Identity for the resource.TaskUpdateParameters.identity()Get the identity property: Identity for the resource.IdentityProperties.withPrincipalId(String principalId) Set the principalId property: The principal ID of resource identity.IdentityProperties.withTenantId(String tenantId) Set the tenantId property: The tenant ID of resource.IdentityProperties.withType(ResourceIdentityType type) Set the type property: The identity type.IdentityProperties.withUserAssignedIdentities(Map<String, UserIdentityProperties> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type IdentityPropertiesModifier and TypeMethodDescriptionRegistryUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: The identity of the container registry.TaskRunUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: Identity for the resource.TaskUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: Identity for the resource.