Skip to main content

virtual_endpoints

Overview

Namevirtual_endpoints
TypeResource
Idazure.postgresql.virtual_endpoints

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
propertiesobjectThe properties of a virtual endpoint.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, serverName, subscriptionId, virtualEndpointNameGets information about a virtual endpoint.
list_by_serverSELECTresourceGroupName, serverName, subscriptionIdList all the servers in a given resource group.
createINSERTresourceGroupName, serverName, subscriptionId, virtualEndpointNameCreates a new virtual endpoint for PostgreSQL flexible server.
deleteDELETEresourceGroupName, serverName, subscriptionId, virtualEndpointNameDeletes a virtual endpoint.
_list_by_serverEXECresourceGroupName, serverName, subscriptionIdList all the servers in a given resource group.
updateEXECresourceGroupName, serverName, subscriptionId, virtualEndpointNameUpdates an existing virtual endpoint. The request body can contain one to many of the properties present in the normal virtual endpoint definition.