ServicesOperationsExtensions.EnableTestEndpoint Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Activez la fonctionnalité de point de terminaison de test pour un service.
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
Paramètres
- operations
- IServicesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serviceName
- String
Nom de la ressource service.
Retours
S’applique à
Azure SDK for .NET