Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.get
(String resourceGroupName, String serverName, String privateEndpointConnectionName) Gets a private endpoint connection.PrivateEndpointConnectionsClient.updateTags
(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters) Updates tags on private endpoint connection.PrivateEndpointConnectionsClient.updateTags
(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on private endpoint connection.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdateTags
(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters) Updates tags on private endpoint connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdateTags
(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters) Updates tags on private endpoint connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdateTags
(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on private endpoint connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginUpdateTags
(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.getWithResponse
(String resourceGroupName, String serverName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.listByServer
(String resourceGroupName, String serverName) Gets all private endpoint connections on a server.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets all private endpoint connections on a server.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,
PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreateOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters) Approve or reject a private endpoint connection with a given name.PrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Approve or reject a private endpoint connection with a given name. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateEndpoint
(PrivateEndpointProperty privateEndpoint) Set the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.PrivateEndpointConnectionInner object.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()
Get the value property: Array of results.