Uses of Class
com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of DetectorResponseInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionBatchAccountsClient.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<DetectorResponseInner>
BatchAccountsClient.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<DetectorResponseInner>
BatchAccountsClient.listDetectors
(String resourceGroupName, String accountName) Gets information about the detectors available for a given Batch account.com.azure.core.http.rest.PagedIterable<DetectorResponseInner>
BatchAccountsClient.listDetectors
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets information about the detectors available for a given Batch account. -
Uses of DetectorResponseInner in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionSet the value property: A base64 encoded string that represents the content of a detector. -
Uses of DetectorResponseInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionDetectorResponse.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner object.Modifier and TypeMethodDescriptionDetectorListResult.value()
Get the value property: The collection of Batch account detectors returned by the listing operation.Modifier and TypeMethodDescriptionDetectorListResult.withValue
(List<DetectorResponseInner> value) Set the value property: The collection of Batch account detectors returned by the listing operation.