Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsResourceInner
-
Packages that use DiagnosticSettingsResourceInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient. -
-
Uses of DiagnosticSettingsResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DiagnosticSettingsResourceInner Modifier and Type Method Description DiagnosticSettingsResourceInnerDiagnosticSettingsClient. createOrUpdate(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)Creates or updates diagnostic settings for the specified resource.DiagnosticSettingsResourceInnerDiagnosticSettingsClient. get(String resourceUri, String name)Gets the active diagnostic settings for the specified resource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DiagnosticSettingsResourceInner Modifier and Type Method Description Mono<DiagnosticSettingsResourceInner>DiagnosticSettingsClient. createOrUpdateAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)Creates or updates diagnostic settings for the specified resource.com.azure.core.http.rest.Response<DiagnosticSettingsResourceInner>DiagnosticSettingsClient. 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>>DiagnosticSettingsClient. createOrUpdateWithResponseAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)Creates or updates diagnostic settings for the specified resource.Mono<DiagnosticSettingsResourceInner>DiagnosticSettingsClient. getAsync(String resourceUri, String name)Gets the active diagnostic settings for the specified resource.com.azure.core.http.rest.Response<DiagnosticSettingsResourceInner>DiagnosticSettingsClient. 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>>DiagnosticSettingsClient. getWithResponseAsync(String resourceUri, String name)Gets the active diagnostic settings for the specified resource.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type DiagnosticSettingsResourceInner Modifier and Type Method Description DiagnosticSettingsResourceInnerDiagnosticSettingsClient. createOrUpdate(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)Creates or updates diagnostic settings for the specified resource.Mono<DiagnosticSettingsResourceInner>DiagnosticSettingsClient. createOrUpdateAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)Creates or updates diagnostic settings for the specified resource.com.azure.core.http.rest.Response<DiagnosticSettingsResourceInner>DiagnosticSettingsClient. 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>>DiagnosticSettingsClient. 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 DiagnosticSettingsResourceInner Modifier and Type Method Description DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withEventHubAuthorizationRuleId(String eventHubAuthorizationRuleId)Set the eventHubAuthorizationRuleId property: The resource Id for the event hub authorization rule.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withEventHubName(String eventHubName)Set the eventHubName property: The name of the event hub.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withLogAnalyticsDestinationType(String logAnalyticsDestinationType)Set the logAnalyticsDestinationType property: A string indicating whether the export to Log Analytics should use the default destination type, i.e.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withLogs(List<LogSettings> logs)Set the logs property: The list of logs settings.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withMetrics(List<MetricSettings> metrics)Set the metrics property: The list of metric settings.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withServiceBusRuleId(String serviceBusRuleId)Set the serviceBusRuleId property: The service bus rule Id of the diagnostic setting.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withStorageAccountId(String storageAccountId)Set the storageAccountId property: The resource ID of the storage account to which you would like to send Diagnostic Logs.DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. 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.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type DiagnosticSettingsResourceInner Modifier and Type Method Description List<DiagnosticSettingsResourceInner>DiagnosticSettingsResourceCollectionInner. value()Get the value property: The collection of diagnostic settings resources;.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type DiagnosticSettingsResourceInner Modifier and Type Method Description DiagnosticSettingsResourceCollectionInnerDiagnosticSettingsResourceCollectionInner. withValue(List<DiagnosticSettingsResourceInner> value)Set the value property: The collection of diagnostic settings resources;.
-