Uses of Class
com.azure.resourcemanager.containerregistry.models.IdentityProperties
-
Packages that use IdentityProperties Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 IdentityProperties Modifier and Type Method Description IdentityPropertiesRegistryInner. identity()Get the identity property: The identity of the container registry.IdentityPropertiesTaskInner. identity()Get the identity property: Identity for the resource.IdentityPropertiesTaskRunInner. identity()Get the identity property: Identity for the resource.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type IdentityProperties Modifier and Type Method Description RegistryInnerRegistryInner. withIdentity(IdentityProperties identity)Set the identity property: The identity of the container registry.TaskInnerTaskInner. withIdentity(IdentityProperties identity)Set the identity property: Identity for the resource.TaskRunInnerTaskRunInner. 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 IdentityProperties Modifier and Type Method Description IdentityPropertiesRegistryUpdateParameters. identity()Get the identity property: The identity of the container registry.IdentityPropertiesTaskRunUpdateParameters. identity()Get the identity property: Identity for the resource.IdentityPropertiesTaskUpdateParameters. identity()Get the identity property: Identity for the resource.IdentityPropertiesIdentityProperties. withPrincipalId(String principalId)Set the principalId property: The principal ID of resource identity.IdentityPropertiesIdentityProperties. withTenantId(String tenantId)Set the tenantId property: The tenant ID of resource.IdentityPropertiesIdentityProperties. withType(ResourceIdentityType type)Set the type property: The identity type.IdentityPropertiesIdentityProperties. 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 IdentityProperties Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withIdentity(IdentityProperties identity)Set the identity property: The identity of the container registry.TaskRunUpdateParametersTaskRunUpdateParameters. withIdentity(IdentityProperties identity)Set the identity property: Identity for the resource.TaskUpdateParametersTaskUpdateParameters. withIdentity(IdentityProperties identity)Set the identity property: Identity for the resource.
-