azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

141 строка
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.models.LogRules"
fullName: "com.azure.resourcemanager.datadog.models.LogRules"
name: "LogRules"
nameWithType: "LogRules"
summary: "Set of rules for sending logs for the Monitor resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **LogRules**"
constructors:
- uid: "com.azure.resourcemanager.datadog.models.LogRules.LogRules()"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.LogRules()"
name: "LogRules()"
nameWithType: "LogRules.LogRules()"
summary: "Creates an instance of Log<wbr>Rules class."
syntax: "public LogRules()"
desc: "Creates an instance of LogRules class."
methods:
- uid: "com.azure.resourcemanager.datadog.models.LogRules.filteringTags()"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.filteringTags()"
name: "filteringTags()"
nameWithType: "LogRules.filteringTags()"
summary: "Get the filtering<wbr>Tags property: List of filtering tags to be used for capturing logs."
syntax: "public List<FilteringTag> filteringTags()"
desc: "Get the filteringTags property: List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags."
returns:
description: "the filteringTags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.sendAadLogs()"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.sendAadLogs()"
name: "sendAadLogs()"
nameWithType: "LogRules.sendAadLogs()"
summary: "Get the send<wbr>Aad<wbr>Logs property: Flag specifying if AAD logs should be sent for the Monitor resource."
syntax: "public Boolean sendAadLogs()"
desc: "Get the sendAadLogs property: Flag specifying if AAD logs should be sent for the Monitor resource."
returns:
description: "the sendAadLogs value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.sendResourceLogs()"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.sendResourceLogs()"
name: "sendResourceLogs()"
nameWithType: "LogRules.sendResourceLogs()"
summary: "Get the send<wbr>Resource<wbr>Logs property: Flag specifying if Azure resource logs should be sent for the Monitor resource."
syntax: "public Boolean sendResourceLogs()"
desc: "Get the sendResourceLogs property: Flag specifying if Azure resource logs should be sent for the Monitor resource."
returns:
description: "the sendResourceLogs value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.sendSubscriptionLogs()"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.sendSubscriptionLogs()"
name: "sendSubscriptionLogs()"
nameWithType: "LogRules.sendSubscriptionLogs()"
summary: "Get the send<wbr>Subscription<wbr>Logs property: Flag specifying if Azure subscription logs should be sent for the Monitor resource."
syntax: "public Boolean sendSubscriptionLogs()"
desc: "Get the sendSubscriptionLogs property: Flag specifying if Azure subscription logs should be sent for the Monitor resource."
returns:
description: "the sendSubscriptionLogs value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.validate()"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.validate()"
name: "validate()"
nameWithType: "LogRules.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.datadog.models.LogRules.withFilteringTags(java.util.List<com.azure.resourcemanager.datadog.models.FilteringTag>)"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.withFilteringTags(List<FilteringTag> filteringTags)"
name: "withFilteringTags(List<FilteringTag> filteringTags)"
nameWithType: "LogRules.withFilteringTags(List<FilteringTag> filteringTags)"
summary: "Set the filtering<wbr>Tags property: List of filtering tags to be used for capturing logs."
parameters:
- description: "the filteringTags value to set."
name: "filteringTags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LogRules withFilteringTags(List<FilteringTag> filteringTags)"
desc: "Set the filteringTags property: List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags."
returns:
description: "the LogRules object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.LogRules?alt=com.azure.resourcemanager.datadog.models.LogRules&text=LogRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.withSendAadLogs(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.withSendAadLogs(Boolean sendAadLogs)"
name: "withSendAadLogs(Boolean sendAadLogs)"
nameWithType: "LogRules.withSendAadLogs(Boolean sendAadLogs)"
summary: "Set the send<wbr>Aad<wbr>Logs property: Flag specifying if AAD logs should be sent for the Monitor resource."
parameters:
- description: "the sendAadLogs value to set."
name: "sendAadLogs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LogRules withSendAadLogs(Boolean sendAadLogs)"
desc: "Set the sendAadLogs property: Flag specifying if AAD logs should be sent for the Monitor resource."
returns:
description: "the LogRules object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.LogRules?alt=com.azure.resourcemanager.datadog.models.LogRules&text=LogRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.withSendResourceLogs(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.withSendResourceLogs(Boolean sendResourceLogs)"
name: "withSendResourceLogs(Boolean sendResourceLogs)"
nameWithType: "LogRules.withSendResourceLogs(Boolean sendResourceLogs)"
summary: "Set the send<wbr>Resource<wbr>Logs property: Flag specifying if Azure resource logs should be sent for the Monitor resource."
parameters:
- description: "the sendResourceLogs value to set."
name: "sendResourceLogs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LogRules withSendResourceLogs(Boolean sendResourceLogs)"
desc: "Set the sendResourceLogs property: Flag specifying if Azure resource logs should be sent for the Monitor resource."
returns:
description: "the LogRules object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.LogRules?alt=com.azure.resourcemanager.datadog.models.LogRules&text=LogRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.LogRules.withSendSubscriptionLogs(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.datadog.models.LogRules.withSendSubscriptionLogs(Boolean sendSubscriptionLogs)"
name: "withSendSubscriptionLogs(Boolean sendSubscriptionLogs)"
nameWithType: "LogRules.withSendSubscriptionLogs(Boolean sendSubscriptionLogs)"
summary: "Set the send<wbr>Subscription<wbr>Logs property: Flag specifying if Azure subscription logs should be sent for the Monitor resource."
parameters:
- description: "the sendSubscriptionLogs value to set."
name: "sendSubscriptionLogs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LogRules withSendSubscriptionLogs(Boolean sendSubscriptionLogs)"
desc: "Set the sendSubscriptionLogs property: Flag specifying if Azure subscription logs should be sent for the Monitor resource."
returns:
description: "the LogRules object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.LogRules?alt=com.azure.resourcemanager.datadog.models.LogRules&text=LogRules\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Set of rules for sending logs for the Monitor resource."
metadata: {}
package: "com.azure.resourcemanager.datadog.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0