az fluid-relay container
Note
This reference is part of the fluid-relay extension for the Azure CLI (version 2.39.0 or higher). The extension will automatically install the first time you run an az fluid-relay container command. Learn more about extensions.
Manage Fluid Relay Container.
Commands
Name | Description | Type | Status |
---|---|---|---|
az fluid-relay container delete |
Delete a Fluid Relay container. |
Extension | GA |
az fluid-relay container list |
List all Fluid Relay containers which are children of a given Fluid Relay server. |
Extension | GA |
az fluid-relay container show |
Get a Fluid Relay container. |
Extension | GA |
az fluid-relay container delete
Delete a Fluid Relay container.
az fluid-relay container delete [--container-name]
[--ids]
[--resource-group]
[--server-name]
[--subscription]
[--yes]
Examples
FluidRelayContainer_Delete
az fluid-relay container delete -g MyResourceGroup --server-name MyServerName -n MyContainerName
Optional Parameters
The Fluid Relay container resource name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The Fluid Relay server resource name.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
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 fluid-relay container list
List all Fluid Relay containers which are children of a given Fluid Relay server.
az fluid-relay container list --resource-group
--server-name
Examples
FluidRelayContainer_List
az fluid-relay container list -g MyResourceGroup --server-name MyServerName
Required Parameters
The resource group containing the resource.
The Fluid Relay server resource name.
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 fluid-relay container show
Get a Fluid Relay container.
az fluid-relay container show [--container-name]
[--ids]
[--resource-group]
[--server-name]
[--subscription]
Examples
FluidRelayContainer_Show
az fluid-relay container show -g MyResourceGroup --server-name MyServerName -n MyContainerName
Optional Parameters
The Fluid Relay container resource name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The Fluid Relay server resource name.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.