azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

106 строки
9.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.DiagnosticSetting"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting"
name: "DiagnosticSetting"
nameWithType: "DiagnosticSetting"
summary: "An immutable client-side representation of an Azure diagnostic settings."
syntax: "public interface **DiagnosticSetting**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.MonitorManager?alt=com.microsoft.azure.management.monitor.implementation.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.DiagnosticSettingsResourceInner?alt=com.microsoft.azure.management.monitor.implementation.DiagnosticSettingsResourceInner&text=DiagnosticSettingsResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.DiagnosticSetting?alt=com.microsoft.azure.management.monitor.DiagnosticSetting&text=DiagnosticSetting\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.DiagnosticSetting.Update?alt=com.microsoft.azure.management.monitor.DiagnosticSetting.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.eventHubAuthorizationRuleId()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.eventHubAuthorizationRuleId()"
name: "eventHubAuthorizationRuleId()"
nameWithType: "DiagnosticSetting.eventHubAuthorizationRuleId()"
summary: "Get the event<wbr>Hub<wbr>Authorization<wbr>Rule<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String eventHubAuthorizationRuleId()"
desc: "Get the eventHubAuthorizationRuleId value."
returns:
description: "the eventHubAuthorizationRuleId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.eventHubName()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.eventHubName()"
name: "eventHubName()"
nameWithType: "DiagnosticSetting.eventHubName()"
summary: "Get the event<wbr>Hub<wbr>Name value."
modifiers:
- "abstract"
syntax: "public abstract String eventHubName()"
desc: "Get the eventHubName value."
returns:
description: "the eventHubName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.logs()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.logs()"
name: "logs()"
nameWithType: "DiagnosticSetting.logs()"
summary: "Get the logs value."
modifiers:
- "abstract"
syntax: "public abstract List<LogSettings> logs()"
desc: "Get the logs value."
returns:
description: "the logs value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.LogSettings?alt=com.microsoft.azure.management.monitor.LogSettings&text=LogSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.metrics()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.metrics()"
name: "metrics()"
nameWithType: "DiagnosticSetting.metrics()"
summary: "Get the metrics value."
modifiers:
- "abstract"
syntax: "public abstract List<MetricSettings> metrics()"
desc: "Get the metrics value."
returns:
description: "the metrics value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetricSettings?alt=com.microsoft.azure.management.monitor.MetricSettings&text=MetricSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.resourceId()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.resourceId()"
name: "resourceId()"
nameWithType: "DiagnosticSetting.resourceId()"
summary: "Get the associated resource Id value."
modifiers:
- "abstract"
syntax: "public abstract String resourceId()"
desc: "Get the associated resource Id value."
returns:
description: "the associated resource Id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.storageAccountId()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.storageAccountId()"
name: "storageAccountId()"
nameWithType: "DiagnosticSetting.storageAccountId()"
summary: "Get the storage<wbr>Account<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String storageAccountId()"
desc: "Get the storageAccountId value."
returns:
description: "the storageAccountId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.DiagnosticSetting.workspaceId()"
fullName: "com.microsoft.azure.management.monitor.DiagnosticSetting.workspaceId()"
name: "workspaceId()"
nameWithType: "DiagnosticSetting.workspaceId()"
summary: "Get the workspace<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String workspaceId()"
desc: "Get the workspaceId value."
returns:
description: "the workspaceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure diagnostic settings."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.MonitorManager?alt=com.microsoft.azure.management.monitor.implementation.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.DiagnosticSettingsResourceInner?alt=com.microsoft.azure.management.monitor.implementation.DiagnosticSettingsResourceInner&text=DiagnosticSettingsResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.DiagnosticSetting?alt=com.microsoft.azure.management.monitor.DiagnosticSetting&text=DiagnosticSetting\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.DiagnosticSetting.Update?alt=com.microsoft.azure.management.monitor.DiagnosticSetting.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4