az network profile

Manage network profiles.

To create a network profile, see the create command for the relevant resource. Currently, only Azure Container Instances are supported.

Commands

az network profile delete

Delete a network profile.

az network profile list

List network profiles.

az network profile show

Get the details of a network profile.

az network profile delete

Delete a network profile.

az network profile delete [--ids]
                          [--name]
                          [--resource-group]
                          [--yes]

Examples

Delete a network profile. (autogenerated)

az network profile delete --name MyNetworkProfile --resource-group MyResourceGroup

Optional Parameters

--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.

--name -n

The network profile name.

--resource-group -g

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

--yes -y

Do not prompt for confirmation.

az network profile list

List network profiles.

az network profile list [--resource-group]

Examples

List network profiles (autogenerated)

az network profile list --resource-group MyResourceGroup

Optional Parameters

--resource-group -g

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

az network profile show

Get the details of a network profile.

az network profile show [--expand]
                        [--ids]
                        [--name]
                        [--resource-group]

Examples

Get the details of a network profile. (autogenerated)

az network profile show --name MyNetworkProfile --resource-group MyResourceGroup

Optional Parameters

--expand

Expands referenced resources.

--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.

--name -n

The network profile name.

--resource-group -g

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