Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsCategoryResourceInner
Packages that use DiagnosticSettingsCategoryResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of DiagnosticSettingsCategoryResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DiagnosticSettingsCategoryResourceInnerModifier and TypeMethodDescriptionGets the diagnostic settings category for the specified resource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DiagnosticSettingsCategoryResourceInnerModifier and TypeMethodDescriptionGets the diagnostic settings category for the specified resource.com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceInner> DiagnosticSettingsCategoriesClient.getWithResponse(String resourceUri, String name, com.azure.core.util.Context context) Gets the diagnostic settings category for the specified resource.Mono<com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceInner>> DiagnosticSettingsCategoriesClient.getWithResponseAsync(String resourceUri, String name) Gets the diagnostic settings category for the specified resource.com.azure.core.http.rest.PagedIterable<DiagnosticSettingsCategoryResourceInner> Lists the diagnostic settings categories for the specified resource.com.azure.core.http.rest.PagedIterable<DiagnosticSettingsCategoryResourceInner> Lists the diagnostic settings categories for the specified resource.com.azure.core.http.rest.PagedFlux<DiagnosticSettingsCategoryResourceInner> Lists the diagnostic settings categories for the specified resource. -
Uses of DiagnosticSettingsCategoryResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DiagnosticSettingsCategoryResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsCategoryResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticSettingsCategoryResourceInner from the JsonReader.DiagnosticSettingsCategoryResourceInner.withCategoryGroups(List<String> categoryGroups) Set the categoryGroups property: the collection of what category groups are supported.DiagnosticSettingsCategoryResourceInner.withCategoryType(CategoryType categoryType) Set the categoryType property: The type of the diagnostic settings category.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type DiagnosticSettingsCategoryResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsCategoryResourceCollectionInner.value()Get the value property: The collection of diagnostic settings category resources.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type DiagnosticSettingsCategoryResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsCategoryResourceCollectionInner.withValue(List<DiagnosticSettingsCategoryResourceInner> value) Set the value property: The collection of diagnostic settings category resources.