Freigeben über


DeploymentsOperationsExtensions.GetLogFileUrl Methode

Definition

URL der Bereitstellungsprotokolldatei abrufen

public static Microsoft.Azure.Management.AppPlatform.Models.LogFileUrlResponse GetLogFileUrl (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName);
static member GetLogFileUrl : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.LogFileUrlResponse
<Extension()>
Public Function GetLogFileUrl (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, deploymentName As String) As LogFileUrlResponse

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

appName
String

Der Name der App-Ressource.

deploymentName
String

Der Name der Bereitstellungsressource.

Gibt zurück

Gilt für: