165 строки
14 KiB
YAML
165 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient"
|
|
name: "PrivateLinkResourcesClient"
|
|
nameWithType: "PrivateLinkResourcesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Private<wbr>Link<wbr>Resources<wbr>Client."
|
|
syntax: "public interface **PrivateLinkResourcesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.get(String resourceGroupName, String serverName, String groupName)"
|
|
name: "get(String resourceGroupName, String serverName, String groupName)"
|
|
nameWithType: "PrivateLinkResourcesClient.get(String resourceGroupName, String serverName, String groupName)"
|
|
summary: "Gets a private link resource for SQL 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."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the private link resource."
|
|
name: "groupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PrivateLinkResourceInner get(String resourceGroupName, String serverName, String groupName)"
|
|
desc: "Gets a private link resource for SQL server."
|
|
returns:
|
|
description: "a private link resource for SQL server."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.getAsync(String resourceGroupName, String serverName, String groupName)"
|
|
name: "getAsync(String resourceGroupName, String serverName, String groupName)"
|
|
nameWithType: "PrivateLinkResourcesClient.getAsync(String resourceGroupName, String serverName, String groupName)"
|
|
summary: "Gets a private link resource for SQL 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."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the private link resource."
|
|
name: "groupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<PrivateLinkResourceInner> getAsync(String resourceGroupName, String serverName, String groupName)"
|
|
desc: "Gets a private link resource for SQL server."
|
|
returns:
|
|
description: "a private link resource for SQL server 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.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)"
|
|
nameWithType: "PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)"
|
|
summary: "Gets a private link resource for SQL 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."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the private link resource."
|
|
name: "groupName"
|
|
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<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String serverName, String groupName, Context context)"
|
|
desc: "Gets a private link resource for SQL server."
|
|
returns:
|
|
description: "a private link resource for SQL server 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.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.getWithResponseAsync(String resourceGroupName, String serverName, String groupName)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String serverName, String groupName)"
|
|
nameWithType: "PrivateLinkResourcesClient.getWithResponseAsync(String resourceGroupName, String serverName, String groupName)"
|
|
summary: "Gets a private link resource for SQL 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."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the private link resource."
|
|
name: "groupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<PrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String serverName, String groupName)"
|
|
desc: "Gets a private link resource for SQL server."
|
|
returns:
|
|
description: "a private link resource for SQL server 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\n <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.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.listByServer(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.listByServer(String resourceGroupName, String serverName)"
|
|
name: "listByServer(String resourceGroupName, String serverName)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByServer(String resourceGroupName, String serverName)"
|
|
summary: "Gets the private link resources for SQL 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."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName)"
|
|
desc: "Gets the private link resources for SQL server."
|
|
returns:
|
|
description: "the private link resources for SQL 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.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
name: "listByServer(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Gets the private link resources for SQL 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."
|
|
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<PrivateLinkResourceInner> listByServer(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Gets the private link resources for SQL server."
|
|
returns:
|
|
description: "the private link resources for SQL 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.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.listByServerAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.PrivateLinkResourcesClient.listByServerAsync(String resourceGroupName, String serverName)"
|
|
name: "listByServerAsync(String resourceGroupName, String serverName)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByServerAsync(String resourceGroupName, String serverName)"
|
|
summary: "Gets the private link resources for SQL 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."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<PrivateLinkResourceInner> listByServerAsync(String resourceGroupName, String serverName)"
|
|
desc: "Gets the private link resources for SQL server."
|
|
returns:
|
|
description: "the private link resources for SQL 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.PrivateLinkResourceInner?alt=com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|