Uses of Interface
com.azure.resourcemanager.mariadb.models.VirtualNetworkRule
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of VirtualNetworkRule in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionVirtualNetworkRule.Update.apply()
Executes the update request.VirtualNetworkRule.Update.apply
(com.azure.core.util.Context context) Executes the update request.VirtualNetworkRule.DefinitionStages.WithCreate.create()
Executes the create request.VirtualNetworkRule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a virtual network rule.Gets a virtual network rule.VirtualNetworkRule.refresh()
Refreshes the resource to sync with Azure.VirtualNetworkRule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<VirtualNetworkRule>
VirtualNetworkRules.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a virtual network rule.com.azure.core.http.rest.Response<VirtualNetworkRule>
VirtualNetworkRules.getWithResponse
(String resourceGroupName, String serverName, String virtualNetworkRuleName, com.azure.core.util.Context context) Gets a virtual network rule.com.azure.core.http.rest.PagedIterable<VirtualNetworkRule>
VirtualNetworkRules.listByServer
(String resourceGroupName, String serverName) Gets a list of virtual network rules in a server.com.azure.core.http.rest.PagedIterable<VirtualNetworkRule>
VirtualNetworkRules.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets a list of virtual network rules in a server.