次の方法で共有


WebPubSubReplicaSharedPrivateLinkResources interface

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

メソッド

beginCreateOrUpdate(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

get(string, string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams)

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

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

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

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, replicaName: string, sharedPrivateLinkResourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

replicaName

string

レプリカの名前。

sharedPrivateLinkResourceName

string

共有プライベート リンク リソースの名前。

parameters
SharedPrivateLinkResource

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

options
WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

beginCreateOrUpdateAndWait(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, sharedPrivateLinkResourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

replicaName

string

レプリカの名前。

sharedPrivateLinkResourceName

string

共有プライベート リンク リソースの名前。

parameters
SharedPrivateLinkResource

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

options
WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams

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

戻り値

get(string, string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams)

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

function get(resourceGroupName: string, resourceName: string, replicaName: string, sharedPrivateLinkResourceName: string, options?: WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

replicaName

string

レプリカの名前。

sharedPrivateLinkResourceName

string

共有プライベート リンク リソースの名前。

options
WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams

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

戻り値

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

replicaName

string

レプリカの名前。

options
WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams

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

戻り値