次の方法で共有


ServicesOperationsExtensions.DisableTestEndpoint メソッド

定義

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

public static void DisableTestEndpoint (this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string resourceGroupName, string serviceName);
static member DisableTestEndpoint : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string * string -> unit
<Extension()>
Public Sub DisableTestEndpoint (operations As IServicesOperations, resourceGroupName As String, serviceName As String)

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

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

serviceName
String

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

適用対象