次の方法で共有


WebPubSubSharedPrivateLinkResources interface

WebPubSubSharedPrivateLinkResources を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

共有プライベート リンク リソースを作成または更新する

beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

共有プライベート リンク リソースを作成または更新する

beginDelete(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

指定した共有プライベート リンク リソースを削除する

beginDeleteAndWait(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

指定した共有プライベート リンク リソースを削除する

get(string, string, string, WebPubSubSharedPrivateLinkResourcesGetOptionalParams)

指定した共有プライベート リンク リソースを取得する

list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)

共有プライベート リンク リソースを一覧表示する

メソッドの詳細

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

共有プライベート リンク リソース

options
WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

共有プライベート リンク リソース

options
WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

リソースの名前。

options
WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams

オプション パラメーター。

戻り値

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

リソースの名前。

options
WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams

オプション パラメーター。

戻り値

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

リソースの名前。

options
WebPubSubSharedPrivateLinkResourcesGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)

共有プライベート リンク リソースを一覧表示する

function list(resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

リソースの名前。

options
WebPubSubSharedPrivateLinkResourcesListOptionalParams

オプション パラメーター。

戻り値