229 строки
16 KiB
YAML
229 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner"
|
|
name: "DataExportInner"
|
|
nameWithType: "DataExportInner"
|
|
summary: "The top level data export resource container."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **DataExportInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.DataExportInner()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.DataExportInner()"
|
|
name: "DataExportInner()"
|
|
nameWithType: "DataExportInner.DataExportInner()"
|
|
summary: "Creates an instance of Data<wbr>Export<wbr>Inner class."
|
|
syntax: "public DataExportInner()"
|
|
desc: "Creates an instance of DataExportInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.createdDate()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.createdDate()"
|
|
name: "createdDate()"
|
|
nameWithType: "DataExportInner.createdDate()"
|
|
summary: "Get the created<wbr>Date property: The latest data export rule modification time."
|
|
syntax: "public String createdDate()"
|
|
desc: "Get the createdDate property: The latest data export rule modification time."
|
|
returns:
|
|
description: "the createdDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.dataExportId()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.dataExportId()"
|
|
name: "dataExportId()"
|
|
nameWithType: "DataExportInner.dataExportId()"
|
|
summary: "Get the data<wbr>Export<wbr>Id property: The data export rule ID."
|
|
syntax: "public String dataExportId()"
|
|
desc: "Get the dataExportId property: The data export rule ID."
|
|
returns:
|
|
description: "the dataExportId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.enable()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.enable()"
|
|
name: "enable()"
|
|
nameWithType: "DataExportInner.enable()"
|
|
summary: "Get the enable property: Active when enabled."
|
|
syntax: "public Boolean enable()"
|
|
desc: "Get the enable property: Active when enabled."
|
|
returns:
|
|
description: "the enable value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.eventHubName()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.eventHubName()"
|
|
name: "eventHubName()"
|
|
nameWithType: "DataExportInner.eventHubName()"
|
|
summary: "Get the event<wbr>Hub<wbr>Name property: Optional."
|
|
syntax: "public String eventHubName()"
|
|
desc: "Get the eventHubName property: Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account."
|
|
returns:
|
|
description: "the eventHubName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.lastModifiedDate()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.lastModifiedDate()"
|
|
name: "lastModifiedDate()"
|
|
nameWithType: "DataExportInner.lastModifiedDate()"
|
|
summary: "Get the last<wbr>Modified<wbr>Date property: Date and time when the export was last modified."
|
|
syntax: "public String lastModifiedDate()"
|
|
desc: "Get the lastModifiedDate property: Date and time when the export was last modified."
|
|
returns:
|
|
description: "the lastModifiedDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.resourceId()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "DataExportInner.resourceId()"
|
|
summary: "Get the resource<wbr>Id property: The destination resource ID."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the resourceId property: The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure."
|
|
returns:
|
|
description: "the resourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.tableNames()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.tableNames()"
|
|
name: "tableNames()"
|
|
nameWithType: "DataExportInner.tableNames()"
|
|
summary: "Get the table<wbr>Names property: An array of tables to export, for example: \\[\\\\u201c<wbr>Heartbeat, Security<wbr>Event\\\\u201d\\]."
|
|
syntax: "public List<String> tableNames()"
|
|
desc: "Get the tableNames property: An array of tables to export, for example: \\[\\\\u201cHeartbeat, SecurityEvent\\\\u201d\\]."
|
|
returns:
|
|
description: "the tableNames value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.typePropertiesType()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.typePropertiesType()"
|
|
name: "typePropertiesType()"
|
|
nameWithType: "DataExportInner.typePropertiesType()"
|
|
summary: "Get the type property: The type of the destination resource."
|
|
syntax: "public Type typePropertiesType()"
|
|
desc: "Get the type property: The type of the destination resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Type?alt=com.azure.resourcemanager.loganalytics.models.Type&text=Type\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.validate()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DataExportInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withCreatedDate(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withCreatedDate(String createdDate)"
|
|
name: "withCreatedDate(String createdDate)"
|
|
nameWithType: "DataExportInner.withCreatedDate(String createdDate)"
|
|
summary: "Set the created<wbr>Date property: The latest data export rule modification time."
|
|
parameters:
|
|
- description: "the createdDate value to set."
|
|
name: "createdDate"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DataExportInner withCreatedDate(String createdDate)"
|
|
desc: "Set the createdDate property: The latest data export rule modification time."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withDataExportId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withDataExportId(String dataExportId)"
|
|
name: "withDataExportId(String dataExportId)"
|
|
nameWithType: "DataExportInner.withDataExportId(String dataExportId)"
|
|
summary: "Set the data<wbr>Export<wbr>Id property: The data export rule ID."
|
|
parameters:
|
|
- description: "the dataExportId value to set."
|
|
name: "dataExportId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DataExportInner withDataExportId(String dataExportId)"
|
|
desc: "Set the dataExportId property: The data export rule ID."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withEnable(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withEnable(Boolean enable)"
|
|
name: "withEnable(Boolean enable)"
|
|
nameWithType: "DataExportInner.withEnable(Boolean enable)"
|
|
summary: "Set the enable property: Active when enabled."
|
|
parameters:
|
|
- description: "the enable value to set."
|
|
name: "enable"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public DataExportInner withEnable(Boolean enable)"
|
|
desc: "Set the enable property: Active when enabled."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withEventHubName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withEventHubName(String eventHubName)"
|
|
name: "withEventHubName(String eventHubName)"
|
|
nameWithType: "DataExportInner.withEventHubName(String eventHubName)"
|
|
summary: "Set the event<wbr>Hub<wbr>Name property: Optional."
|
|
parameters:
|
|
- description: "the eventHubName value to set."
|
|
name: "eventHubName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DataExportInner withEventHubName(String eventHubName)"
|
|
desc: "Set the eventHubName property: Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withLastModifiedDate(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withLastModifiedDate(String lastModifiedDate)"
|
|
name: "withLastModifiedDate(String lastModifiedDate)"
|
|
nameWithType: "DataExportInner.withLastModifiedDate(String lastModifiedDate)"
|
|
summary: "Set the last<wbr>Modified<wbr>Date property: Date and time when the export was last modified."
|
|
parameters:
|
|
- description: "the lastModifiedDate value to set."
|
|
name: "lastModifiedDate"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DataExportInner withLastModifiedDate(String lastModifiedDate)"
|
|
desc: "Set the lastModifiedDate property: Date and time when the export was last modified."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withResourceId(String resourceId)"
|
|
name: "withResourceId(String resourceId)"
|
|
nameWithType: "DataExportInner.withResourceId(String resourceId)"
|
|
summary: "Set the resource<wbr>Id property: The destination resource ID."
|
|
parameters:
|
|
- description: "the resourceId value to set."
|
|
name: "resourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DataExportInner withResourceId(String resourceId)"
|
|
desc: "Set the resourceId property: The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withTableNames(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner.withTableNames(List<String> tableNames)"
|
|
name: "withTableNames(List<String> tableNames)"
|
|
nameWithType: "DataExportInner.withTableNames(List<String> tableNames)"
|
|
summary: "Set the table<wbr>Names property: An array of tables to export, for example: \\[\\\\u201c<wbr>Heartbeat, Security<wbr>Event\\\\u201d\\]."
|
|
parameters:
|
|
- description: "the tableNames value to set."
|
|
name: "tableNames"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public DataExportInner withTableNames(List<String> tableNames)"
|
|
desc: "Set the tableNames property: An array of tables to export, for example: \\[\\\\u201cHeartbeat, SecurityEvent\\\\u201d\\]."
|
|
returns:
|
|
description: "the DataExportInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner&text=DataExportInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The top level data export resource container."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|