HealthModelsOperations interface
Interface representing a HealthModels operations.
Properties
| create | Create a HealthModel |
| delete | Delete a HealthModel |
| get | Get a HealthModel |
| list |
List HealthModel resources by resource group |
| list |
List HealthModel resources by subscription ID |
| update | Update a HealthModel |
Property Details
create
Create a HealthModel
create: (resourceGroupName: string, healthModelName: string, resource: HealthModel, options?: HealthModelsCreateOptionalParams) => PollerLike<OperationState<HealthModel>, HealthModel>
Property Value
(resourceGroupName: string, healthModelName: string, resource: HealthModel, options?: HealthModelsCreateOptionalParams) => PollerLike<OperationState<HealthModel>, HealthModel>
delete
Delete a HealthModel
delete: (resourceGroupName: string, healthModelName: string, options?: HealthModelsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, healthModelName: string, options?: HealthModelsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a HealthModel
get: (resourceGroupName: string, healthModelName: string, options?: HealthModelsGetOptionalParams) => Promise<HealthModel>
Property Value
(resourceGroupName: string, healthModelName: string, options?: HealthModelsGetOptionalParams) => Promise<HealthModel>
listByResourceGroup
List HealthModel resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: HealthModelsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<HealthModel, HealthModel[], PageSettings>
Property Value
(resourceGroupName: string, options?: HealthModelsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<HealthModel, HealthModel[], PageSettings>
listBySubscription
List HealthModel resources by subscription ID
listBySubscription: (options?: HealthModelsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<HealthModel, HealthModel[], PageSettings>
Property Value
(options?: HealthModelsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<HealthModel, HealthModel[], PageSettings>
update
Update a HealthModel
update: (resourceGroupName: string, healthModelName: string, properties: HealthModelUpdate, options?: HealthModelsUpdateOptionalParams) => PollerLike<OperationState<HealthModel>, HealthModel>
Property Value
(resourceGroupName: string, healthModelName: string, properties: HealthModelUpdate, options?: HealthModelsUpdateOptionalParams) => PollerLike<OperationState<HealthModel>, HealthModel>