azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

123 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlServerKey"
fullName: "com.microsoft.azure.management.sql.SqlServerKey"
name: "SqlServerKey"
nameWithType: "SqlServerKey"
summary: "An immutable client-side representation of an Azure SQL Server Key."
syntax: "public interface **SqlServerKey**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ServerKeyInner?alt=com.microsoft.azure.management.sql.implementation.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlServerKey?alt=com.microsoft.azure.management.sql.SqlServerKey&text=SqlServerKey\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.sql.SqlServerKey.creationDate()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.creationDate()"
name: "creationDate()"
nameWithType: "SqlServerKey.creationDate()"
modifiers:
- "abstract"
syntax: "public abstract DateTime creationDate()"
returns:
description: "the server key creation date"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.delete()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.delete()"
name: "delete()"
nameWithType: "SqlServerKey.delete()"
summary: "Deletes the SQL Server Key."
modifiers:
- "abstract"
syntax: "public abstract void delete()"
desc: "Deletes the SQL Server Key."
- uid: "com.microsoft.azure.management.sql.SqlServerKey.deleteAsync()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.deleteAsync()"
name: "deleteAsync()"
nameWithType: "SqlServerKey.deleteAsync()"
summary: "Deletes the SQL Server Key asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable deleteAsync()"
desc: "Deletes the SQL Server Key asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.kind()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.kind()"
name: "kind()"
nameWithType: "SqlServerKey.kind()"
modifiers:
- "abstract"
syntax: "public abstract String kind()"
returns:
description: "the kind of encryption protector; this is metadata used for the Azure Portal experience"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.parentId()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.parentId()"
name: "parentId()"
nameWithType: "SqlServerKey.parentId()"
modifiers:
- "abstract"
syntax: "public abstract String parentId()"
returns:
description: "the parent SQL server ID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.region()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.region()"
name: "region()"
nameWithType: "SqlServerKey.region()"
modifiers:
- "abstract"
syntax: "public abstract Region region()"
returns:
description: "the resource location"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.serverKeyType()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.serverKeyType()"
name: "serverKeyType()"
nameWithType: "SqlServerKey.serverKeyType()"
modifiers:
- "abstract"
syntax: "public abstract ServerKeyType serverKeyType()"
returns:
description: "the server key type"
type: "<xref href=\"com.microsoft.azure.management.sql.ServerKeyType?alt=com.microsoft.azure.management.sql.ServerKeyType&text=ServerKeyType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.sqlServerName()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.sqlServerName()"
name: "sqlServerName()"
nameWithType: "SqlServerKey.sqlServerName()"
modifiers:
- "abstract"
syntax: "public abstract String sqlServerName()"
returns:
description: "name of the SQL Server to which this DNS alias belongs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.thumbprint()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.thumbprint()"
name: "thumbprint()"
nameWithType: "SqlServerKey.thumbprint()"
modifiers:
- "abstract"
syntax: "public abstract String thumbprint()"
returns:
description: "the thumbprint of the server key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerKey.uri()"
fullName: "com.microsoft.azure.management.sql.SqlServerKey.uri()"
name: "uri()"
nameWithType: "SqlServerKey.uri()"
modifiers:
- "abstract"
syntax: "public abstract String uri()"
returns:
description: "the URI of the server key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Server Key."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ServerKeyInner?alt=com.microsoft.azure.management.sql.implementation.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlServerKey?alt=com.microsoft.azure.management.sql.SqlServerKey&text=SqlServerKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4