Skip to main content

web_apps_vnet_connection_slot

Overview

Nameweb_apps_vnet_connection_slot
TypeResource
Idazure.app_service.web_apps_vnet_connection_slot

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectVirtual Network information contract.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceGroupName, slot, subscriptionId, vnetNameDescription for Gets a virtual network the app (or deployment slot) is connected to by name.
create_or_updateINSERTname, resourceGroupName, slot, subscriptionId, vnetNameDescription for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).
deleteDELETEname, resourceGroupName, slot, subscriptionId, vnetNameDescription for Deletes a connection from an app (or deployment slot to a named virtual network.
updateEXECname, resourceGroupName, slot, subscriptionId, vnetNameDescription for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH).