Uses of Class
com.azure.resourcemanager.containerregistry.models.CredentialSetUpdateParameters
Packages that use CredentialSetUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of CredentialSetUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type CredentialSetUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CredentialSetInner>, CredentialSetInner> CredentialSetsClient.beginUpdate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters) Updates a credential set for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CredentialSetInner>, CredentialSetInner> CredentialSetsClient.beginUpdate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters, com.azure.core.util.Context context) Updates a credential set for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CredentialSetInner>, CredentialSetInner> CredentialSetsClient.beginUpdateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters) Updates a credential set for a container registry with the specified parameters.CredentialSetsClient.update(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters) Updates a credential set for a container registry with the specified parameters.CredentialSetsClient.update(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters, com.azure.core.util.Context context) Updates a credential set for a container registry with the specified parameters.CredentialSetsClient.updateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters) Updates a credential set for a container registry with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CredentialSetsClient.updateWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters) Updates a credential set for a container registry with the specified parameters. -
Uses of CredentialSetUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return CredentialSetUpdateParametersModifier and TypeMethodDescriptionCredentialSetUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CredentialSetUpdateParameters from the JsonReader.CredentialSetUpdateParameters.withAuthCredentials(List<AuthCredential> authCredentials) Set the authCredentials property: List of authentication credentials stored for an upstream.CredentialSetUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: Identities associated with the resource.