660 строки
62 KiB
YAML
660 строки
62 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient"
|
|
name: "ServerDnsAliasesClient"
|
|
nameWithType: "ServerDnsAliasesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Server<wbr>Dns<wbr>Aliases<wbr>Client."
|
|
syntax: "public interface **ServerDnsAliasesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquire(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
name: "acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
nameWithType: "ServerDnsAliasesClient.acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ServerDnsAliasInner acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "a server DNS alias."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquire(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
name: "acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 ServerDnsAliasInner acquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "a server DNS alias."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquireAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
name: "acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
nameWithType: "ServerDnsAliasesClient.acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<ServerDnsAliasInner> acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "a server DNS alias on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquireWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.acquireWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
name: "acquireWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
nameWithType: "ServerDnsAliasesClient.acquireWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> acquireWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "a server DNS alias along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginAcquire(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
name: "beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
nameWithType: "ServerDnsAliasesClient.beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<ServerDnsAliasInner>,ServerDnsAliasInner> beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a server DNS alias."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginAcquire(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
name: "beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 SyncPoller<PollResult<ServerDnsAliasInner>,ServerDnsAliasInner> beginAcquire(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters, Context context)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a server DNS alias."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginAcquireAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginAcquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
name: "beginAcquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
nameWithType: "ServerDnsAliasesClient.beginAcquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
summary: "Acquires server DNS alias from another server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters parameter."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition?alt=com.azure.resourcemanager.sql.models.ServerDnsAliasAcquisition&text=ServerDnsAliasAcquisition\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<ServerDnsAliasInner>,ServerDnsAliasInner> beginAcquireAsync(String resourceGroupName, String serverName, String dnsAliasName, ServerDnsAliasAcquisition parameters)"
|
|
desc: "Acquires server DNS alias from another server."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a server DNS alias."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<ServerDnsAliasInner>,ServerDnsAliasInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a server DNS alias."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 SyncPoller<PollResult<ServerDnsAliasInner>,ServerDnsAliasInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a server DNS alias."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PollerFlux<PollResult<ServerDnsAliasInner>,ServerDnsAliasInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a server DNS alias."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginDelete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "beginDelete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.beginDelete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginDelete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.beginDelete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.beginDeleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "beginDeleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.beginDeleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServerDnsAliasInner createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 ServerDnsAliasInner createOrUpdate(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.createOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<ServerDnsAliasInner> createOrUpdateAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Creates a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Creates a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.delete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "delete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.delete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.delete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
name: "delete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.delete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 void delete(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.deleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "deleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.deleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.deleteWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.deleteWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Deletes the server DNS alias with the given name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Deletes the server DNS alias with the given name."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.get(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "get(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.get(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Gets a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServerDnsAliasInner get(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Gets a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.getAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "getAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.getAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Gets a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<ServerDnsAliasInner> getAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Gets a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.getWithResponse(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.getWithResponse(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
summary: "Gets a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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<ServerDnsAliasInner> getWithResponse(String resourceGroupName, String serverName, String dnsAliasName, Context context)"
|
|
desc: "Gets a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias along with <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\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.getWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
nameWithType: "ServerDnsAliasesClient.getWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
summary: "Gets a server DNS alias."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server dns alias."
|
|
name: "dnsAliasName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<ServerDnsAliasInner>> getWithResponseAsync(String resourceGroupName, String serverName, String dnsAliasName)"
|
|
desc: "Gets a server DNS alias."
|
|
returns:
|
|
description: "a server DNS alias along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.listByServer(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.listByServer(String resourceGroupName, String serverName)"
|
|
name: "listByServer(String resourceGroupName, String serverName)"
|
|
nameWithType: "ServerDnsAliasesClient.listByServer(String resourceGroupName, String serverName)"
|
|
summary: "Gets a list of server DNS aliases for a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ServerDnsAliasInner> listByServer(String resourceGroupName, String serverName)"
|
|
desc: "Gets a list of server DNS aliases for a server."
|
|
returns:
|
|
description: "a list of server DNS aliases for a server as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
name: "listByServer(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "ServerDnsAliasesClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Gets a list of server DNS aliases for a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 PagedIterable<ServerDnsAliasInner> listByServer(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Gets a list of server DNS aliases for a server."
|
|
returns:
|
|
description: "a list of server DNS aliases for a server as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.listByServerAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.ServerDnsAliasesClient.listByServerAsync(String resourceGroupName, String serverName)"
|
|
name: "listByServerAsync(String resourceGroupName, String serverName)"
|
|
nameWithType: "ServerDnsAliasesClient.listByServerAsync(String resourceGroupName, String serverName)"
|
|
summary: "Gets a list of server DNS aliases for a server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server that the alias is pointing to."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<ServerDnsAliasInner> listByServerAsync(String resourceGroupName, String serverName)"
|
|
desc: "Gets a list of server DNS aliases for a server."
|
|
returns:
|
|
description: "a list of server DNS aliases for a server as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerDnsAliasInner&text=ServerDnsAliasInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in ServerDnsAliasesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|