WebSiteOperationsExtensions.GeneratePassword 方法 (IWebSiteOperations, String, String)
可以通过发出 HTTP POST 请求为发布站点生成新的随机密码。 提示:如果您想要验证发布密码已更改,请在调用 /newpassword 之前发出 /publishxml HTTP GET。 在发布 XML 中,请注意 userPWD 属性中的哈希值。 在调用 /newpassword 之后, 再次调用 /publishxml。 然后可以比较 userPWD 与前面提到的一个将发布 XML 中的新值。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/dn236428.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public static OperationResponse GeneratePassword(
this IWebSiteOperations operations,
string webSpaceName,
string webSiteName
)
public:
[ExtensionAttribute]
static OperationResponse^ GeneratePassword(
IWebSiteOperations^ operations,
String^ webSpaceName,
String^ webSiteName
)
static member GeneratePassword :
operations:IWebSiteOperations *
webSpaceName:string *
webSiteName:string -> OperationResponse
<ExtensionAttribute>
Public Shared Function GeneratePassword (
operations As IWebSiteOperations,
webSpaceName As String,
webSiteName As String
) As OperationResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations对 Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations 引用。
webSpaceName
Type: System.String必需。 Web 空间的名称。
webSiteName
Type: System.String必需。 网站的名称。
返回值
Type: Microsoft.WindowsAzure.OperationResponse
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
WebSiteOperationsExtensions 类
Microsoft.WindowsAzure 命名空间
返回页首