PrivateEndpointConnectionOperations interface
PrivateEndpointConnectionOperations を表すインターフェイス。
メソッド
| begin |
PrivateEndpointConnection を作成する |
| begin |
PrivateEndpointConnection を作成する |
| delete(string, string, string, Private |
PrivateEndpointConnection を削除する |
| get(string, string, string, Private |
PrivateEndpointConnection を取得する |
| list |
AssessmentProject による PrivateEndpointConnection リソースの一覧表示 |
メソッドの詳細
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)
PrivateEndpointConnection を作成する
function beginUpdate(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の ARM 名
- resource
- PrivateEndpointConnection
リソース作成パラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)
PrivateEndpointConnection を作成する
function beginUpdateAndWait(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の ARM 名
- resource
- PrivateEndpointConnection
リソース作成パラメーター。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)
PrivateEndpointConnection を削除する
function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の ARM 名
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)
PrivateEndpointConnection を取得する
function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の ARM 名
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)
AssessmentProject による PrivateEndpointConnection リソースの一覧表示
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- projectName
-
string
評価プロジェクト名
オプション パラメーター。