次の方法で共有


ServicesOperationsExtensions.EnableTestEndpoint メソッド

定義

サービスのテスト エンドポイント機能を有効にします。

public static Microsoft.Azure.Management.AppPlatform.Models.TestKeys EnableTestEndpoint(this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string resourceGroupName, string serviceName);
static member EnableTestEndpoint : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string * string -> Microsoft.Azure.Management.AppPlatform.Models.TestKeys
<Extension()>
Public Function EnableTestEndpoint (operations As IServicesOperations, resourceGroupName As String, serviceName As String) As TestKeys

パラメーター

operations
IServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

戻り値

適用対象