PrivateEndpointConnectionsOperations interface

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

プロパティ

create

ファイル共有に関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

delete

ファイル共有に関連付けられた指定されたプライベートエンドポイント接続を削除します。

get

ファイル共有に関連付けられた指定されたプライベートエンドポイント接続を取得します。

listByFileShare

PrivateEndpointConnectionリストを作成しましょう。

プロパティの詳細

create

ファイル共有に関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

create: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

delete

ファイル共有に関連付けられた指定されたプライベートエンドポイント接続を削除します。

delete: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

ファイル共有に関連付けられた指定されたプライベートエンドポイント接続を取得します。

get: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

listByFileShare

PrivateEndpointConnectionリストを作成しましょう。

listByFileShare: (resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByFileShareOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByFileShareOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>