PrivateLinkResources interface
PrivateLinkResources を表すインターフェイス。
メソッド
get(string, string, string, Private |
クラスターのプライベート リンク リソースを取得します。 |
list |
クラスターのプライベート リンク リソースを取得します。 |
メソッドの詳細
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
クラスターのプライベート リンク リソースを取得します。
function get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateLinkResourceName
-
string
プライベート リンク リソースの名前。
options パラメーター。
戻り値
Promise<PrivateLinkResource>
listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)
クラスターのプライベート リンク リソースを取得します。
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
options パラメーター。