Uses of Class
com.azure.resourcemanager.appservice.models.OutboundVnetRouting
Packages that use OutboundVnetRouting
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of OutboundVnetRouting in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return OutboundVnetRoutingModifier and TypeMethodDescriptionSiteInner.outboundVnetRouting()Get the outboundVnetRouting property: Property to configure various outbound traffic routing options over virtual network for a site.SitePropertiesInner.outboundVnetRouting()Get the outboundVnetRouting property: Property to configure various outbound traffic routing options over virtual network for a site.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type OutboundVnetRoutingModifier and TypeMethodDescriptionSiteInner.withOutboundVnetRouting(OutboundVnetRouting outboundVnetRouting) Set the outboundVnetRouting property: Property to configure various outbound traffic routing options over virtual network for a site.SitePropertiesInner.withOutboundVnetRouting(OutboundVnetRouting outboundVnetRouting) Set the outboundVnetRouting property: Property to configure various outbound traffic routing options over virtual network for a site. -
Uses of OutboundVnetRouting in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return OutboundVnetRoutingModifier and TypeMethodDescriptionstatic OutboundVnetRoutingOutboundVnetRouting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundVnetRouting from the JsonReader.OutboundVnetRouting.withAllTraffic(Boolean allTraffic) Set the allTraffic property: Enables all other routing options defined in OutboundVnetRouting if this setting is set to true.OutboundVnetRouting.withApplicationTraffic(Boolean applicationTraffic) Set the applicationTraffic property: This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.OutboundVnetRouting.withBackupRestoreTraffic(Boolean backupRestoreTraffic) Set the backupRestoreTraffic property: Enables Backup and Restore operations over virtual network.OutboundVnetRouting.withContentShareTraffic(Boolean contentShareTraffic) Set the contentShareTraffic property: Enables accessing content over virtual network.OutboundVnetRouting.withImagePullTraffic(Boolean imagePullTraffic) Set the imagePullTraffic property: Enables pulling image over Virtual Network.