DataBoundariesClient Interface
public interface DataBoundariesClient
An instance of this class provides access to all the operations defined in DataBoundariesClient.
Method Summary
Method Details
getScope
public abstract DataBoundaryDefinitionInner getScope(String scope, DefaultName defaultParameter)
Get data boundary at specified scope.
Parameters:
Returns:
getScopeAsync
public abstract Mono
Get data boundary at specified scope.
Parameters:
Returns:
getScopeWithResponse
public abstract Response
Get data boundary at specified scope.
Parameters:
Returns:
getScopeWithResponseAsync
public abstract Mono
Get data boundary at specified scope.
Parameters:
Returns:
getTenant
public abstract DataBoundaryDefinitionInner getTenant(DefaultName defaultParameter)
Get data boundary of tenant.
Parameters:
Returns:
getTenantAsync
public abstract Mono
Get data boundary of tenant.
Parameters:
Returns:
getTenantWithResponse
public abstract Response
Get data boundary of tenant.
Parameters:
Returns:
getTenantWithResponseAsync
public abstract Mono
Get data boundary of tenant.
Parameters:
Returns:
put
public abstract DataBoundaryDefinitionInner put(DefaultName defaultParameter, DataBoundaryDefinitionInner dataBoundaryDefinition)
Opt-in tenant to data boundary.
Parameters:
Returns:
putAsync
public abstract Mono
Opt-in tenant to data boundary.
Parameters:
Returns:
putWithResponse
public abstract Response
Opt-in tenant to data boundary.
Parameters:
Returns:
putWithResponseAsync
public abstract Mono
Opt-in tenant to data boundary.
Parameters:
Returns:
Applies to
Azure SDK for Java