Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsResourceInner
Packages that use DiagnosticSettingsResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DiagnosticSettingsResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DiagnosticSettingsResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsOperationsClient.createOrUpdate
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters) Creates or updates diagnostic settings for the specified resource.Gets the active diagnostic settings for the specified resource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DiagnosticSettingsResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsOperationsClient.createOrUpdateAsync
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters) Creates or updates diagnostic settings for the specified resource.com.azure.core.http.rest.Response
<DiagnosticSettingsResourceInner> DiagnosticSettingsOperationsClient.createOrUpdateWithResponse
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters, com.azure.core.util.Context context) Creates or updates diagnostic settings for the specified resource.Mono
<com.azure.core.http.rest.Response<DiagnosticSettingsResourceInner>> DiagnosticSettingsOperationsClient.createOrUpdateWithResponseAsync
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters) Creates or updates diagnostic settings for the specified resource.Gets the active diagnostic settings for the specified resource.com.azure.core.http.rest.Response
<DiagnosticSettingsResourceInner> DiagnosticSettingsOperationsClient.getWithResponse
(String resourceUri, String name, com.azure.core.util.Context context) Gets the active diagnostic settings for the specified resource.Mono
<com.azure.core.http.rest.Response<DiagnosticSettingsResourceInner>> DiagnosticSettingsOperationsClient.getWithResponseAsync
(String resourceUri, String name) Gets the active diagnostic settings for the specified resource.com.azure.core.http.rest.PagedIterable
<DiagnosticSettingsResourceInner> Gets the active diagnostic settings list for the specified resource.com.azure.core.http.rest.PagedIterable
<DiagnosticSettingsResourceInner> Gets the active diagnostic settings list for the specified resource.com.azure.core.http.rest.PagedFlux
<DiagnosticSettingsResourceInner> Gets the active diagnostic settings list for the specified resource.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type DiagnosticSettingsResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsOperationsClient.createOrUpdate
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters) Creates or updates diagnostic settings for the specified resource.DiagnosticSettingsOperationsClient.createOrUpdateAsync
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters) Creates or updates diagnostic settings for the specified resource.com.azure.core.http.rest.Response
<DiagnosticSettingsResourceInner> DiagnosticSettingsOperationsClient.createOrUpdateWithResponse
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters, com.azure.core.util.Context context) Creates or updates diagnostic settings for the specified resource.Mono
<com.azure.core.http.rest.Response<DiagnosticSettingsResourceInner>> DiagnosticSettingsOperationsClient.createOrUpdateWithResponseAsync
(String resourceUri, String name, DiagnosticSettingsResourceInner parameters) Creates or updates diagnostic settings for the specified resource. -
Uses of DiagnosticSettingsResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DiagnosticSettingsResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticSettingsResourceInner from the JsonReader.DiagnosticSettingsResourceInner.withEventHubAuthorizationRuleId
(String eventHubAuthorizationRuleId) Set the eventHubAuthorizationRuleId property: The resource Id for the event hub authorization rule.DiagnosticSettingsResourceInner.withEventHubName
(String eventHubName) Set the eventHubName property: The name of the event hub.DiagnosticSettingsResourceInner.withLogAnalyticsDestinationType
(String logAnalyticsDestinationType) Set the logAnalyticsDestinationType property: A string indicating whether the export to Log Analytics should use the default destination type, i.e.DiagnosticSettingsResourceInner.withLogs
(List<LogSettings> logs) Set the logs property: The list of logs settings.DiagnosticSettingsResourceInner.withMarketplacePartnerId
(String marketplacePartnerId) Set the marketplacePartnerId property: The full ARM resource ID of the Marketplace resource to which you would like to send Diagnostic Logs.DiagnosticSettingsResourceInner.withMetrics
(List<MetricSettings> metrics) Set the metrics property: The list of metric settings.DiagnosticSettingsResourceInner.withServiceBusRuleId
(String serviceBusRuleId) Set the serviceBusRuleId property: The service bus rule Id of the diagnostic setting.DiagnosticSettingsResourceInner.withStorageAccountId
(String storageAccountId) Set the storageAccountId property: The resource ID of the storage account to which you would like to send Diagnostic Logs.DiagnosticSettingsResourceInner.withWorkspaceId
(String workspaceId) Set the workspaceId property: The full ARM resource ID of the Log Analytics workspace to which you would like to send Diagnostic Logs. -
Uses of DiagnosticSettingsResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DiagnosticSettingsResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsResourceCollection.value()
Get the value property: The collection of diagnostic settings resources;.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DiagnosticSettingsResourceInnerModifier and TypeMethodDescriptionDiagnosticSettingsResourceCollection.withValue
(List<DiagnosticSettingsResourceInner> value) Set the value property: The collection of diagnostic settings resources;.