CredentialInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CredentialInfo() |
Initializes a new instance of the CredentialInfo class. |
CredentialInfo(String, String, Credential) |
Initializes a new instance of the CredentialInfo class. |
CredentialInfo()
Initializes a new instance of the CredentialInfo class.
public CredentialInfo ();
Public Sub New ()
Applies to
CredentialInfo(String, String, Credential)
Initializes a new instance of the CredentialInfo class.
public CredentialInfo (string resourceGroupName, string accountAcccountName, Microsoft.Azure.Management.Automation.Models.Credential credential);
new Microsoft.Azure.Commands.Automation.Model.CredentialInfo : string * string * Microsoft.Azure.Management.Automation.Models.Credential -> Microsoft.Azure.Commands.Automation.Model.CredentialInfo
Public Sub New (resourceGroupName As String, accountAcccountName As String, credential As Credential)
Parameters
- resourceGroupName
- String
The resource group name.
- accountAcccountName
- String
The account name.
- credential
- Credential
The Credential.