30 строки
2.1 KiB
YAML
30 строки
2.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithRetentionInDays"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithRetentionInDays"
|
|
name: "Table.DefinitionStages.WithRetentionInDays"
|
|
nameWithType: "Table.DefinitionStages.WithRetentionInDays"
|
|
summary: "The stage of the Table definition allowing to specify retention<wbr>InDays."
|
|
syntax: "public static interface **Table.DefinitionStages.WithRetentionInDays**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithRetentionInDays.withRetentionInDays(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithRetentionInDays.withRetentionInDays(Integer retentionInDays)"
|
|
name: "withRetentionInDays(Integer retentionInDays)"
|
|
nameWithType: "Table.DefinitionStages.WithRetentionInDays.withRetentionInDays(Integer retentionInDays)"
|
|
summary: "Specifies the retention<wbr>InDays property: The table retention in days, between 4 and 730."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The table retention in days, between 4 and 730. Setting this property to -1 will\n default to the workspace retention."
|
|
name: "retentionInDays"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public abstract Table.DefinitionStages.WithCreate withRetentionInDays(Integer retentionInDays)"
|
|
desc: "Specifies 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 next definition stage."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.loganalytics.models.Table.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the Table definition allowing to specify retentionInDays."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|