Credential Class
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.
Definition of the credential.
public class Credential
[Microsoft.Rest.Serialization.JsonTransformation]
public class Credential : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Credential = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Credential = class
inherit ProxyResource
Public Class Credential
Public Class Credential
Inherits ProxyResource
- Inheritance
-
Credential
- Inheritance
- Attributes
Constructors
Credential() |
Initializes a new instance of the Credential class. |
Credential(String, String, String, String, DateTimeOffset, DateTimeOffset, String) |
Initializes a new instance of the Credential class. |
Properties
CreationTime |
Gets the creation time. |
Description |
Gets or sets the description. |
Id | |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
LastModifiedTime |
Gets the last modified time. |
Name | |
Name |
Gets the name of the resource (Inherited from Resource) |
Properties | |
Type |
Gets the type of the resource. (Inherited from Resource) |
UserName |
Gets the user name of the credential. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET