ReferenceDataSetsOperations Class
ReferenceDataSetsOperations 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.objectReferenceDataSetsOperations
Constructor
ReferenceDataSetsOperations(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
| create_or_update |
Create or update a reference data set in the specified environment. |
| delete |
Deletes the reference data set with the specified name in the specified subscription, resource group, and environment. |
| get |
Gets the reference data set with the specified name in the specified environment. |
| list_by_environment |
Lists all the available reference data sets associated with the subscription and within the specified resource group and environment. |
| update |
Updates the reference data set with the specified name in the specified subscription, resource group, and environment. |
create_or_update
Create or update a reference data set in the specified environment.
async create_or_update(resource_group_name: str, environment_name: str, reference_data_set_name: str, parameters: azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetCreateOrUpdateParameters, **kwargs) -> azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetResource
Parameters
- environment_name
- str
The name of the Time Series Insights environment associated with the specified resource group.
- parameters
- ReferenceDataSetCreateOrUpdateParameters
Parameters for creating a reference data set.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ReferenceDataSetResource, or the result of cls(response)
Return type
Exceptions
delete
Deletes the reference data set with the specified name in the specified subscription, resource group, and environment.
async delete(resource_group_name: str, environment_name: str, reference_data_set_name: str, **kwargs) -> None
Parameters
- environment_name
- str
The name of the Time Series Insights environment associated with the specified resource group.
- reference_data_set_name
- str
The name of the Time Series Insights reference data set associated with the specified environment.
- 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
Gets the reference data set with the specified name in the specified environment.
async get(resource_group_name: str, environment_name: str, reference_data_set_name: str, **kwargs) -> azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetResource
Parameters
- environment_name
- str
The name of the Time Series Insights environment associated with the specified resource group.
- reference_data_set_name
- str
The name of the Time Series Insights reference data set associated with the specified environment.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ReferenceDataSetResource, or the result of cls(response)
Return type
Exceptions
list_by_environment
Lists all the available reference data sets associated with the subscription and within the specified resource group and environment.
async list_by_environment(resource_group_name: str, environment_name: str, **kwargs) -> azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetListResponse
Parameters
- environment_name
- str
The name of the Time Series Insights environment associated with the specified resource group.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ReferenceDataSetListResponse, or the result of cls(response)
Return type
Exceptions
update
Updates the reference data set with the specified name in the specified subscription, resource group, and environment.
async update(resource_group_name: str, environment_name: str, reference_data_set_name: str, reference_data_set_update_parameters: azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetUpdateParameters, **kwargs) -> azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetResource
Parameters
- environment_name
- str
The name of the Time Series Insights environment associated with the specified resource group.
- reference_data_set_name
- str
The name of the Time Series Insights reference data set associated with the specified environment.
- reference_data_set_update_parameters
- ReferenceDataSetUpdateParameters
Request object that contains the updated information for the reference data set.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ReferenceDataSetResource, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.timeseriesinsights.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\timeseriesinsights\\models\\__init__.py'>
Feedback
Submit and view feedback for