Del via


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

--container-name --name -n

The Fluid Relay container resource name.

--ids

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.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--server-name

The Fluid Relay server resource name.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--resource-group -g

The resource group containing the resource.

--server-name

The Fluid Relay server resource name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--container-name --name -n

The Fluid Relay container resource name.

--ids

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.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--server-name

The Fluid Relay server resource name.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.