CredentialSetsClient Interface

public interface CredentialSetsClient

An instance of this class provides access to all the operations defined in CredentialSetsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<CredentialSetInner>,CredentialSetInner> beginCreate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)

Creates a credential set for a container registry with the specified parameters.

abstract SyncPoller<PollResult<CredentialSetInner>,CredentialSetInner> beginCreate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters, Context context)

Creates a credential set for a container registry with the specified parameters.

abstract PollerFlux<PollResult<CredentialSetInner>,CredentialSetInner> beginCreateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)

Creates a credential set for a container registry with the specified parameters.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String credentialSetName)

Deletes a credential set from a container registry.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String credentialSetName, Context context)

Deletes a credential set from a container registry.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String credentialSetName)

Deletes a credential set from a container registry.

abstract SyncPoller<PollResult<CredentialSetInner>,CredentialSetInner> beginUpdate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)

Updates a credential set for a container registry with the specified parameters.

abstract SyncPoller<PollResult<CredentialSetInner>,CredentialSetInner> beginUpdate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters, Context context)

Updates a credential set for a container registry with the specified parameters.

abstract PollerFlux<PollResult<CredentialSetInner>,CredentialSetInner> beginUpdateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)

Updates a credential set for a container registry with the specified parameters.

abstract CredentialSetInner create(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)

Creates a credential set for a container registry with the specified parameters.

abstract CredentialSetInner create(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters, Context context)

Creates a credential set for a container registry with the specified parameters.

abstract Mono<CredentialSetInner> createAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)

Creates a credential set for a container registry with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters)

Creates a credential set for a container registry with the specified parameters.

abstract void delete(String resourceGroupName, String registryName, String credentialSetName)

Deletes a credential set from a container registry.

abstract void delete(String resourceGroupName, String registryName, String credentialSetName, Context context)

Deletes a credential set from a container registry.

abstract Mono<Void> deleteAsync(String resourceGroupName, String registryName, String credentialSetName)

Deletes a credential set from a container registry.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName)

Deletes a credential set from a container registry.

abstract CredentialSetInner get(String resourceGroupName, String registryName, String credentialSetName)

Gets the properties of the specified credential set resource.

abstract Mono<CredentialSetInner> getAsync(String resourceGroupName, String registryName, String credentialSetName)

Gets the properties of the specified credential set resource.

abstract Response<CredentialSetInner> getWithResponse(String resourceGroupName, String registryName, String credentialSetName, Context context)

Gets the properties of the specified credential set resource.

abstract Mono<Response<CredentialSetInner>> getWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName)

Gets the properties of the specified credential set resource.

abstract PagedIterable<CredentialSetInner> list(String resourceGroupName, String registryName)

Lists all credential set resources for the specified container registry.

abstract PagedIterable<CredentialSetInner> list(String resourceGroupName, String registryName, Context context)

Lists all credential set resources for the specified container registry.

abstract PagedFlux<CredentialSetInner> listAsync(String resourceGroupName, String registryName)

Lists all credential set resources for the specified container registry.

abstract CredentialSetInner update(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)

Updates a credential set for a container registry with the specified parameters.

abstract CredentialSetInner update(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters, Context context)

Updates a credential set for a container registry with the specified parameters.

abstract Mono<CredentialSetInner> updateAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)

Updates a credential set for a container registry with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters)

Updates a credential set for a container registry with the specified parameters.

Method Details

beginCreate

public abstract SyncPoller<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<T,U> for polling of an object that represents a credential set resource for a container registry.

beginCreate

public abstract SyncPoller<PollResult<CredentialSetInner>,CredentialSetInner> beginCreate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters, 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<T,U> for polling of an object that represents a credential set resource for a container registry.

beginCreateAsync

public abstract PollerFlux<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<T,U> for polling of an object that represents a credential set resource for a container registry.

beginDelete

public abstract SyncPoller<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<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String credentialSetName, 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<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux<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<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller<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<T,U> for polling of an object that represents a credential set resource for a container registry.

beginUpdate

public abstract SyncPoller<PollResult<CredentialSetInner>,CredentialSetInner> beginUpdate(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters, 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<T,U> for polling of an object that represents a credential set resource for a container registry.

beginUpdateAsync

public abstract PollerFlux<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<T,U> for polling of an object that represents a credential set resource for a container registry.

create

public abstract 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.

create

public abstract CredentialSetInner create(String resourceGroupName, String registryName, String credentialSetName, CredentialSetInner credentialSetCreateParameters, 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.

createAsync

public abstract 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.

createWithResponseAsync

public abstract Mono<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<T> on successful completion of Mono.

delete

public abstract 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.

delete

public abstract void delete(String resourceGroupName, String registryName, String credentialSetName, 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.

deleteAsync

public abstract 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.

deleteWithResponseAsync

public abstract Mono<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<T> on successful completion of Mono.

get

public abstract 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.

getAsync

public abstract 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.

getWithResponse

public abstract Response<CredentialSetInner> getWithResponse(String resourceGroupName, String registryName, String credentialSetName, 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<T>.

getWithResponseAsync

public abstract Mono<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<T> on successful completion of Mono.

list

public abstract 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<T>.

list

public abstract PagedIterable<CredentialSetInner> list(String resourceGroupName, String registryName, 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<T>.

listAsync

public abstract 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<T>.

update

public abstract 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.

update

public abstract CredentialSetInner update(String resourceGroupName, String registryName, String credentialSetName, CredentialSetUpdateParameters credentialSetUpdateParameters, 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.

updateAsync

public abstract 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.

updateWithResponseAsync

public abstract Mono<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<T> on successful completion of Mono.

Applies to