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.
Account resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class Account : Microsoft.Azure.Management.Purview.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Account = class
inherit TrackedResource
Public Class Account
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
Account() |
Initializes a new instance of the Account class. |
Account(String, Identity, String, String, TrackedResourceSystemData, IDictionary<String,String>, String, CloudConnectors, Nullable<DateTime>, String, String, AccountPropertiesEndpoints, String, String, AccountPropertiesManagedResources, IList<PrivateEndpointConnection>, String, String, AccountSku) |
Initializes a new instance of the Account class. |
Properties
CloudConnectors |
Gets or sets cloud connectors. External cloud identifier used as part of scanning configuration. |
CreatedAt |
Gets the time at which the entity was created. |
CreatedBy |
Gets the creator of the entity. |
CreatedByObjectId |
Gets the creators of the entity's object id. |
Endpoints |
Gets the URIs that are the public endpoints of the account. |
FriendlyName |
Gets or sets the friendly name. |
Id |
Gets or sets the identifier. (Inherited from TrackedResource) |
Identity |
Gets or sets identity Info on the tracked resource (Inherited from TrackedResource) |
Location |
Gets or sets the location. (Inherited from TrackedResource) |
ManagedResourceGroupName |
Gets or sets the managed resource group name |
ManagedResources |
Gets the resource identifiers of the managed resources. |
Name |
Gets or sets the name. (Inherited from TrackedResource) |
PrivateEndpointConnections |
Gets the private endpoint connections information. |
ProvisioningState |
Gets or sets the state of the provisioning. Possible values include: 'Unknown', 'Creating', 'Moving', 'Deleting', 'SoftDeleting', 'SoftDeleted', 'Failed', 'Succeeded', 'Canceled' |
PublicNetworkAccess |
Gets or sets the public network access. Possible values include: 'NotSpecified', 'Enabled', 'Disabled' |
Sku |
Gets or sets the Sku. |
SystemData |
Gets metadata pertaining to creation and last modification of the resource. (Inherited from TrackedResource) |
Tags |
Gets or sets tags on the azure resource. (Inherited from TrackedResource) |
Type |
Gets or sets the type. (Inherited from TrackedResource) |
Applies to
Azure SDK for .NET