你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KuduDeploymentResult Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.KuduDeploymentResult

public final class KuduDeploymentResult

Result of Kudu deployment.

Constructor Summary

Constructor Description
KuduDeploymentResult(String deploymentId)

Creates a KuduDeploymentResult instance.

Method Summary

Modifier and Type Method and Description
String deploymentId()

Gets the deployment ID.

Methods inherited from java.lang.Object

Constructor Details

KuduDeploymentResult

public KuduDeploymentResult(String deploymentId)

Creates a KuduDeploymentResult instance.

Parameters:

deploymentId - the deployment ID.

Method Details

deploymentId

public String deploymentId()

Gets the deployment ID.

Returns:

the deployment ID. It can be null if tracking deployment is disabled.

Applies to