Account 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.
An account data transfer object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Account : Microsoft.Azure.Management.DataShare.Models.DefaultDto
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Account = class
inherit DefaultDto
Public Class Account
Inherits DefaultDto
- Inheritance
- Attributes
Constructors
Account() |
Initializes a new instance of the Account class. |
Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the Account class. |
Properties
CreatedAt |
Gets time at which the account was created. |
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Identity |
Gets or sets identity Info on the Account |
Location |
Gets or sets location of the azure resource. (Inherited from DefaultDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
ProvisioningState |
Gets provisioning state of the Account. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed' |
SystemData |
Gets system Data of the Azure resource. (Inherited from ProxyDto) |
Tags |
Gets or sets tags on the azure resource. (Inherited from DefaultDto) |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
UserEmail |
Gets email of the user who created the resource |
UserName |
Gets name of the user who created the resource |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET