AccountProperties 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.
The account properties
public class AccountProperties
type AccountProperties = class
Public Class AccountProperties
- Inheritance
-
AccountProperties
Constructors
AccountProperties() |
Initializes a new instance of the AccountProperties class. |
AccountProperties(CloudConnectors, Nullable<DateTime>, String, String, AccountPropertiesEndpoints, String, String, AccountPropertiesManagedResources, IList<PrivateEndpointConnection>, String, String) |
Initializes a new instance of the AccountProperties 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. |
ManagedResourceGroupName |
Gets or sets the managed resource group name |
ManagedResources |
Gets the resource identifiers of the managed resources. |
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' |
Applies to
Azure SDK for .NET