次の方法で共有


Endpoints interface

エンドポイントを表すインターフェイス。

メソッド

createOrUpdate(string, string, EndpointResource, EndpointsCreateOrUpdateOptionalParams)

ターゲット リソースへのエンドポイントを作成または更新します。

delete(string, string, EndpointsDeleteOptionalParams)

ターゲット リソースへのエンドポイント アクセスを削除します。

get(string, string, EndpointsGetOptionalParams)

リソースへのエンドポイントを取得します。

list(string, EndpointsListOptionalParams)

ターゲット リソースへのエンドポイントの一覧。

listCredentials(string, string, EndpointsListCredentialsOptionalParams)

リソースへのエンドポイント アクセス資格情報を取得します。

listIngressGatewayCredentials(string, string, EndpointsListIngressGatewayCredentialsOptionalParams)

イングレス ゲートウェイ エンドポイントの資格情報を取得します

listManagedProxyDetails(string, string, ManagedProxyRequest, EndpointsListManagedProxyDetailsOptionalParams)

マネージド プロキシの詳細をフェッチします

update(string, string, EndpointResource, EndpointsUpdateOptionalParams)

エンドポイントをターゲット リソースに更新します。

メソッドの詳細

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
EndpointsCreateOrUpdateOptionalParams

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
EndpointsListCredentialsOptionalParams

options パラメーター。

戻り値

listIngressGatewayCredentials(string, string, EndpointsListIngressGatewayCredentialsOptionalParams)

イングレス ゲートウェイ エンドポイントの資格情報を取得します

function listIngressGatewayCredentials(resourceUri: string, endpointName: string, options?: EndpointsListIngressGatewayCredentialsOptionalParams): Promise<IngressGatewayResource>

パラメーター

resourceUri

string

接続するリソースの完全修飾 Azure Resource Manager 識別子。

endpointName

string

エンドポイント名。

options
EndpointsListIngressGatewayCredentialsOptionalParams

options パラメーター。

戻り値

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
EndpointsListManagedProxyDetailsOptionalParams

options パラメーター。

戻り値

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>