Aracılığıyla paylaş


PrivateEndpointConnections interface

PrivateEndpointConnections'i temsil eden arabirim.

Yöntemler

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Özel uç nokta bağlantısı oluşturma veya güncelleştirme

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Özel uç nokta bağlantısı oluşturma veya güncelleştirme

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Özel uç nokta bağlantısını silme

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Özel uç nokta bağlantısını silme

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Özel uç nokta bağlantısı alma

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Hesap için özel uç nokta bağlantıları alma

Yöntem Ayrıntıları

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Özel uç nokta bağlantısı oluşturma veya güncelleştirme

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

accountName

string

Hesabın adı.

privateEndpointConnectionName

string

Özel uç nokta bağlantısının adı.

request
PrivateEndpointConnection

İstek.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Özel uç nokta bağlantısı oluşturma veya güncelleştirme

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

accountName

string

Hesabın adı.

privateEndpointConnectionName

string

Özel uç nokta bağlantısının adı.

request
PrivateEndpointConnection

İstek.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Özel uç nokta bağlantısını silme

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

accountName

string

Hesabın adı.

privateEndpointConnectionName

string

Özel uç nokta bağlantısının adı.

options
PrivateEndpointConnectionsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Özel uç nokta bağlantısını silme

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

accountName

string

Hesabın adı.

privateEndpointConnectionName

string

Özel uç nokta bağlantısının adı.

options
PrivateEndpointConnectionsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Özel uç nokta bağlantısı alma

function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

accountName

string

Hesabın adı.

privateEndpointConnectionName

string

Özel uç nokta bağlantısının adı.

options
PrivateEndpointConnectionsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Hesap için özel uç nokta bağlantıları alma

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

accountName

string

Hesabın adı.

options
PrivateEndpointConnectionsListByAccountOptionalParams

Seçenekler parametreleri.

Döndürülenler