NetworkSecurityPerimeterConfigurations interface

Interface representing a NetworkSecurityPerimeterConfigurations.

Methods

beginReconcile(string, string, string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Reconcile a specific network security perimeter configuration for a given network security perimeter association with a topic or domain.

beginReconcileAndWait(string, string, string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Reconcile a specific network security perimeter configuration for a given network security perimeter association with a topic or domain.

get(string, string, string, string, string, NetworkSecurityPerimeterConfigurationsGetOptionalParams)

Get a specific network security perimeter configuration with a topic or domain.

list(string, string, string, NetworkSecurityPerimeterConfigurationsListOptionalParams)

Get all network security perimeter configurations associated with a topic or domain.

Method Details

beginReconcile(string, string, string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Reconcile a specific network security perimeter configuration for a given network security perimeter association with a topic or domain.

function beginReconcile(resourceGroupName: string, resourceType: string, resourceName: string, perimeterGuid: string, associationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfiguration>, NetworkSecurityPerimeterConfiguration>>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

resourceType

string

The type of the resource. This can be either 'topics' or 'domains'.

resourceName

string

The name of the resource (namely, either, the topic name or domain name).

perimeterGuid

string

Unique identifier for perimeter

associationName

string

Association name to association network security perimeter resource to profile

Returns

beginReconcileAndWait(string, string, string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Reconcile a specific network security perimeter configuration for a given network security perimeter association with a topic or domain.

function beginReconcileAndWait(resourceGroupName: string, resourceType: string, resourceName: string, perimeterGuid: string, associationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfiguration>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

resourceType

string

The type of the resource. This can be either 'topics' or 'domains'.

resourceName

string

The name of the resource (namely, either, the topic name or domain name).

perimeterGuid

string

Unique identifier for perimeter

associationName

string

Association name to association network security perimeter resource to profile

Returns

get(string, string, string, string, string, NetworkSecurityPerimeterConfigurationsGetOptionalParams)

Get a specific network security perimeter configuration with a topic or domain.

function get(resourceGroupName: string, resourceType: string, resourceName: string, perimeterGuid: string, associationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfiguration>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

resourceType

string

The type of the resource. This can be either 'topics', or 'domains'.

resourceName

string

The name of the resource (namely, either, the topic name or domain name).

perimeterGuid

string

Unique identifier for perimeter

associationName

string

Association name to association network security perimeter resource to profile

Returns

list(string, string, string, NetworkSecurityPerimeterConfigurationsListOptionalParams)

Get all network security perimeter configurations associated with a topic or domain.

function list(resourceGroupName: string, resourceType: string, resourceName: string, options?: NetworkSecurityPerimeterConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfiguration[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription.

resourceType

string

The type of the resource. This can be either 'topics' or 'domains'.

resourceName

string

The name of the resource (namely, either, the topic name or domain name).

Returns