NetworkSecurityPerimeterConfigurationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

StorageManagementClient's

<xref:network_security_perimeter_configurations> attribute.

Inheritance
builtins.object
NetworkSecurityPerimeterConfigurationsOperations

Constructor

NetworkSecurityPerimeterConfigurationsOperations(*args, **kwargs)

Methods

begin_reconcile

Refreshes any information about the association.

get

Gets effective NetworkSecurityPerimeterConfiguration for association.

list

Gets list of effective NetworkSecurityPerimeterConfiguration for storage account.

begin_reconcile

Refreshes any information about the association.

begin_reconcile(resource_group_name: str, account_name: str, network_security_perimeter_configuration_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

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

account_name
Required
str

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. Required.

network_security_perimeter_configuration_name
Required
str

The name for Network Security Perimeter configuration. Required.

Returns

Type Description

An instance of LROPoller that returns either None or the result of cls(response)

Exceptions

Type Description

get

Gets effective NetworkSecurityPerimeterConfiguration for association.

get(resource_group_name: str, account_name: str, network_security_perimeter_configuration_name: str, **kwargs: Any) -> NetworkSecurityPerimeterConfiguration

Parameters

Name Description
resource_group_name
Required
str

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

account_name
Required
str

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. Required.

network_security_perimeter_configuration_name
Required
str

The name for Network Security Perimeter configuration. Required.

Returns

Type Description

NetworkSecurityPerimeterConfiguration or the result of cls(response)

Exceptions

Type Description

list

Gets list of effective NetworkSecurityPerimeterConfiguration for storage account.

list(resource_group_name: str, account_name: str, **kwargs: Any) -> Iterable[NetworkSecurityPerimeterConfiguration]

Parameters

Name Description
resource_group_name
Required
str

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

account_name
Required
str

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. Required.

Returns

Type Description

An iterator like instance of either NetworkSecurityPerimeterConfiguration or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.storage.v2023_05_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\storage\\v2023_05_01\\models\\__init__.py'>