Uses of Class
com.azure.resourcemanager.sql.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionGets a private link resource for SQL server.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionGets a private link resource for SQL server.com.azure.core.http.rest.Response<PrivateLinkResourceInner> PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String serverName, String groupName, com.azure.core.util.Context context) Gets a private link resource for SQL server.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>> PrivateLinkResourcesClient.getWithResponseAsync(String resourceGroupName, String serverName, String groupName) Gets a private link resource for SQL server.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> PrivateLinkResourcesClient.listByServer(String resourceGroupName, String serverName) Gets the private link resources for SQL server.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> PrivateLinkResourcesClient.listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets the private link resources for SQL server.com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> PrivateLinkResourcesClient.listByServerAsync(String resourceGroupName, String serverName) Gets the private link resources for SQL server. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionstatic PrivateLinkResourceInnerPrivateLinkResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceInner from the JsonReader. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.value()Get the value property: Array of results.