Links interface
リンクを表すインターフェイス。
メソッド
begin |
リンクを作成するか、ハブ内の既存のリンクを更新します。 |
begin |
リンクを作成するか、ハブ内の既存のリンクを更新します。 |
delete(string, string, string, Links |
ハブ内のリンクを削除します。 |
get(string, string, string, Links |
ハブ内のリンクを取得します。 |
list |
指定したハブ内のすべてのリンクを取得します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, LinkResourceFormat, LinksCreateOrUpdateOptionalParams)
リンクを作成するか、ハブ内の既存のリンクを更新します。
function beginCreateOrUpdate(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinkResourceFormat>, LinkResourceFormat>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
- linkName
-
string
リンクの名前。
- parameters
- LinkResourceFormat
CreateOrUpdate Link 操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<LinkResourceFormat>, LinkResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, LinkResourceFormat, LinksCreateOrUpdateOptionalParams)
リンクを作成するか、ハブ内の既存のリンクを更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<LinkResourceFormat>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
- linkName
-
string
リンクの名前。
- parameters
- LinkResourceFormat
CreateOrUpdate Link 操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<LinkResourceFormat>
delete(string, string, string, LinksDeleteOptionalParams)
ハブ内のリンクを削除します。
function delete(resourceGroupName: string, hubName: string, linkName: string, options?: LinksDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
- linkName
-
string
リンクの名前。
- options
- LinksDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, LinksGetOptionalParams)
ハブ内のリンクを取得します。
function get(resourceGroupName: string, hubName: string, linkName: string, options?: LinksGetOptionalParams): Promise<LinkResourceFormat>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
- linkName
-
string
リンクの名前。
- options
- LinksGetOptionalParams
options パラメーター。
戻り値
Promise<LinkResourceFormat>
listByHub(string, string, LinksListByHubOptionalParams)
指定したハブ内のすべてのリンクを取得します。
function listByHub(resourceGroupName: string, hubName: string, options?: LinksListByHubOptionalParams): PagedAsyncIterableIterator<LinkResourceFormat, LinkResourceFormat[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
- options
- LinksListByHubOptionalParams
options パラメーター。