DeploymentOperationsExtensions.Get 方法 (IDeploymentOperations, String)
获取网站的部署。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public static DeploymentGetResponse Get(
this IDeploymentOperations operations,
string deploymentId
)
public:
[ExtensionAttribute]
static DeploymentGetResponse^ Get(
IDeploymentOperations^ operations,
String^ deploymentId
)
static member Get :
operations:IDeploymentOperations *
deploymentId:string -> DeploymentGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IDeploymentOperations,
deploymentId As String
) As DeploymentGetResponse
参数
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations对 Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations 引用。
deploymentId
Type: System.String必需。 部署标识符。
返回值
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse
部署信息的操作响应。
请参阅
DeploymentOperationsExtensions 类
Microsoft.WindowsAzure 命名空间
返回页首