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

AutomationCredentialCreateOrUpdateContent 类

定义

提供给创建或更新凭据操作的参数。

public class AutomationCredentialCreateOrUpdateContent
type AutomationCredentialCreateOrUpdateContent = class
Public Class AutomationCredentialCreateOrUpdateContent
继承
AutomationCredentialCreateOrUpdateContent

构造函数

AutomationCredentialCreateOrUpdateContent(String, String, String)

初始化 AutomationCredentialCreateOrUpdateContent 的新实例。

属性

Description

获取或设置凭据的说明。

Name

获取或设置凭据的名称。

Password

获取或设置凭据的密码。

UserName

获取或设置凭据的用户名。

适用于