ScopeMapsClient Interface

public interface ScopeMapsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ScopeMapInner>,ScopeMapInner> beginCreate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map for a container registry with the specified parameters.

abstract SyncPoller<PollResult<ScopeMapInner>,ScopeMapInner> beginCreate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters, Context context)

Creates a scope map for a container registry with the specified parameters.

abstract PollerFlux<PollResult<ScopeMapInner>,ScopeMapInner> beginCreateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map for a container registry with the specified parameters.

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

Deletes a scope map from a container registry.

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

Deletes a scope map from a container registry.

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

Deletes a scope map from a container registry.

abstract SyncPoller<PollResult<ScopeMapInner>,ScopeMapInner> beginUpdate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

abstract SyncPoller<PollResult<ScopeMapInner>,ScopeMapInner> beginUpdate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters, Context context)

Updates a scope map with the specified parameters.

abstract PollerFlux<PollResult<ScopeMapInner>,ScopeMapInner> beginUpdateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

abstract ScopeMapInner create(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map for a container registry with the specified parameters.

abstract ScopeMapInner create(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters, Context context)

Creates a scope map for a container registry with the specified parameters.

abstract Mono<ScopeMapInner> createAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map for a container registry with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map for a container registry with the specified parameters.

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

Deletes a scope map from a container registry.

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

Deletes a scope map from a container registry.

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

Deletes a scope map from a container registry.

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

Deletes a scope map from a container registry.

abstract ScopeMapInner get(String resourceGroupName, String registryName, String scopeMapName)

Gets the properties of the specified scope map.

abstract Mono<ScopeMapInner> getAsync(String resourceGroupName, String registryName, String scopeMapName)

Gets the properties of the specified scope map.

abstract Response<ScopeMapInner> getWithResponse(String resourceGroupName, String registryName, String scopeMapName, Context context)

Gets the properties of the specified scope map.

abstract Mono<Response<ScopeMapInner>> getWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName)

Gets the properties of the specified scope map.

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

Lists all the scope maps for the specified container registry.

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

Lists all the scope maps for the specified container registry.

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

Lists all the scope maps for the specified container registry.

abstract ScopeMapInner update(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

abstract ScopeMapInner update(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters, Context context)

Updates a scope map with the specified parameters.

abstract Mono<ScopeMapInner> updateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

Method Details

beginCreate

public abstract SyncPoller,ScopeMapInner> beginCreate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.

Returns:

the SyncPoller<T,U> for polling of an object that represents a scope map for a container registry.

beginCreate

public abstract SyncPoller,ScopeMapInner> beginCreate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters, Context context)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of an object that represents a scope map for a container registry.

beginCreateAsync

public abstract PollerFlux,ScopeMapInner> beginCreateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.

Returns:

the PollerFlux<T,U> for polling of an object that represents a scope map for a container registry.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String registryName, String scopeMapName)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String registryName, String scopeMapName, Context context)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String registryName, String scopeMapName)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller,ScopeMapInner> beginUpdate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.

Returns:

the SyncPoller<T,U> for polling of an object that represents a scope map for a container registry.

beginUpdate

public abstract SyncPoller,ScopeMapInner> beginUpdate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters, Context context)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of an object that represents a scope map for a container registry.

beginUpdateAsync

public abstract PollerFlux,ScopeMapInner> beginUpdateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.

Returns:

the PollerFlux<T,U> for polling of an object that represents a scope map for a container registry.

create

public abstract ScopeMapInner create(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.

Returns:

an object that represents a scope map for a container registry.

create

public abstract ScopeMapInner create(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters, Context context)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.
context - The context to associate with this operation.

Returns:

an object that represents a scope map for a container registry.

createAsync

public abstract Mono createAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.

Returns:

an object that represents a scope map for a container registry on successful completion of Mono.

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapInner scopeMapCreateParameters)

Creates a scope map 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.
scopeMapName - The name of the scope map.
scopeMapCreateParameters - The parameters for creating a scope map.

Returns:

an object that represents a scope map for a container registry along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String registryName, String scopeMapName)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

delete

public abstract void delete(String resourceGroupName, String registryName, String scopeMapName, Context context)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String registryName, String scopeMapName)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName)

Deletes a scope map from a container registry.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ScopeMapInner get(String resourceGroupName, String registryName, String scopeMapName)

Gets the properties of the specified scope map.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

the properties of the specified scope map.

getAsync

public abstract Mono getAsync(String resourceGroupName, String registryName, String scopeMapName)

Gets the properties of the specified scope map.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

the properties of the specified scope map on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String registryName, String scopeMapName, Context context)

Gets the properties of the specified scope map.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
context - The context to associate with this operation.

Returns:

the properties of the specified scope map along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName)

Gets the properties of the specified scope map.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.

Returns:

the properties of the specified scope map along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String registryName)

Lists all the scope maps 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 scope maps for a container registry as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String registryName, Context context)

Lists all the scope maps 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 scope maps for a container registry as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String registryName)

Lists all the scope maps 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 scope maps for a container registry as paginated response with PagedFlux<T>.

update

public abstract ScopeMapInner update(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.

Returns:

an object that represents a scope map for a container registry.

update

public abstract ScopeMapInner update(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters, Context context)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.
context - The context to associate with this operation.

Returns:

an object that represents a scope map for a container registry.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.

Returns:

an object that represents a scope map for a container registry on successful completion of Mono.

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters)

Updates a scope map with the specified parameters.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
registryName - The name of the container registry.
scopeMapName - The name of the scope map.
scopeMapUpdateParameters - The parameters for updating a scope map.

Returns:

an object that represents a scope map for a container registry along with Response<T> on successful completion of Mono.

Applies to