Skip to main content

network_security_perimeter_configurations

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

Overview

Namenetwork_security_perimeter_configurations
TypeResource
Idazure.bot_service.network_security_perimeter_configurations

Fields

NameDatatypeDescription
idtextFully qualified identifier of the resource
nametextName of the resource
networkSecurityPerimeterConfigurationNametextfield from the properties object
network_security_perimetertextfield from the properties object
profiletextfield from the properties object
provisioning_issuestextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
resource_associationtextfield from the properties object
subscriptionIdtextfield from the properties object
typetextType of the resource

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkSecurityPerimeterConfigurationName, resourceGroupName, resourceName, subscriptionIdGets the specified Network Security Perimeter configuration associated with the Bot.
listSELECTresourceGroupName, resourceName, subscriptionIdList Network Security Perimeter configurations associated with the Bot.
reconcileEXECnetworkSecurityPerimeterConfigurationName, resourceGroupName, resourceName, subscriptionIdReconcile the specified Network Security Perimeter configuration associated with the Bot.

SELECT examples

List Network Security Perimeter configurations associated with the Bot.

SELECT
id,
name,
networkSecurityPerimeterConfigurationName,
network_security_perimeter,
profile,
provisioning_issues,
provisioning_state,
resourceGroupName,
resourceName,
resource_association,
subscriptionId,
type
FROM azure.bot_service.vw_network_security_perimeter_configurations
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';