WebPubSubSharedPrivateLinkResources interface
WebPubSubSharedPrivateLinkResources を表すインターフェイス。
メソッド
| begin |
共有プライベート リンク リソースを作成または更新する |
| begin |
共有プライベート リンク リソースを作成または更新する |
| begin |
指定した共有プライベート リンク リソースを削除する |
| begin |
指定した共有プライベート リンク リソースを削除する |
| get(string, string, string, Web |
指定した共有プライベート リンク リソースを取得する |
| list(string, string, Web |
共有プライベート リンク リソースを一覧表示する |
メソッドの詳細
beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
共有プライベート リンク リソースを作成または更新する
function beginCreateOrUpdate(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
パラメーター
- sharedPrivateLinkResourceName
-
string
共有プライベート リンク リソースの名前。
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
リソースの名前。
- parameters
- SharedPrivateLinkResource
共有プライベート リンク リソース
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
共有プライベート リンク リソースを作成または更新する
function beginCreateOrUpdateAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>
パラメーター
- sharedPrivateLinkResourceName
-
string
共有プライベート リンク リソースの名前。
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
リソースの名前。
- parameters
- SharedPrivateLinkResource
共有プライベート リンク リソース
オプション パラメーター。
戻り値
Promise<SharedPrivateLinkResource>
beginDelete(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)
指定した共有プライベート リンク リソースを削除する
function beginDelete(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- sharedPrivateLinkResourceName
-
string
共有プライベート リンク リソースの名前。
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
リソースの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)
指定した共有プライベート リンク リソースを削除する
function beginDeleteAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>
パラメーター
- sharedPrivateLinkResourceName
-
string
共有プライベート リンク リソースの名前。
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
リソースの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, WebPubSubSharedPrivateLinkResourcesGetOptionalParams)
指定した共有プライベート リンク リソースを取得する
function get(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>
パラメーター
- sharedPrivateLinkResourceName
-
string
共有プライベート リンク リソースの名前。
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
リソースの名前。
オプション パラメーター。
戻り値
Promise<SharedPrivateLinkResource>
list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)
共有プライベート リンク リソースを一覧表示する
function list(resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
リソースの名前。
オプション パラメーター。