Interface CredentialSetsClient


public interface CredentialSetsClient
An instance of this class provides access to all the operations defined in CredentialSetsClient.
  • Method Details

    • listAsync

      com.azure.core.http.rest.PagedFlux<CredentialSetInner> listAsync(String resourceGroupName, String registryName)
      Lists all credential set resources for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      Returns:
      the result of a request to list credential sets for a container registry as paginated response with PagedFlux.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<CredentialSetInner> list(String resourceGroupName, String registryName)
      Lists all credential set resources for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      Returns:
      the result of a request to list credential sets for a container registry as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<CredentialSetInner> list(String resourceGroupName, String registryName, com.azure.core.util.Context context)
      Lists all credential set resources for the specified container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      context - The context to associate with this operation.
      Returns:
      the result of a request to list credential sets for a container registry as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<CredentialSetInner>> getWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName)
      Gets the properties of the specified credential set resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      the properties of the specified credential set resource along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getAsync

      Mono<CredentialSetInner> getAsync(String resourceGroupName, String registryName, String credentialSetName)
      Gets the properties of the specified credential set resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      the properties of the specified credential set resource on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<CredentialSetInner> getWithResponse(String resourceGroupName, String registryName, String credentialSetName, com.azure.core.util.Context context)
      Gets the properties of the specified credential set resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      context - The context to associate with this operation.
      Returns:
      the properties of the specified credential set resource along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      CredentialSetInner get(String resourceGroupName, String registryName, String credentialSetName)
      Gets the properties of the specified credential set resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      the properties of the specified credential set resource.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      Returns:
      an object that represents a credential set resource for a container registry along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreateAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CredentialSetInner>,CredentialSetInner> beginCreateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      Returns:
      the PollerFlux for polling of an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CredentialSetInner>,CredentialSetInner> beginCreate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      Returns:
      the SyncPoller for polling of an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CredentialSetInner>,CredentialSetInner> beginCreate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters, com.azure.core.util.Context context)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createAsync

      Mono<CredentialSetInner> createAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      Returns:
      an object that represents a credential set resource for a container registry on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • create

      CredentialSetInner create(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      Returns:
      an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • create

      CredentialSetInner create(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters, com.azure.core.util.Context context)
      Creates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetCreateParameters - The parameters for creating a credential set.
      context - The context to associate with this operation.
      Returns:
      an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      the Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDeleteAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String credentialSetName)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      the PollerFlux for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String credentialSetName)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      the SyncPoller for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String credentialSetName, com.azure.core.util.Context context)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteAsync

      Mono<Void> deleteAsync(String resourceGroupName, String registryName, String credentialSetName)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Returns:
      A Mono that completes when a successful response is received.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      void delete(String resourceGroupName, String registryName, String credentialSetName)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      void delete(String resourceGroupName, String registryName, String credentialSetName, com.azure.core.util.Context context)
      Deletes a credential set from a container registry.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • updateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)
      Updates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      Returns:
      an object that represents a credential set resource for a container registry along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginUpdateAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CredentialSetInner>,CredentialSetInner> beginUpdateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)
      Updates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      Returns:
      the PollerFlux for polling of an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CredentialSetInner>,CredentialSetInner> beginUpdate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)
      Updates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      Returns:
      the SyncPoller for polling of an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CredentialSetInner>,CredentialSetInner> 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.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • updateAsync

      Mono<CredentialSetInner> updateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)
      Updates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      Returns:
      an object that represents a credential set resource for a container registry on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • update

      CredentialSetInner update(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)
      Updates a credential set for a container registry with the specified parameters.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      Returns:
      an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • update

      CredentialSetInner 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.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      registryName - The name of the container registry.
      credentialSetName - The name of the credential set.
      credentialSetUpdateParameters - The parameters for updating a credential set.
      context - The context to associate with this operation.
      Returns:
      an object that represents a credential set resource for a container registry.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.