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 TypeMethodDescriptionCredentialSetInner.identity()Get the identity property: Identities associated with the resource.RegistryInner.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 TypeMethodDescriptionCredentialSetInner.withIdentity(IdentityProperties identity) Set the identity property: Identities associated with the resource.RegistryInner.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 TypeMethodDescriptionstatic IdentityPropertiesIdentityProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityProperties from the JsonReader.CredentialSetUpdateParameters.identity()Get the identity property: Identities associated with the resource.RegistryUpdateParameters.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.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 TypeMethodDescriptionCredentialSetUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: Identities associated with the resource.RegistryUpdateParameters.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.