The networkVirtualAppliances/virtualApplianceSites resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Network/networkVirtualAppliances/virtualApplianceSites resource, add the following JSON to your template.
{
"type": "Microsoft.Network/networkVirtualAppliances/virtualApplianceSites",
"apiVersion": "2023-04-01",
"name": "string",
"properties": {
"addressPrefix": "string",
"o365Policy": {
"breakOutCategories": {
"allow": "bool",
"default": "bool",
"optimize": "bool"
}
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Network/networkVirtualAppliances/virtualApplianceSites' |
apiVersion | The resource api version | '2023-04-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The properties of the Virtual Appliance Sites. | VirtualApplianceSiteProperties |
Name | Description | Value |
---|---|---|
addressPrefix | Address Prefix. | string |
o365Policy | Office 365 Policy. | Office365PolicyProperties |
Name | Description | Value |
---|---|---|
breakOutCategories | Office 365 breakout categories. | BreakOutCategoryPolicies |
Name | Description | Value |
---|---|---|
allow | Flag to control breakout of o365 allow category. | bool |
default | Flag to control breakout of o365 default category. | bool |
optimize | Flag to control breakout of o365 optimize category. | bool |