Uses of Interface
com.azure.resourcemanager.workloads.models.Monitor

Packages that use Monitor
Package
Description
Package containing the data models for WorkloadsClient.
  • Uses of Monitor in com.azure.resourcemanager.workloads.models

    Modifier and Type
    Method
    Description
    Monitor.Update.apply()
    Executes the update request.
    Monitor.Update.apply(com.azure.core.util.Context context)
    Executes the update request.
    Monitor.DefinitionStages.WithCreate.create()
    Executes the create request.
    Monitor.DefinitionStages.WithCreate.create(com.azure.core.util.Context context)
    Executes the create request.
    Monitors.getById(String id)
    Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.
    Monitors.getByResourceGroup(String resourceGroupName, String monitorName)
    Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.
    Monitor.refresh()
    Refreshes the resource to sync with Azure.
    Monitor.refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Methods in com.azure.resourcemanager.workloads.models that return types with arguments of type Monitor
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.Response<Monitor>
    Monitors.getByIdWithResponse(String id, com.azure.core.util.Context context)
    Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.
    com.azure.core.http.rest.Response<Monitor>
    Monitors.getByResourceGroupWithResponse(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
    Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.
    com.azure.core.http.rest.PagedIterable<Monitor>
    Monitors.list()
    Gets a list of SAP monitors in the specified subscription.
    com.azure.core.http.rest.PagedIterable<Monitor>
    Monitors.list(com.azure.core.util.Context context)
    Gets a list of SAP monitors in the specified subscription.
    com.azure.core.http.rest.PagedIterable<Monitor>
    Monitors.listByResourceGroup(String resourceGroupName)
    Gets a list of SAP monitors in the specified resource group.
    com.azure.core.http.rest.PagedIterable<Monitor>
    Monitors.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
    Gets a list of SAP monitors in the specified resource group.