Share via


OutboundVnetRouting Class

Outbound traffic options over virtual network.

Constructor

OutboundVnetRouting(*, all_traffic: bool | None = None, application_traffic: bool | None = None, content_share_traffic: bool | None = None, image_pull_traffic: bool | None = None, backup_restore_traffic: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
all_traffic

Enables all other routing options defined in OutboundVnetRouting if this setting is set to true.

Default value: None
application_traffic

This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled.

Default value: None
content_share_traffic

Enables accessing content over virtual network. Previously called VnetContentShareEnabled.

Default value: None
image_pull_traffic

Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled.

Default value: None
backup_restore_traffic

Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled.

Default value: None

Variables

Name Description
all_traffic

Enables all other routing options defined in OutboundVnetRouting if this setting is set to true.

application_traffic

This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled.

content_share_traffic

Enables accessing content over virtual network. Previously called VnetContentShareEnabled.

image_pull_traffic

Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled.

backup_restore_traffic

Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled.