Skip to main content

plans_vnet_from_server_farms

Creates, updates, deletes, gets or lists a plans_vnet_from_server_farms resource.

Overview

Nameplans_vnet_from_server_farms
TypeResource
Idazure.app_service.plans_vnet_from_server_farms

Fields

NameDatatypeDescription
idtextResource Id.
nametextResource Name.
cert_blobtextfield from the properties object
cert_thumbprinttextfield from the properties object
dns_serverstextfield from the properties object
is_swifttextfield from the properties object
kindtextKind of resource.
resourceGroupNametextfield from the properties object
resync_requiredtextfield from the properties object
routestextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type.
vnetNametextfield from the properties object
vnet_resource_idtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceGroupName, subscriptionId, vnetNameDescription for Get a Virtual Network associated with an App Service plan.

SELECT examples

Description for Get a Virtual Network associated with an App Service plan.

SELECT
id,
name,
cert_blob,
cert_thumbprint,
dns_servers,
is_swift,
kind,
resourceGroupName,
resync_required,
routes,
subscriptionId,
type,
vnetName,
vnet_resource_id
FROM azure.app_service.vw_plans_vnet_from_server_farms
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vnetName = '{{ vnetName }}';