PrivateEndpointConnectionsPrivateLinkHub interface
PrivateEndpointConnectionsPrivateLinkHub を表すインターフェイス。
メソッド
| get(string, string, string, Private |
PrivateLinkHub 内のすべての PrivateEndpointConnection を名前で取得する |
| list(string, string, Private |
PrivateLinkHub ですべての PrivateEndpointConnections を取得する |
メソッドの詳細
get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)
PrivateLinkHub 内のすべての PrivateEndpointConnection を名前で取得する
function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateLinkHubName
-
string
privateLinkHub の名前
- privateEndpointConnectionName
-
string
privateEndpointConnection の名前
オプション パラメーター。
戻り値
list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)
PrivateLinkHub ですべての PrivateEndpointConnections を取得する
function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateLinkHubName
-
string
privateLinkHub の名前
オプション パラメーター。