NetworkSecurityPerimeterConfigurationsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
CognitiveServicesManagementClient's
<xref:network_security_perimeter_configurations> attribute.
Constructor
NetworkSecurityPerimeterConfigurationsOperations(*args, **kwargs)
Methods
| begin_reconcile |
Reconcile the NSP configuration for an account. |
| get |
Gets the specified NSP configurations for an account. |
| list |
Gets a list of NSP configurations for an account. |
begin_reconcile
Reconcile the NSP configuration for an account.
begin_reconcile(resource_group_name: str, account_name: str, nsp_configuration_name: str, **kwargs: Any) -> LROPoller[NetworkSecurityPerimeterConfiguration]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
account_name
Required
|
The name of Cognitive Services account. Required. |
|
nsp_configuration_name
Required
|
The name of the NSP Configuration. Required. |
Returns
| Type | Description |
|---|---|
|
An instance of LROPoller that returns either NetworkSecurityPerimeterConfiguration or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
get
Gets the specified NSP configurations for an account.
get(resource_group_name: str, account_name: str, nsp_configuration_name: str, **kwargs: Any) -> NetworkSecurityPerimeterConfiguration
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
account_name
Required
|
The name of Cognitive Services account. Required. |
|
nsp_configuration_name
Required
|
The name of the NSP Configuration. Required. |
Returns
| Type | Description |
|---|---|
|
NetworkSecurityPerimeterConfiguration or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
list
Gets a list of NSP configurations for an account.
list(resource_group_name: str, account_name: str, **kwargs: Any) -> ItemPaged[NetworkSecurityPerimeterConfiguration]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
account_name
Required
|
The name of Cognitive Services account. 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.cognitiveservices.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv88\\Lib\\site-packages\\azure\\mgmt\\cognitiveservices\\models\\__init__.py'>