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

320 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.Table"
fullName: "com.azure.resourcemanager.loganalytics.models.Table"
name: "Table"
nameWithType: "Table"
summary: "An immutable client-side representation of Table."
syntax: "public interface **Table**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.Table.archiveRetentionInDays()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.archiveRetentionInDays()"
name: "archiveRetentionInDays()"
nameWithType: "Table.archiveRetentionInDays()"
summary: "Gets the archive<wbr>Retention<wbr>InDays property: The table data archive retention in days."
modifiers:
- "abstract"
syntax: "public abstract Integer archiveRetentionInDays()"
desc: "Gets the archiveRetentionInDays property: The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)."
returns:
description: "the archiveRetentionInDays value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.cancelSearch()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.cancelSearch()"
name: "cancelSearch()"
nameWithType: "Table.cancelSearch()"
summary: "Cancel a log analytics workspace search results table query run."
modifiers:
- "abstract"
syntax: "public abstract void cancelSearch()"
desc: "Cancel a log analytics workspace search results table query run."
- uid: "com.azure.resourcemanager.loganalytics.models.Table.cancelSearchWithResponse(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.cancelSearchWithResponse(Context context)"
name: "cancelSearchWithResponse(Context context)"
nameWithType: "Table.cancelSearchWithResponse(Context context)"
summary: "Cancel a log analytics workspace search results table query run."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> cancelSearchWithResponse(Context context)"
desc: "Cancel a log analytics workspace search results table query run."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.id()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.id()"
name: "id()"
nameWithType: "Table.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.innerModel()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.innerModel()"
name: "innerModel()"
nameWithType: "Table.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>loganalytics.<wbr>fluent.<wbr>models.<wbr>Table<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract TableInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.TableInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableInner&text=TableInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.lastPlanModifiedDate()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.lastPlanModifiedDate()"
name: "lastPlanModifiedDate()"
nameWithType: "Table.lastPlanModifiedDate()"
summary: "Gets the last<wbr>Plan<wbr>Modified<wbr>Date property: The timestamp that table plan was last modified (UTC)."
modifiers:
- "abstract"
syntax: "public abstract String lastPlanModifiedDate()"
desc: "Gets the lastPlanModifiedDate property: The timestamp that table plan was last modified (UTC)."
returns:
description: "the lastPlanModifiedDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.migrate()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.migrate()"
name: "migrate()"
nameWithType: "Table.migrate()"
summary: "Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs."
modifiers:
- "abstract"
syntax: "public abstract void migrate()"
desc: "Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs."
- uid: "com.azure.resourcemanager.loganalytics.models.Table.migrateWithResponse(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.migrateWithResponse(Context context)"
name: "migrateWithResponse(Context context)"
nameWithType: "Table.migrateWithResponse(Context context)"
summary: "Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> migrateWithResponse(Context context)"
desc: "Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.name()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.name()"
name: "name()"
nameWithType: "Table.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.plan()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.plan()"
name: "plan()"
nameWithType: "Table.plan()"
summary: "Gets the plan property: Instruct the system how to handle and charge the logs ingested to this table."
modifiers:
- "abstract"
syntax: "public abstract TablePlanEnum plan()"
desc: "Gets the plan property: Instruct the system how to handle and charge the logs ingested to this table."
returns:
description: "the plan value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.TablePlanEnum?alt=com.azure.resourcemanager.loganalytics.models.TablePlanEnum&text=TablePlanEnum\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.provisioningState()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.provisioningState()"
name: "provisioningState()"
nameWithType: "Table.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Table's current provisioning state."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningStateEnum provisioningState()"
desc: "Gets the provisioningState property: Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ProvisioningStateEnum?alt=com.azure.resourcemanager.loganalytics.models.ProvisioningStateEnum&text=ProvisioningStateEnum\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.refresh()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.refresh()"
name: "refresh()"
nameWithType: "Table.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Table refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Table?alt=com.azure.resourcemanager.loganalytics.models.Table&text=Table\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Table.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Table refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Table?alt=com.azure.resourcemanager.loganalytics.models.Table&text=Table\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.resourceGroupName()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Table.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.restoredLogs()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.restoredLogs()"
name: "restoredLogs()"
nameWithType: "Table.restoredLogs()"
summary: "Gets the restored<wbr>Logs property: Parameters of the restore operation that initiated this table."
modifiers:
- "abstract"
syntax: "public abstract RestoredLogs restoredLogs()"
desc: "Gets the restoredLogs property: Parameters of the restore operation that initiated this table."
returns:
description: "the restoredLogs value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.RestoredLogs?alt=com.azure.resourcemanager.loganalytics.models.RestoredLogs&text=RestoredLogs\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.resultStatistics()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.resultStatistics()"
name: "resultStatistics()"
nameWithType: "Table.resultStatistics()"
summary: "Gets the result<wbr>Statistics property: Search job execution statistics."
modifiers:
- "abstract"
syntax: "public abstract ResultStatistics resultStatistics()"
desc: "Gets the resultStatistics property: Search job execution statistics."
returns:
description: "the resultStatistics value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ResultStatistics?alt=com.azure.resourcemanager.loganalytics.models.ResultStatistics&text=ResultStatistics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.retentionInDays()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.retentionInDays()"
name: "retentionInDays()"
nameWithType: "Table.retentionInDays()"
summary: "Gets the retention<wbr>InDays property: The table retention in days, between 4 and 730."
modifiers:
- "abstract"
syntax: "public abstract Integer retentionInDays()"
desc: "Gets the retentionInDays property: The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention."
returns:
description: "the retentionInDays value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.retentionInDaysAsDefault()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.retentionInDaysAsDefault()"
name: "retentionInDaysAsDefault()"
nameWithType: "Table.retentionInDaysAsDefault()"
summary: "Gets the retention<wbr>InDays<wbr>AsDefault property: True - Value originates from workspace retention in days, False - Customer specific."
modifiers:
- "abstract"
syntax: "public abstract Boolean retentionInDaysAsDefault()"
desc: "Gets the retentionInDaysAsDefault property: True - Value originates from workspace retention in days, False - Customer specific."
returns:
description: "the retentionInDaysAsDefault value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.schema()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.schema()"
name: "schema()"
nameWithType: "Table.schema()"
summary: "Gets the schema property: Table schema."
modifiers:
- "abstract"
syntax: "public abstract Schema schema()"
desc: "Gets the schema property: Table schema."
returns:
description: "the schema value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Schema?alt=com.azure.resourcemanager.loganalytics.models.Schema&text=Schema\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.searchResults()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.searchResults()"
name: "searchResults()"
nameWithType: "Table.searchResults()"
summary: "Gets the search<wbr>Results property: Parameters of the search job that initiated this table."
modifiers:
- "abstract"
syntax: "public abstract SearchResults searchResults()"
desc: "Gets the searchResults property: Parameters of the search job that initiated this table."
returns:
description: "the searchResults value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.systemData()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.systemData()"
name: "systemData()"
nameWithType: "Table.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
modifiers:
- "abstract"
syntax: "public abstract SystemDataAutoGenerated systemData()"
desc: "Gets the systemData property: Metadata pertaining to creation and last modification of the resource."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SystemDataAutoGenerated?alt=com.azure.resourcemanager.loganalytics.models.SystemDataAutoGenerated&text=SystemDataAutoGenerated\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.totalRetentionInDays()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.totalRetentionInDays()"
name: "totalRetentionInDays()"
nameWithType: "Table.totalRetentionInDays()"
summary: "Gets the total<wbr>Retention<wbr>InDays property: The table total retention in days, between 4 and 2556."
modifiers:
- "abstract"
syntax: "public abstract Integer totalRetentionInDays()"
desc: "Gets the totalRetentionInDays property: The table total retention in days, between 4 and 2556. Setting this property to -1 will default to table retention."
returns:
description: "the totalRetentionInDays value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.totalRetentionInDaysAsDefault()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.totalRetentionInDaysAsDefault()"
name: "totalRetentionInDaysAsDefault()"
nameWithType: "Table.totalRetentionInDaysAsDefault()"
summary: "Gets the total<wbr>Retention<wbr>InDays<wbr>AsDefault property: True - Value originates from retention in days, False - Customer specific."
modifiers:
- "abstract"
syntax: "public abstract Boolean totalRetentionInDaysAsDefault()"
desc: "Gets the totalRetentionInDaysAsDefault property: True - Value originates from retention in days, False - Customer specific."
returns:
description: "the totalRetentionInDaysAsDefault value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.type()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.type()"
name: "type()"
nameWithType: "Table.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.Table.update()"
fullName: "com.azure.resourcemanager.loganalytics.models.Table.update()"
name: "update()"
nameWithType: "Table.update()"
summary: "Begins update for the Table resource."
modifiers:
- "abstract"
syntax: "public abstract Table.Update update()"
desc: "Begins update for the Table resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Table.Update?alt=com.azure.resourcemanager.loganalytics.models.Table.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Table."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0