Sdílet prostřednictvím


DataBoundariesClient Interface

public interface DataBoundariesClient

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

Method Summary

Modifier and Type Method and Description
abstract DataBoundaryDefinitionInner getScope(String scope, DefaultName defaultParameter)

Get data boundary at specified scope.

abstract Mono<DataBoundaryDefinitionInner> getScopeAsync(String scope, DefaultName defaultParameter)

Get data boundary at specified scope.

abstract Response<DataBoundaryDefinitionInner> getScopeWithResponse(String scope, DefaultName defaultParameter, Context context)

Get data boundary at specified scope.

abstract Mono<Response<DataBoundaryDefinitionInner>> getScopeWithResponseAsync(String scope, DefaultName defaultParameter)

Get data boundary at specified scope.

abstract DataBoundaryDefinitionInner getTenant(DefaultName defaultParameter)

Get data boundary of tenant.

abstract Mono<DataBoundaryDefinitionInner> getTenantAsync(DefaultName defaultParameter)

Get data boundary of tenant.

abstract Response<DataBoundaryDefinitionInner> getTenantWithResponse(DefaultName defaultParameter, Context context)

Get data boundary of tenant.

abstract Mono<Response<DataBoundaryDefinitionInner>> getTenantWithResponseAsync(DefaultName defaultParameter)

Get data boundary of tenant.

abstract DataBoundaryDefinitionInner put(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)

Opt-in tenant to data boundary.

abstract Mono<DataBoundaryDefinitionInner> putAsync(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)

Opt-in tenant to data boundary.

abstract Response<DataBoundaryDefinitionInner> putWithResponse(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition, Context context)

Opt-in tenant to data boundary.

abstract Mono<Response<DataBoundaryDefinitionInner>> putWithResponseAsync(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)

Opt-in tenant to data boundary.

Method Details

getScope

public abstract DataBoundaryDefinitionInner getScope(String scope, DefaultName defaultParameter)

Get data boundary at specified scope.

Parameters:

scope - The scope at which the operation is performed.
defaultParameter - Default string modeled as parameter for auto generation to work correctly.

Returns:

data boundary at specified scope.

getScopeAsync

public abstract Mono getScopeAsync(String scope, DefaultName defaultParameter)

Get data boundary at specified scope.

Parameters:

scope - The scope at which the operation is performed.
defaultParameter - Default string modeled as parameter for auto generation to work correctly.

Returns:

data boundary at specified scope on successful completion of Mono.

getScopeWithResponse

public abstract Response getScopeWithResponse(String scope, DefaultName defaultParameter, Context context)

Get data boundary at specified scope.

Parameters:

scope - The scope at which the operation is performed.
defaultParameter - Default string modeled as parameter for auto generation to work correctly.
context - The context to associate with this operation.

Returns:

data boundary at specified scope along with Response<T>.

getScopeWithResponseAsync

public abstract Mono> getScopeWithResponseAsync(String scope, DefaultName defaultParameter)

Get data boundary at specified scope.

Parameters:

scope - The scope at which the operation is performed.
defaultParameter - Default string modeled as parameter for auto generation to work correctly.

Returns:

data boundary at specified scope along with Response<T> on successful completion of Mono.

getTenant

public abstract DataBoundaryDefinitionInner getTenant(DefaultName defaultParameter)

Get data boundary of tenant.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.

Returns:

data boundary of tenant.

getTenantAsync

public abstract Mono getTenantAsync(DefaultName defaultParameter)

Get data boundary of tenant.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.

Returns:

data boundary of tenant on successful completion of Mono.

getTenantWithResponse

public abstract Response getTenantWithResponse(DefaultName defaultParameter, Context context)

Get data boundary of tenant.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.
context - The context to associate with this operation.

Returns:

data boundary of tenant along with Response<T>.

getTenantWithResponseAsync

public abstract Mono> getTenantWithResponseAsync(DefaultName defaultParameter)

Get data boundary of tenant.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.

Returns:

data boundary of tenant along with Response<T> on successful completion of Mono.

put

public abstract DataBoundaryDefinitionInner put(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)

Opt-in tenant to data boundary.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.
dataBoundaryDefinition - The data boundary to opt the tenant to.

Returns:

a data boundary definition.

putAsync

public abstract Mono putAsync(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)

Opt-in tenant to data boundary.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.
dataBoundaryDefinition - The data boundary to opt the tenant to.

Returns:

a data boundary definition on successful completion of Mono.

putWithResponse

public abstract Response putWithResponse(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition, Context context)

Opt-in tenant to data boundary.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.
dataBoundaryDefinition - The data boundary to opt the tenant to.
context - The context to associate with this operation.

Returns:

a data boundary definition along with Response<T>.

putWithResponseAsync

public abstract Mono> putWithResponseAsync(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)

Opt-in tenant to data boundary.

Parameters:

defaultParameter - Default string modeled as parameter for auto generation to work correctly.
dataBoundaryDefinition - The data boundary to opt the tenant to.

Returns:

a data boundary definition along with Response<T> on successful completion of Mono.

Applies to