Uses of Class
com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return DetectorResponseInnerModifier and TypeMethodDescriptionBatchAccountsClient.getDetector(String resourceGroupName, String accountName, String detectorId) Gets information about the given detector for a given Batch account.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type DetectorResponseInnerModifier 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
Methods in com.azure.resourcemanager.batch.fluent.models that return DetectorResponseInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return DetectorResponseInnerModifier and TypeMethodDescriptionDetectorResponse.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type DetectorResponseInnerModifier and TypeMethodDescriptionDetectorListResult.value()Get the value property: The collection of Batch account detectors returned by the listing operation.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type DetectorResponseInnerModifier and TypeMethodDescriptionDetectorListResult.withValue(List<DetectorResponseInner> value) Set the value property: The collection of Batch account detectors returned by the listing operation.