105 строки
9.0 KiB
YAML
105 строки
9.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations"
|
|
name: "SqlServerDnsAliasOperations"
|
|
nameWithType: "SqlServerDnsAliasOperations"
|
|
summary: "A representation of the Azure SQL Server DNS alias operations."
|
|
syntax: "public interface **SqlServerDnsAliasOperations**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer?alt=com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.sql.SqlChildrenOperations?alt=com.microsoft.azure.management.sql.SqlChildrenOperations&text=SqlChildrenOperations\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerDnsAlias?alt=com.microsoft.azure.management.sql.SqlServerDnsAlias&text=SqlServerDnsAlias\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquire(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
name: "acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
nameWithType: "SqlServerDnsAliasOperations.acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the Server DNS alias"
|
|
name: "dnsAliasName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the id of the other SQL server that the DNS alias was pointing to"
|
|
name: "oldSqlServerId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the id of the server that the alias is pointing to"
|
|
name: "newSqlServerId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquire(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
name: "acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
nameWithType: "SqlServerDnsAliasOperations.acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource group that contains the resource"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of the server that the alias is pointing to"
|
|
name: "serverName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of the Server DNS alias"
|
|
name: "dnsAliasName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the id of the other SQL server that the DNS alias was pointing to"
|
|
name: "sqlServerId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquireAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
name: "acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
nameWithType: "SqlServerDnsAliasOperations.acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
summary: "Acquires server DNS alias from another server asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the Server DNS alias"
|
|
name: "dnsAliasName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the id of the other SQL server that the DNS alias was pointing to"
|
|
name: "oldSqlServerId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the id of the server that the alias is pointing to"
|
|
name: "newSqlServerId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)"
|
|
desc: "Acquires server DNS alias from another server 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.SqlServerDnsAliasOperations.acquireAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
name: "acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
nameWithType: "SqlServerDnsAliasOperations.acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
summary: "Acquires server DNS alias from another server asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource group that contains the resource"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of the server that the alias is pointing to"
|
|
name: "serverName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of the Server DNS alias"
|
|
name: "dnsAliasName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the id of the other SQL server that the DNS alias was pointing to"
|
|
name: "sqlServerId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)"
|
|
desc: "Acquires server DNS alias from another server 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\" />"
|
|
type: "interface"
|
|
desc: "A representation of the Azure SQL Server DNS alias operations."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer?alt=com.microsoft.azure.management.sql.SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.sql.SqlChildrenOperations?alt=com.microsoft.azure.management.sql.SqlChildrenOperations&text=SqlChildrenOperations\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerDnsAlias?alt=com.microsoft.azure.management.sql.SqlServerDnsAlias&text=SqlServerDnsAlias\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|