Uses of Interface
com.azure.resourcemanager.monitor.models.DiagnosticSetting.DefinitionStages.WithCreate
Packages that use DiagnosticSetting.DefinitionStages.WithCreate
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DiagnosticSetting.DefinitionStages.WithCreate in com.azure.resourcemanager.monitor.models
Subinterfaces of DiagnosticSetting.DefinitionStages.WithCreate in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a diagnostic settings definition.Methods in com.azure.resourcemanager.monitor.models that return DiagnosticSetting.DefinitionStages.WithCreateModifier and TypeMethodDescriptionDiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient.withEventHub(String eventHubAuthorizationRuleId) Sets EventHub Namespace Authorization Rule for data transfer.DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient.withEventHub(String eventHubAuthorizationRuleId, String eventHubName) Sets EventHub Namespace Authorization Rule for data transfer.Adds a Log Setting to the list of Log Settings for the current Diagnostic Settings.DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient.withLogAnalytics(String workspaceId) Sets Log Analytics workspace for data transfer.DiagnosticSetting.DefinitionStages.WithCreate.withLogsAndMetrics(List<DiagnosticSettingsCategory> categories, Duration timeGrain, int retentionDays) Adds a Log and Metric Settings to the list Log and Metric Settings for the current Diagnostic Settings.DiagnosticSetting.DefinitionStages.WithCreate.withMetric(String category, Duration timeGrain, int retentionDays) Adds a Metric Setting to the list of Metric Settings for the current Diagnostic Settings.DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient.withStorageAccount(String storageAccountId) Sets Storage Account for data transfer.