ServiceTagsOperations Class
ServiceTagsOperations async 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.objectServiceTagsOperations
Constructor
ServiceTagsOperations(client, config, serializer, deserializer) -> None
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| list |
Gets a list of service tag information resources. |
list
Gets a list of service tag information resources.
list(location: str, **kwargs) -> azure.mgmt.network.v2020_03_01.models._models_py3.ServiceTagsListResult
Parameters
- location
- str
The location that will be used as a reference for version (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to).
Returns
ServiceTagsListResult, or the result of cls(response)
Return type
Attributes
models
models = <module 'azure.mgmt.network.v2020_03_01.models' from 'c:\\repo\\venv\\lib\\site-packages\\azure\\mgmt\\network\\v2020_03_01\\models\\__init__.py'>
Feedback
Submit and view feedback for