Uses of Interface
com.azure.resourcemanager.batch.models.DetectorResponse
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DetectorResponse in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccounts.getDetector
(String resourceGroupName, String accountName, String detectorId) Gets information about the given detector for a given Batch account.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DetectorResponse>
BatchAccounts.getDetectorWithResponse
(String resourceGroupName, String accountName, String detectorId, com.azure.core.util.Context context) Gets information about the given detector for a given Batch account.com.azure.core.http.rest.PagedIterable<DetectorResponse>
BatchAccounts.listDetectors
(String resourceGroupName, String accountName) Gets information about the detectors available for a given Batch account.com.azure.core.http.rest.PagedIterable<DetectorResponse>
BatchAccounts.listDetectors
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets information about the detectors available for a given Batch account.