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

CredentialInfo Class

Definition

public class CredentialInfo : Microsoft.Azure.Commands.Automation.Model.BaseProperties
type CredentialInfo = class
    inherit BaseProperties
Public Class CredentialInfo
Inherits BaseProperties
Inheritance
CredentialInfo

Constructors

CredentialInfo()

Initializes a new instance of the CredentialInfo class.

CredentialInfo(String, String, Credential)

Initializes a new instance of the CredentialInfo class.

Properties

AutomationAccountName

Gets or sets the automation account name.

(Inherited from BaseProperties)
CreationTime

Gets or sets the creation time.

(Inherited from BaseProperties)
Description

Gets or sets the description.

(Inherited from BaseProperties)
LastModifiedTime

Gets or sets the last modified time.

(Inherited from BaseProperties)
Name

Gets or sets the name.

(Inherited from BaseProperties)
ResourceGroupName

Gets or sets the resource group name.

(Inherited from BaseProperties)
UserName

Applies to