Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetGatewayInner
Packages that use VnetGatewayInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of VnetGatewayInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return VnetGatewayInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateVnetConnectionGateway
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.createOrUpdateVnetConnectionGatewaySlot
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.getVnetConnectionGateway
(String resourceGroupName, String name, String vnetName, String gatewayName) Gets an app's Virtual Network gateway.WebAppsClient.getVnetConnectionGatewaySlot
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot) Gets an app's Virtual Network gateway.AppServicePlansClient.getVnetGateway
(String resourceGroupName, String name, String vnetName, String gatewayName) Get a Virtual Network gateway.WebAppsClient.updateVnetConnectionGateway
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.updateVnetConnectionGatewaySlot
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).AppServicePlansClient.updateVnetGateway
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Update a Virtual Network gateway.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type VnetGatewayInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateVnetConnectionGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.createOrUpdateVnetConnectionGatewaySlotAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.createOrUpdateVnetConnectionGatewaySlotWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.createOrUpdateVnetConnectionGatewaySlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.createOrUpdateVnetConnectionGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.createOrUpdateVnetConnectionGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.getVnetConnectionGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName) Gets an app's Virtual Network gateway.WebAppsClient.getVnetConnectionGatewaySlotAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot) Gets an app's Virtual Network gateway.com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.getVnetConnectionGatewaySlotWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, com.azure.core.util.Context context) Gets an app's Virtual Network gateway.Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.getVnetConnectionGatewaySlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot) Gets an app's Virtual Network gateway.com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.getVnetConnectionGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, com.azure.core.util.Context context) Gets an app's Virtual Network gateway.Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.getVnetConnectionGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName) Gets an app's Virtual Network gateway.AppServicePlansClient.getVnetGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName) Get a Virtual Network gateway.com.azure.core.http.rest.Response
<VnetGatewayInner> AppServicePlansClient.getVnetGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, com.azure.core.util.Context context) Get a Virtual Network gateway.Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> AppServicePlansClient.getVnetGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName) Get a Virtual Network gateway.WebAppsClient.updateVnetConnectionGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.updateVnetConnectionGatewaySlotAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.updateVnetConnectionGatewaySlotWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.updateVnetConnectionGatewaySlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.updateVnetConnectionGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.updateVnetConnectionGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).AppServicePlansClient.updateVnetGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Update a Virtual Network gateway.com.azure.core.http.rest.Response
<VnetGatewayInner> AppServicePlansClient.updateVnetGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Update a Virtual Network gateway.Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> AppServicePlansClient.updateVnetGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Update a Virtual Network gateway.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type VnetGatewayInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateVnetConnectionGateway
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.createOrUpdateVnetConnectionGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.createOrUpdateVnetConnectionGatewaySlot
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.createOrUpdateVnetConnectionGatewaySlotAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.createOrUpdateVnetConnectionGatewaySlotWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.createOrUpdateVnetConnectionGatewaySlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.createOrUpdateVnetConnectionGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.createOrUpdateVnetConnectionGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.updateVnetConnectionGateway
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.updateVnetConnectionGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.updateVnetConnectionGatewaySlot
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).WebAppsClient.updateVnetConnectionGatewaySlotAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.updateVnetConnectionGatewaySlotWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.updateVnetConnectionGatewaySlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).com.azure.core.http.rest.Response
<VnetGatewayInner> WebAppsClient.updateVnetConnectionGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> WebAppsClient.updateVnetConnectionGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).AppServicePlansClient.updateVnetGateway
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Update a Virtual Network gateway.AppServicePlansClient.updateVnetGatewayAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Update a Virtual Network gateway.com.azure.core.http.rest.Response
<VnetGatewayInner> AppServicePlansClient.updateVnetGatewayWithResponse
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context) Update a Virtual Network gateway.Mono
<com.azure.core.http.rest.Response<VnetGatewayInner>> AppServicePlansClient.updateVnetGatewayWithResponseAsync
(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope) Update a Virtual Network gateway. -
Uses of VnetGatewayInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetGatewayInnerModifier and TypeMethodDescriptionstatic VnetGatewayInner
VnetGatewayInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetGatewayInner from the JsonReader.Set the kind property: Kind of resource.VnetGatewayInner.withVnetName
(String vnetName) Set the vnetName property: The Virtual Network name.VnetGatewayInner.withVpnPackageUri
(String vpnPackageUri) Set the vpnPackageUri property: The URI where the VPN package can be downloaded.