az datafactory managed-virtual-network
Note
This reference is part of the datafactory extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az datafactory managed-virtual-network command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage managed virtual network with datafactory.
Commands
Name | Description | Type | Status |
---|---|---|---|
az datafactory managed-virtual-network create |
Create a managed Virtual Network. |
Extension | Preview |
az datafactory managed-virtual-network list |
Lists managed Virtual Networks. |
Extension | Preview |
az datafactory managed-virtual-network show |
Gets a managed Virtual Network. |
Extension | Preview |
az datafactory managed-virtual-network update |
Update a managed Virtual Network. |
Extension | Preview |
az datafactory managed-virtual-network create
Command group 'datafactory managed-virtual-network' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a managed Virtual Network.
az datafactory managed-virtual-network create --factory-name
--managed-virtual-network-name
--resource-group
[--if-match]
Examples
ManagedVirtualNetworks_Create
az datafactory managed-virtual-network create --factory-name "exampleFactoryName" --name "exampleManagedVirtualNetworkName" --resource-group "exampleResourceGroup"
Required Parameters
The factory name.
Managed virtual network name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
ETag of the managed Virtual Network entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
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 datafactory managed-virtual-network list
Command group 'datafactory managed-virtual-network' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists managed Virtual Networks.
az datafactory managed-virtual-network list --factory-name
--resource-group
Examples
ManagedVirtualNetworks_ListByFactory
az datafactory managed-virtual-network list --factory-name "exampleFactoryName" --resource-group "exampleResourceGroup"
Required Parameters
The factory name.
Name of resource group. You can configure the default group using az configure --defaults group=<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 datafactory managed-virtual-network show
Command group 'datafactory managed-virtual-network' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Gets a managed Virtual Network.
az datafactory managed-virtual-network show [--factory-name]
[--ids]
[--if-none-match]
[--managed-virtual-network-name]
[--resource-group]
[--subscription]
Examples
ManagedVirtualNetworks_Get
az datafactory managed-virtual-network show --factory-name "exampleFactoryName" --name "exampleManagedVirtualNetworkName" --resource-group "exampleResourceGroup"
Optional Parameters
The factory 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.
ETag of the managed Virtual Network entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.
Managed virtual network name.
Name of resource group. You can configure the default group using az configure --defaults group=<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.
az datafactory managed-virtual-network update
Command group 'datafactory managed-virtual-network' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update a managed Virtual Network.
az datafactory managed-virtual-network update [--add]
[--factory-name]
[--force-string]
[--ids]
[--if-match]
[--if-none-match]
[--managed-virtual-network-name]
[--remove]
[--resource-group]
[--set]
[--subscription]
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
The factory name.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
ETag of the managed Virtual Network entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
ETag of the managed Virtual Network entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. Default value is None.
Managed virtual network name.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
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.
Azure CLI