Partilhar via


SecurityUserConfigurationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:security_user_configurations> attribute.

Inheritance
builtins.object
SecurityUserConfigurationsOperations

Constructor

SecurityUserConfigurationsOperations(*args, **kwargs)

Methods

begin_delete

Deletes a network manager security user configuration.

create_or_update

Creates or updates a network manager security user configuration.

get

Retrieves a network manager security user configuration.

list

Lists all the network manager security user configurations in a network manager, in a paginated format.

begin_delete

Deletes a network manager security user configuration.

begin_delete(resource_group_name: str, network_manager_name: str, configuration_name: str, *, force: bool | None = None, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

network_manager_name
Required
str

The name of the network manager. Required.

configuration_name
Required
str

The name of the network manager Security Configuration. Required.

Keyword-Only Parameters

Name Description
force

Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. Default value is None.

Returns

Type Description

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

Exceptions

Type Description

create_or_update

Creates or updates a network manager security user configuration.

create_or_update(resource_group_name: str, network_manager_name: str, configuration_name: str, security_user_configuration: _models.SecurityUserConfiguration, *, content_type: str = 'application/json', **kwargs: Any) -> _models.SecurityUserConfiguration

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

network_manager_name
Required
str

The name of the network manager. Required.

configuration_name
Required
str

The name of the network manager Security Configuration. Required.

security_user_configuration
Required

The security user configuration to create or update. Is either a SecurityUserConfiguration type or a IO[bytes] type. Required.

Keyword-Only Parameters

Name Description
force

Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. Default value is None.

Returns

Type Description

SecurityUserConfiguration or the result of cls(response)

Exceptions

Type Description

get

Retrieves a network manager security user configuration.

get(resource_group_name: str, network_manager_name: str, configuration_name: str, **kwargs: Any) -> SecurityUserConfiguration

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

network_manager_name
Required
str

The name of the network manager. Required.

configuration_name
Required
str

The name of the network manager Security Configuration. Required.

Keyword-Only Parameters

Name Description
force

Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. Default value is None.

Returns

Type Description

SecurityUserConfiguration or the result of cls(response)

Exceptions

Type Description

list

Lists all the network manager security user configurations in a network manager, in a paginated format.

list(resource_group_name: str, network_manager_name: str, *, top: int | None = None, skip_token: str | None = None, **kwargs: Any) -> Iterable[SecurityUserConfiguration]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

network_manager_name
Required
str

The name of the network manager. Required.

Keyword-Only Parameters

Name Description
top
int

An optional query parameter which specifies the maximum number of records to be returned by the server. Default value is None.

skip_token
str

SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. Default value is None.

Returns

Type Description

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

Exceptions

Type Description

Attributes

models

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