NetworkSecurityPerimeterConfigurations interface

Interface representing a NetworkSecurityPerimeterConfigurations.

Methods

beginReconcile(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Refreshes any information about the association.

beginReconcileAndWait(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Refreshes any information about the association.

get(string, string, string, NetworkSecurityPerimeterConfigurationsGetOptionalParams)

Gets effective NetworkSecurityPerimeterConfiguration for association

list(string, string, NetworkSecurityPerimeterConfigurationsListOptionalParams)

Gets list of effective NetworkSecurityPerimeterConfiguration for storage account

Method Details

beginReconcile(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Refreshes any information about the association.

function beginReconcile(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileHeaders>, NetworkSecurityPerimeterConfigurationsReconcileHeaders>>

Parameters

resourceGroupName

string

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

accountName

string

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

networkSecurityPerimeterConfigurationName

string

The name for Network Security Perimeter configuration

Returns

beginReconcileAndWait(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams)

Refreshes any information about the association.

function beginReconcileAndWait(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileHeaders>

Parameters

resourceGroupName

string

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

accountName

string

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

networkSecurityPerimeterConfigurationName

string

The name for Network Security Perimeter configuration

Returns

get(string, string, string, NetworkSecurityPerimeterConfigurationsGetOptionalParams)

Gets effective NetworkSecurityPerimeterConfiguration for association

function get(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfiguration>

Parameters

resourceGroupName

string

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

accountName

string

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

networkSecurityPerimeterConfigurationName

string

The name for Network Security Perimeter configuration

Returns

list(string, string, NetworkSecurityPerimeterConfigurationsListOptionalParams)

Gets list of effective NetworkSecurityPerimeterConfiguration for storage account

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

Parameters

resourceGroupName

string

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

accountName

string

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns