PrivateEndpointConnections interface

PrivateEndpointConnections を表すインターフェイス。

メソッド

beginPut(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

beginPutAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続を削除します。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続を取得します。

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Redis キャッシュに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

メソッドの詳細

beginPut(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function beginPut(resourceGroupName: string, cacheName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

cacheName

string

Redis キャッシュの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsPutOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginPutAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function beginPutAndWait(resourceGroupName: string, cacheName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

cacheName

string

Redis キャッシュの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsPutOptionalParams

options パラメーター。

戻り値

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続を削除します。

function delete(resourceGroupName: string, cacheName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

cacheName

string

Redis キャッシュの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

cacheName

string

Redis キャッシュの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsGetOptionalParams

options パラメーター。

戻り値

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Redis キャッシュに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

function list(resourceGroupName: string, cacheName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

cacheName

string

Redis キャッシュの名前。

options
PrivateEndpointConnectionsListOptionalParams

options パラメーター。

戻り値