OutboundVnetRouting interface
Outbound traffic options over virtual network.
Properties
all |
Enables all other routing options defined in OutboundVnetRouting if this setting is set to true. |
application |
This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled. |
backup |
Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled |
content |
Enables accessing content over virtual network. Previously called VnetContentShareEnabled |
image |
Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled. |
Property Details
allTraffic
Enables all other routing options defined in OutboundVnetRouting if this setting is set to true.
allTraffic?: boolean
Property Value
boolean
applicationTraffic
This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled.
applicationTraffic?: boolean
Property Value
boolean
backupRestoreTraffic
Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled
backupRestoreTraffic?: boolean
Property Value
boolean
contentShareTraffic
Enables accessing content over virtual network. Previously called VnetContentShareEnabled
contentShareTraffic?: boolean
Property Value
boolean
imagePullTraffic
Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled.
imagePullTraffic?: boolean
Property Value
boolean