Skip to main content

network_security_perimeters

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

Overview

Namenetwork_security_perimeters
TypeResource
Idazure.batch.network_security_perimeters

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
reconcile_configurationexecsubscriptionId, resourceGroupName, accountName, networkSecurityPerimeterConfigurationNameReconciles the specified NSP configuration.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
accountNamestringThe name of the Batch account.
networkSecurityPerimeterConfigurationNamestringThe name for Network Security Perimeter configuration
resourceGroupNamestringThe name of the resource group that contains the Batch account.
subscriptionIdstringThe Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Lifecycle Methods

Reconciles the specified NSP configuration.

EXEC azure.batch.network_security_perimeters.reconcile_configuration 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@accountName='{{ accountName }}' --required,
@networkSecurityPerimeterConfigurationName='{{ networkSecurityPerimeterConfigurationName }}' --required
;