Uses of Class
com.azure.resourcemanager.sql.models.ServerPrivateEndpointConnection
-
Packages that use ServerPrivateEndpointConnection Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ServerPrivateEndpointConnection in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type ServerPrivateEndpointConnection Modifier and Type Method Description List<ServerPrivateEndpointConnection>ServerInner. privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections on a server. -
Uses of ServerPrivateEndpointConnection in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerPrivateEndpointConnection Modifier and Type Method Description List<ServerPrivateEndpointConnection>ServerUpdate. privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections on a server.
-