WebPubSubReplicaSharedPrivateLinkResources interface
WebPubSubReplicaSharedPrivateLinkResources を表すインターフェイス。
メソッド
メソッドの詳細
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
共有プライベート リンク リソース
オプション パラメーター。
戻り値
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
共有プライベート リンク リソース
オプション パラメーター。
戻り値
Promise<SharedPrivateLinkResource>
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
共有プライベート リンク リソースの名前。
オプション パラメーター。
戻り値
Promise<SharedPrivateLinkResource>
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
レプリカの名前。
オプション パラメーター。