PrivateLinkResources interface
PrivateLinkResources を表すインターフェイス。
メソッド
get(string, string, string, string, Private |
プライベート リンク リソースのプロパティを取得します。 |
list |
トピック、ドメイン、またはパートナーの名前空間または名前空間の下にあるすべてのプライベート リンク リソースを一覧表示します。 |
メソッドの詳細
get(string, string, string, string, PrivateLinkResourcesGetOptionalParams)
プライベート リンク リソースのプロパティを取得します。
function get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これは、'topics'、'domains'、または 'partnerNamespaces' または 'namespaces' のいずれかです。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナー名前空間名または名前空間名)。
- privateLinkResourceName
-
string
プライベート リンク リソースの名前は、トピック、ドメイン、partnerNamespace、または名前空間のいずれかになります。
options パラメーター。
戻り値
Promise<PrivateLinkResource>
listByResource(string, string, string, PrivateLinkResourcesListByResourceOptionalParams)
トピック、ドメイン、またはパートナーの名前空間または名前空間の下にあるすべてのプライベート リンク リソースを一覧表示します。
function listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- parentType
-
string
親リソースの型。 これは、'topics'、'domains'、または 'partnerNamespaces' または 'namespaces' のいずれかです。
- parentName
-
string
親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナー名前空間または名前空間名)。
options パラメーター。
戻り値
Azure SDK for JavaScript