Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.PrivateLinkResourceInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionGets a private link resource for MariaDB server.Modifier and TypeMethodDescriptioncom.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 MariaDB server.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>
PrivateLinkResourcesClient.listByServer
(String resourceGroupName, String serverName) Gets the private link resources for MariaDB 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 MariaDB server. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionPrivateLinkResource.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.PrivateLinkResourceInner object.Modifier and TypeMethodDescriptionPrivateLinkResourceListResult.value()
Get the value property: Array of results.