- Kategorien:
Systemfunktionen (Systemsteuerung)
SYSTEM$REVOKE_STAGE_PRIVATELINK_ACCESS¶
Entzieht die Berechtigung für Snowflake zum Zugriff auf den privaten Microsoft Azure-Endpunkt für Private Azure-Endpunkte für interne Stagingbereiche für das aktuelle Konto.
- Siehe auch:
SYSTEM$AUTHORIZE_STAGE_PRIVATELINK_ACCESS, Entziehen des Zugriffs auf interne Snowflake-Stagingbereiche über private Endpunkte
Syntax¶
Azure
SYSTEM$REVOKE_STAGE_PRIVATELINK_ACCESS( '<private_endpoint_resource_id>' )
Argumente¶
'private_endpoint_resource_id'The unique identifier for the Azure Private Endpoint.
Snowflake uses this value to access the internal stage through the cloud provider’s internal network and avoid using the public internet.
Weitere Informationen zum Ermitteln dieses Werts finden Sie unter Konfigurieren von privaten Endpunkten für den Zugriff auf interne Snowflake-Stagingbereiche.
Nutzungshinweise¶
Nur Kontoadministratoren, d. h. Benutzer mit der ACCOUNTADMIN-Rolle, können diese Funktion ausführen.
This function can be used with Snowflake accounts on Azure. This function is not supported for Snowflake accounts on Amazon Web Services and Google Cloud.
Beispiele¶
Revoke Snowflake to access the Private Endpoint on Azure:
USE ROLE ACCOUNTADMIN; SELECT SYSTEM$REVOKE_STAGE_PRIVATELINK_ACCESS('/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateEndpoints/pe1');