SolutionsOperations Class

SolutionsOperations 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
SolutionsOperations

Constructor

SolutionsOperations(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

begin_create_or_update

Create/Update Solution.

Creates or updates the Solution.

begin_delete

Deletes the solution.

Deletes the solution in the subscription.

begin_update

Patch a Solution.

Patch a Solution. Only updating tags supported.

get

Retrieve solution.

Retrieves the user solution.

list_by_resource_group

Retrieves the solution list for the subscription.

Retrieves the solution list. It will retrieve both first party and third party solutions.

list_by_subscription

Retrieves the solution list for the subscription.

Retrieves the solution list. It will retrieve both first party and third party solutions.

begin_create_or_update

Create/Update Solution.

Creates or updates the Solution.

begin_create_or_update(resource_group_name: str, solution_name: str, parameters: _models.Solution, **kwargs: Any) -> LROPoller[_models.Solution]

Parameters

resource_group_name
str
Required

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

solution_name
str
Required

User Solution Name.

parameters
Solution
Required

The parameters required to create OMS Solution.

cls
callable

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

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

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

Return type

Exceptions

begin_delete

Deletes the solution.

Deletes the solution in the subscription.

begin_delete(resource_group_name: str, solution_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

resource_group_name
str
Required

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

solution_name
str
Required

User Solution Name.

cls
callable

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

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

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

Return type

Exceptions

begin_update

Patch a Solution.

Patch a Solution. Only updating tags supported.

begin_update(resource_group_name: str, solution_name: str, parameters: _models.SolutionPatch, **kwargs: Any) -> LROPoller[_models.Solution]

Parameters

resource_group_name
str
Required

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

solution_name
str
Required

User Solution Name.

parameters
SolutionPatch
Required

The parameters required to patch a Solution.

cls
callable

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

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

True for ARMPolling, False for no polling, or a polling object for personal polling strategy

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

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

Return type

Exceptions

get

Retrieve solution.

Retrieves the user solution.

get(resource_group_name: str, solution_name: str, **kwargs: Any) -> _models.Solution

Parameters

resource_group_name
str
Required

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

solution_name
str
Required

User Solution Name.

cls
callable

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

Returns

Solution, or the result of cls(response)

Return type

Exceptions

list_by_resource_group

Retrieves the solution list for the subscription.

Retrieves the solution list. It will retrieve both first party and third party solutions.

list_by_resource_group(resource_group_name: str, **kwargs: Any) -> _models.SolutionPropertiesList

Parameters

resource_group_name
str
Required

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

cls
callable

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

Returns

SolutionPropertiesList, or the result of cls(response)

Return type

Exceptions

list_by_subscription

Retrieves the solution list for the subscription.

Retrieves the solution list. It will retrieve both first party and third party solutions.

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

Parameters

cls
callable

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

Returns

SolutionPropertiesList, 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'>