az data-boundary
Data boundary operations.
Commands
Name | Description | Type | Status |
---|---|---|---|
az data-boundary create |
Create tenant to data boundary. |
Core | GA |
az data-boundary show |
Get data boundary at specified scope. |
Core | GA |
az data-boundary show-tenant |
Get data boundary of tenant. |
Core | GA |
az data-boundary create
Create tenant to data boundary.
az data-boundary create --default {default}
[--data-boundary {EU, Global, NotDefined}]
Examples
Opt-in to data boundary
az data-boundary create --data-boundary EU --default default
Required Parameters
Default string modeled as parameter for auto generation to work correctly.
Optional Parameters
The data boundary definition.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az data-boundary show
Get data boundary at specified scope.
az data-boundary show --default {default}
--scope
Examples
Get data boundary at scope
az data-boundary show --scope subscriptions/11111111-1111-1111-1111-111111111111 --default default
az data-boundary show --scope subscriptions/11111111-1111-1111-1111-111111111111/resourcegroups/my-resource-group --default default
Required Parameters
Default string modeled as parameter for auto generation to work correctly.
The scope at which the operation is performed.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az data-boundary show-tenant
Get data boundary of tenant.
az data-boundary show-tenant --default {default}
Examples
Get data boundary for tenant
az data-boundary show-tenant --default default
Required Parameters
Default string modeled as parameter for auto generation to work correctly.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.