PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
begin |
Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
begin |
Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
delete(string, string, string, Private |
Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続を削除します。 |
get(string, string, string, Private |
Redis キャッシュに関連付けられている指定されたプライベート エンドポイント接続を取得します。 |
list(string, string, Private |
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<PrivateEndpointConnection>
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
Redis キャッシュに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。
function list(resourceGroupName: string, cacheName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- cacheName
-
string
Redis キャッシュの名前。
options パラメーター。