Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DetectorDefinitionResourceInner
Packages that use DetectorDefinitionResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DetectorDefinitionResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DetectorDefinitionResourceInnerModifier and TypeMethodDescriptionDiagnosticsClient.getSiteDetector(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName) Get Detector Description for Get Detector.DiagnosticsClient.getSiteDetectorSlot(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName, String slot) Get Detector Description for Get Detector.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DetectorDefinitionResourceInnerModifier and TypeMethodDescriptionDiagnosticsClient.getSiteDetectorAsync(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName) Get Detector Description for Get Detector.DiagnosticsClient.getSiteDetectorSlotAsync(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName, String slot) Get Detector Description for Get Detector.com.azure.core.http.rest.Response<DetectorDefinitionResourceInner> DiagnosticsClient.getSiteDetectorSlotWithResponse(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName, String slot, com.azure.core.util.Context context) Get Detector Description for Get Detector.Mono<com.azure.core.http.rest.Response<DetectorDefinitionResourceInner>> DiagnosticsClient.getSiteDetectorSlotWithResponseAsync(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName, String slot) Get Detector Description for Get Detector.com.azure.core.http.rest.Response<DetectorDefinitionResourceInner> DiagnosticsClient.getSiteDetectorWithResponse(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName, com.azure.core.util.Context context) Get Detector Description for Get Detector.Mono<com.azure.core.http.rest.Response<DetectorDefinitionResourceInner>> DiagnosticsClient.getSiteDetectorWithResponseAsync(String resourceGroupName, String siteName, String diagnosticCategory, String detectorName) Get Detector Description for Get Detector.com.azure.core.http.rest.PagedIterable<DetectorDefinitionResourceInner> DiagnosticsClient.listSiteDetectors(String resourceGroupName, String siteName, String diagnosticCategory) Get Detectors Description for Get Detectors.com.azure.core.http.rest.PagedIterable<DetectorDefinitionResourceInner> DiagnosticsClient.listSiteDetectors(String resourceGroupName, String siteName, String diagnosticCategory, com.azure.core.util.Context context) Get Detectors Description for Get Detectors.com.azure.core.http.rest.PagedFlux<DetectorDefinitionResourceInner> DiagnosticsClient.listSiteDetectorsAsync(String resourceGroupName, String siteName, String diagnosticCategory) Get Detectors Description for Get Detectors.com.azure.core.http.rest.PagedIterable<DetectorDefinitionResourceInner> DiagnosticsClient.listSiteDetectorsSlot(String resourceGroupName, String siteName, String diagnosticCategory, String slot) Get Detectors Description for Get Detectors.com.azure.core.http.rest.PagedIterable<DetectorDefinitionResourceInner> DiagnosticsClient.listSiteDetectorsSlot(String resourceGroupName, String siteName, String diagnosticCategory, String slot, com.azure.core.util.Context context) Get Detectors Description for Get Detectors.com.azure.core.http.rest.PagedFlux<DetectorDefinitionResourceInner> DiagnosticsClient.listSiteDetectorsSlotAsync(String resourceGroupName, String siteName, String diagnosticCategory, String slot) Get Detectors Description for Get Detectors. -
Uses of DetectorDefinitionResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DetectorDefinitionResourceInnerModifier and TypeMethodDescriptionDetectorDefinitionResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DetectorDefinitionResourceInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of DetectorDefinitionResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DetectorDefinitionResourceInnerModifier and TypeMethodDescriptionDiagnosticDetectorCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DetectorDefinitionResourceInnerModifier and TypeMethodDescriptionDiagnosticDetectorCollection.withValue(List<DetectorDefinitionResourceInner> value) Set the value property: Collection of resources.