ResourceHealthMetadataOperations Class
ResourceHealthMetadataOperations 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.objectResourceHealthMetadataOperations
Constructor
ResourceHealthMetadataOperations(client, config, serializer, deserializer)
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
| get_by_site |
Gets the category of ResourceHealthMetadata to use for the given site. Description for Gets the category of ResourceHealthMetadata to use for the given site. |
| get_by_site_slot |
Gets the category of ResourceHealthMetadata to use for the given site. Description for Gets the category of ResourceHealthMetadata to use for the given site. |
| list |
List all ResourceHealthMetadata for all sites in the subscription. Description for List all ResourceHealthMetadata for all sites in the subscription. |
| list_by_resource_group |
List all ResourceHealthMetadata for all sites in the resource group in the subscription. Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription. |
| list_by_site |
Gets the category of ResourceHealthMetadata to use for the given site as a collection. Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection. |
| list_by_site_slot |
Gets the category of ResourceHealthMetadata to use for the given site as a collection. Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection. |
get_by_site
Gets the category of ResourceHealthMetadata to use for the given site.
Description for Gets the category of ResourceHealthMetadata to use for the given site.
async get_by_site(resource_group_name: str, name: str, **kwargs: Any) -> azure.mgmt.web.v2021_01_15.models._models_py3.ResourceHealthMetadata
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ResourceHealthMetadata, or the result of cls(response)
Return type
Exceptions
get_by_site_slot
Gets the category of ResourceHealthMetadata to use for the given site.
Description for Gets the category of ResourceHealthMetadata to use for the given site.
async get_by_site_slot(resource_group_name: str, name: str, slot: str, **kwargs: Any) -> azure.mgmt.web.v2021_01_15.models._models_py3.ResourceHealthMetadata
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ResourceHealthMetadata, or the result of cls(response)
Return type
Exceptions
list
List all ResourceHealthMetadata for all sites in the subscription.
Description for List all ResourceHealthMetadata for all sites in the subscription.
list(**kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2021_01_15.models._models_py3.ResourceHealthMetadataCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either ResourceHealthMetadataCollection or the result of cls(response)
Return type
Exceptions
list_by_resource_group
List all ResourceHealthMetadata for all sites in the resource group in the subscription.
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
list_by_resource_group(resource_group_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2021_01_15.models._models_py3.ResourceHealthMetadataCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either ResourceHealthMetadataCollection or the result of cls(response)
Return type
Exceptions
list_by_site
Gets the category of ResourceHealthMetadata to use for the given site as a collection.
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
list_by_site(resource_group_name: str, name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2021_01_15.models._models_py3.ResourceHealthMetadataCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either ResourceHealthMetadataCollection or the result of cls(response)
Return type
Exceptions
list_by_site_slot
Gets the category of ResourceHealthMetadata to use for the given site as a collection.
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
list_by_site_slot(resource_group_name: str, name: str, slot: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2021_01_15.models._models_py3.ResourceHealthMetadataCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either ResourceHealthMetadataCollection or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.web.v2021_01_15.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\web\\v2021_01_15\\models\\__init__.py'>
Feedback
Submit and view feedback for