PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
delete(string, string, string, Private |
ストレージ アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。 |
get(string, string, string, Private |
ストレージ アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。 |
list(string, string, Private |
ストレージ アカウントに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。 |
put(string, string, string, Private |
ストレージ アカウントに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
メソッドの詳細
delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
ストレージ アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。
function delete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
options パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
ストレージ アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
ストレージ アカウントに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。
function list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。
options パラメーター。
戻り値
put(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams)
ストレージ アカウントに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。
function put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。
- accountName
-
string
指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
- properties
- PrivateEndpointConnection
プライベート エンドポイント接続プロパティ。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>