次の方法で共有


PrivateEndpointConnections interface

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

メソッド

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

listByStorageSyncService(string, string, PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams)

PrivateEndpointConnection リストを取得します。

メソッドの詳細

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

パラメーター

resourceGroupName

string

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

storageSyncServiceName

string

指定したリソース グループ内のストレージ同期サービス名の名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsCreateOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

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

storageSyncServiceName

string

指定したリソース グループ内のストレージ同期サービス名の名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsCreateOptionalParams

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

戻り値

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

storageSyncServiceName

string

指定したリソース グループ内のストレージ同期サービス名の名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

storageSyncServiceName

string

指定したリソース グループ内のストレージ同期サービス名の名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

function get(resourceGroupName: string, storageSyncServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

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

storageSyncServiceName

string

指定したリソース グループ内のストレージ同期サービス名の名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsGetOptionalParams

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

戻り値

listByStorageSyncService(string, string, PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams)

PrivateEndpointConnection リストを取得します。

function listByStorageSyncService(resourceGroupName: string, storageSyncServiceName: string, options?: PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

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

storageSyncServiceName

string

ストレージ同期サービス リソースの名前。

options
PrivateEndpointConnectionsListByStorageSyncServiceOptionalParams

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

戻り値