30 строки
1.7 KiB
YAML
30 строки
1.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlServerKey.UpdateStages.WithCreationDate"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerKey.UpdateStages.WithCreationDate"
|
|
name: "SqlServerKey.UpdateStages.WithCreationDate"
|
|
nameWithType: "SqlServerKey.UpdateStages.WithCreationDate"
|
|
summary: "The SQL Server Key definition to set the server key creation date."
|
|
syntax: "public static interface **SqlServerKey.UpdateStages.WithCreationDate**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerKey.UpdateStages.WithCreationDate.withCreationDate(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerKey.UpdateStages.WithCreationDate.withCreationDate(DateTime creationDate)"
|
|
name: "withCreationDate(DateTime creationDate)"
|
|
nameWithType: "SqlServerKey.UpdateStages.WithCreationDate.withCreationDate(DateTime creationDate)"
|
|
summary: "Sets the server key creation date."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the server key creation date"
|
|
name: "creationDate"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SqlServerKey.Update withCreationDate(DateTime creationDate)"
|
|
desc: "Sets the server key creation date."
|
|
returns:
|
|
description: "The next stage of the definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServerKey.Update?alt=com.microsoft.azure.management.sql.SqlServerKey.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The SQL Server Key definition to set the server key creation date."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|