Uses of Interface
com.azure.resourcemanager.batch.models.DetectorResponse
Packages that use DetectorResponse
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DetectorResponse in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return DetectorResponseModifier and TypeMethodDescriptionBatchAccounts.getDetector(String resourceGroupName, String accountName, String detectorId) Gets information about the given detector for a given Batch account.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type DetectorResponseModifier 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.