ManagementConfigurationsOperations Class

ManagementConfigurationsOperations operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
ManagementConfigurationsOperations

Constructor

ManagementConfigurationsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

create_or_update

Create/Update ManagementConfiguration.

Creates or updates the ManagementConfiguration.

delete

Deletes the ManagementConfiguration.

Deletes the ManagementConfiguration in the subscription.

get

Retrieve ManagementConfiguration.

Retrieves the user ManagementConfiguration.

list_by_subscription

Retrieves the ManagementConfigurations list for the subscription.

Retrieves the ManagementConfigurations list.

create_or_update

Create/Update ManagementConfiguration.

Creates or updates the ManagementConfiguration.

create_or_update(resource_group_name: str, management_configuration_name: str, parameters: _models.ManagementConfiguration, **kwargs: Any) -> _models.ManagementConfiguration

Parameters

resource_group_name
str
Required

The name of the resource group to get. The name is case insensitive.

management_configuration_name
str
Required

User Management Configuration Name.

parameters
ManagementConfiguration
Required

The parameters required to create OMS Solution.

cls
callable

A custom type or function that will be passed the direct response

Returns

ManagementConfiguration, or the result of cls(response)

Return type

Exceptions

delete

Deletes the ManagementConfiguration.

Deletes the ManagementConfiguration in the subscription.

delete(resource_group_name: str, management_configuration_name: str, **kwargs: Any) -> None

Parameters

resource_group_name
str
Required

The name of the resource group to get. The name is case insensitive.

management_configuration_name
str
Required

User Management Configuration Name.

cls
callable

A custom type or function that will be passed the direct response

Returns

None, or the result of cls(response)

Return type

Exceptions

get

Retrieve ManagementConfiguration.

Retrieves the user ManagementConfiguration.

get(resource_group_name: str, management_configuration_name: str, **kwargs: Any) -> _models.ManagementConfiguration

Parameters

resource_group_name
str
Required

The name of the resource group to get. The name is case insensitive.

management_configuration_name
str
Required

User Management Configuration Name.

cls
callable

A custom type or function that will be passed the direct response

Returns

ManagementConfiguration, or the result of cls(response)

Return type

Exceptions

list_by_subscription

Retrieves the ManagementConfigurations list for the subscription.

Retrieves the ManagementConfigurations list.

list_by_subscription(**kwargs: Any) -> _models.ManagementConfigurationPropertiesList

Parameters

cls
callable

A custom type or function that will be passed the direct response

Returns

ManagementConfigurationPropertiesList, or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.operationsmanagement.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\operationsmanagement\\models\\__init__.py'>