ServiceClassificationsNoSubscriptionOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:service_classifications_no_subscription> attribute.
Constructor
ServiceClassificationsNoSubscriptionOperations(*args, **kwargs)
Methods
| classify_services |
Classify the list of right Azure services. |
classify_services
Classify the list of right Azure services.
classify_services(service_classification_request: _models.ServiceClassificationRequest, *, content_type: str = 'application/json', **kwargs: Any) -> _models.ServiceClassificationOutput
Parameters
| Name | Description |
|---|---|
|
service_classification_request
Required
|
Input to check. Is either a ServiceClassificationRequest type or a IO[bytes] type. Required. |
Returns
| Type | Description |
|---|---|
|
ServiceClassificationOutput or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.support.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv285\\Lib\\site-packages\\azure\\mgmt\\support\\models\\__init__.py'>