Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetInfoResourceInner
Packages that use VnetInfoResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of VnetInfoResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return VnetInfoResourceInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateVnetConnection
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.createOrUpdateVnetConnectionSlot
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.getVnetConnection
(String resourceGroupName, String name, String vnetName) Gets a virtual network the app (or deployment slot) is connected to by name.WebAppsClient.getVnetConnectionSlot
(String resourceGroupName, String name, String vnetName, String slot) Gets a virtual network the app (or deployment slot) is connected to by name.AppServicePlansClient.getVnetFromServerFarm
(String resourceGroupName, String name, String vnetName) Get a Virtual Network associated with an App Service plan.WebAppsClient.updateVnetConnection
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.updateVnetConnectionSlot
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type VnetInfoResourceInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateVnetConnectionAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.createOrUpdateVnetConnectionSlotAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.createOrUpdateVnetConnectionSlotWithResponse
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.createOrUpdateVnetConnectionSlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.createOrUpdateVnetConnectionWithResponse
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.createOrUpdateVnetConnectionWithResponseAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.getVnetConnectionAsync
(String resourceGroupName, String name, String vnetName) Gets a virtual network the app (or deployment slot) is connected to by name.WebAppsClient.getVnetConnectionSlotAsync
(String resourceGroupName, String name, String vnetName, String slot) Gets a virtual network the app (or deployment slot) is connected to by name.com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.getVnetConnectionSlotWithResponse
(String resourceGroupName, String name, String vnetName, String slot, com.azure.core.util.Context context) Gets a virtual network the app (or deployment slot) is connected to by name.Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.getVnetConnectionSlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String slot) Gets a virtual network the app (or deployment slot) is connected to by name.com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.getVnetConnectionWithResponse
(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context) Gets a virtual network the app (or deployment slot) is connected to by name.Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.getVnetConnectionWithResponseAsync
(String resourceGroupName, String name, String vnetName) Gets a virtual network the app (or deployment slot) is connected to by name.AppServicePlansClient.getVnetFromServerFarmAsync
(String resourceGroupName, String name, String vnetName) Get a Virtual Network associated with an App Service plan.com.azure.core.http.rest.Response
<VnetInfoResourceInner> AppServicePlansClient.getVnetFromServerFarmWithResponse
(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context) Get a Virtual Network associated with an App Service plan.Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> AppServicePlansClient.getVnetFromServerFarmWithResponseAsync
(String resourceGroupName, String name, String vnetName) Get a Virtual Network associated with an App Service plan.WebAppsClient.listVnetConnections
(String resourceGroupName, String name) Gets the virtual networks the app (or deployment slot) is connected to.WebAppsClient.listVnetConnectionsAsync
(String resourceGroupName, String name) Gets the virtual networks the app (or deployment slot) is connected to.WebAppsClient.listVnetConnectionsSlot
(String resourceGroupName, String name, String slot) Gets the virtual networks the app (or deployment slot) is connected to.WebAppsClient.listVnetConnectionsSlotAsync
(String resourceGroupName, String name, String slot) Gets the virtual networks the app (or deployment slot) is connected to.com.azure.core.http.rest.Response
<List<VnetInfoResourceInner>> WebAppsClient.listVnetConnectionsSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the virtual networks the app (or deployment slot) is connected to.Mono
<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> WebAppsClient.listVnetConnectionsSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets the virtual networks the app (or deployment slot) is connected to.com.azure.core.http.rest.Response
<List<VnetInfoResourceInner>> WebAppsClient.listVnetConnectionsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the virtual networks the app (or deployment slot) is connected to.Mono
<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> WebAppsClient.listVnetConnectionsWithResponseAsync
(String resourceGroupName, String name) Gets the virtual networks the app (or deployment slot) is connected to.Get all Virtual Networks associated with an App Service plan.AppServicePlansClient.listVnetsAsync
(String resourceGroupName, String name) Get all Virtual Networks associated with an App Service plan.com.azure.core.http.rest.Response
<List<VnetInfoResourceInner>> AppServicePlansClient.listVnetsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Get all Virtual Networks associated with an App Service plan.Mono
<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> AppServicePlansClient.listVnetsWithResponseAsync
(String resourceGroupName, String name) Get all Virtual Networks associated with an App Service plan.WebAppsClient.updateVnetConnectionAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.updateVnetConnectionSlotAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.updateVnetConnectionSlotWithResponse
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.updateVnetConnectionSlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.updateVnetConnectionWithResponse
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.updateVnetConnectionWithResponseAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Methods in com.azure.resourcemanager.appservice.fluent with parameters of type VnetInfoResourceInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateVnetConnection
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.createOrUpdateVnetConnectionAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.createOrUpdateVnetConnectionSlot
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.createOrUpdateVnetConnectionSlotAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.createOrUpdateVnetConnectionSlotWithResponse
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.createOrUpdateVnetConnectionSlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.createOrUpdateVnetConnectionWithResponse
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.createOrUpdateVnetConnectionWithResponseAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.updateVnetConnection
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.updateVnetConnectionAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.updateVnetConnectionSlot
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).WebAppsClient.updateVnetConnectionSlotAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.updateVnetConnectionSlotWithResponse
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.updateVnetConnectionSlotWithResponseAsync
(String resourceGroupName, String name, String vnetName, String slot, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).com.azure.core.http.rest.Response
<VnetInfoResourceInner> WebAppsClient.updateVnetConnectionWithResponse
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope, com.azure.core.util.Context context) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).Mono
<com.azure.core.http.rest.Response<VnetInfoResourceInner>> WebAppsClient.updateVnetConnectionWithResponseAsync
(String resourceGroupName, String name, String vnetName, VnetInfoResourceInner connectionEnvelope) Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). -
Uses of VnetInfoResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetInfoResourceInnerModifier and TypeMethodDescriptionstatic VnetInfoResourceInner
VnetInfoResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetInfoResourceInner from the JsonReader.VnetInfoResourceInner.withCertBlob
(String certBlob) Set the certBlob property: A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.VnetInfoResourceInner.withDnsServers
(String dnsServers) Set the dnsServers property: DNS servers to be used by this Virtual Network.VnetInfoResourceInner.withIsSwift
(Boolean isSwift) Set the isSwift property: Flag that is used to denote if this is VNET injection.Set the kind property: Kind of resource.VnetInfoResourceInner.withVnetResourceId
(String vnetResourceId) Set the vnetResourceId property: The Virtual Network's resource ID.