Share via


AccountProperties Constructors

Definition

Overloads

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.

AccountProperties()

Initializes a new instance of the AccountProperties class.

public AccountProperties ();
Public Sub New ()

Applies to

AccountProperties(CloudConnectors, Nullable<DateTime>, String, String, AccountPropertiesEndpoints, String, String, AccountPropertiesManagedResources, IList<PrivateEndpointConnection>, String, String)

Initializes a new instance of the AccountProperties class.

public AccountProperties (Microsoft.Azure.Management.Purview.Models.CloudConnectors cloudConnectors = default, DateTime? createdAt = default, string createdBy = default, string createdByObjectId = default, Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints endpoints = default, string friendlyName = default, string managedResourceGroupName = default, Microsoft.Azure.Management.Purview.Models.AccountPropertiesManagedResources managedResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection> privateEndpointConnections = default, string provisioningState = default, string publicNetworkAccess = default);
new Microsoft.Azure.Management.Purview.Models.AccountProperties : Microsoft.Azure.Management.Purview.Models.CloudConnectors * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints * string * string * Microsoft.Azure.Management.Purview.Models.AccountPropertiesManagedResources * System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection> * string * string -> Microsoft.Azure.Management.Purview.Models.AccountProperties
Public Sub New (Optional cloudConnectors As CloudConnectors = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional createdBy As String = Nothing, Optional createdByObjectId As String = Nothing, Optional endpoints As AccountPropertiesEndpoints = Nothing, Optional friendlyName As String = Nothing, Optional managedResourceGroupName As String = Nothing, Optional managedResources As AccountPropertiesManagedResources = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional provisioningState As String = Nothing, Optional publicNetworkAccess As String = Nothing)

Parameters

cloudConnectors
CloudConnectors

Cloud connectors. External cloud identifier used as part of scanning configuration.

createdAt
Nullable<DateTime>

Gets the time at which the entity was created.

createdBy
String

Gets the creator of the entity.

createdByObjectId
String

Gets the creators of the entity's object id.

endpoints
AccountPropertiesEndpoints

The URIs that are the public endpoints of the account.

friendlyName
String

Gets or sets the friendly name.

managedResourceGroupName
String

Gets or sets the managed resource group name

managedResources
AccountPropertiesManagedResources

Gets the resource identifiers of the managed resources.

privateEndpointConnections
IList<PrivateEndpointConnection>

Gets the private endpoint connections information.

provisioningState
String

Gets or sets the state of the provisioning. Possible values include: 'Unknown', 'Creating', 'Moving', 'Deleting', 'SoftDeleting', 'SoftDeleted', 'Failed', 'Succeeded', 'Canceled'

publicNetworkAccess
String

Gets or sets the public network access. Possible values include: 'NotSpecified', 'Enabled', 'Disabled'

Applies to