Endpoints interface
エンドポイントを表すインターフェイス。
メソッド
create |
ターゲット リソースへのエンドポイントを作成または更新します。 |
delete(string, string, Endpoints |
ターゲット リソースへのエンドポイント アクセスを削除します。 |
get(string, string, Endpoints |
リソースへのエンドポイントを取得します。 |
list(string, Endpoints |
ターゲット リソースへのエンドポイントの一覧。 |
list |
リソースへのエンドポイント アクセス資格情報を取得します。 |
list |
イングレス ゲートウェイ エンドポイントの資格情報を取得します |
list |
マネージド プロキシの詳細をフェッチします |
update(string, string, Endpoint |
エンドポイントをターゲット リソースに更新します。 |
メソッドの詳細
createOrUpdate(string, string, EndpointResource, EndpointsCreateOrUpdateOptionalParams)
ターゲット リソースへのエンドポイントを作成または更新します。
function createOrUpdate(resourceUri: string, endpointName: string, endpointResource: EndpointResource, options?: EndpointsCreateOrUpdateOptionalParams): Promise<EndpointResource>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
- endpointResource
- EndpointResource
エンドポイントの詳細
options パラメーター。
戻り値
Promise<EndpointResource>
delete(string, string, EndpointsDeleteOptionalParams)
ターゲット リソースへのエンドポイント アクセスを削除します。
function delete(resourceUri: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<void>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
- options
- EndpointsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, EndpointsGetOptionalParams)
リソースへのエンドポイントを取得します。
function get(resourceUri: string, endpointName: string, options?: EndpointsGetOptionalParams): Promise<EndpointResource>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
- options
- EndpointsGetOptionalParams
options パラメーター。
戻り値
Promise<EndpointResource>
list(string, EndpointsListOptionalParams)
ターゲット リソースへのエンドポイントの一覧。
function list(resourceUri: string, options?: EndpointsListOptionalParams): PagedAsyncIterableIterator<EndpointResource, EndpointResource[], PageSettings>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- options
- EndpointsListOptionalParams
options パラメーター。
戻り値
listCredentials(string, string, EndpointsListCredentialsOptionalParams)
リソースへのエンドポイント アクセス資格情報を取得します。
function listCredentials(resourceUri: string, endpointName: string, options?: EndpointsListCredentialsOptionalParams): Promise<EndpointAccessResource>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
options パラメーター。
戻り値
Promise<EndpointAccessResource>
listIngressGatewayCredentials(string, string, EndpointsListIngressGatewayCredentialsOptionalParams)
イングレス ゲートウェイ エンドポイントの資格情報を取得します
function listIngressGatewayCredentials(resourceUri: string, endpointName: string, options?: EndpointsListIngressGatewayCredentialsOptionalParams): Promise<IngressGatewayResource>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
options パラメーター。
戻り値
Promise<IngressGatewayResource>
listManagedProxyDetails(string, string, ManagedProxyRequest, EndpointsListManagedProxyDetailsOptionalParams)
マネージド プロキシの詳細をフェッチします
function listManagedProxyDetails(resourceUri: string, endpointName: string, managedProxyRequest: ManagedProxyRequest, options?: EndpointsListManagedProxyDetailsOptionalParams): Promise<ManagedProxyResource>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
- managedProxyRequest
- ManagedProxyRequest
ManagedProxyRequest 型のオブジェクト
options パラメーター。
戻り値
Promise<ManagedProxyResource>
update(string, string, EndpointResource, EndpointsUpdateOptionalParams)
エンドポイントをターゲット リソースに更新します。
function update(resourceUri: string, endpointName: string, endpointResource: EndpointResource, options?: EndpointsUpdateOptionalParams): Promise<EndpointResource>
パラメーター
- resourceUri
-
string
接続するリソースの完全修飾 Azure Resource Manager 識別子。
- endpointName
-
string
エンドポイント名。
- endpointResource
- EndpointResource
エンドポイントの詳細
- options
- EndpointsUpdateOptionalParams
options パラメーター。
戻り値
Promise<EndpointResource>