Bagikan melalui


Account Constructors

Definition

Overloads

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.

Account()

Initializes a new instance of the Account class.

public Account ();
Public Sub New ()

Applies to

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.

public Account (string id = default, Microsoft.Azure.Management.Purview.Models.Identity identity = default, string location = default, string name = default, Microsoft.Azure.Management.Purview.Models.TrackedResourceSystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string type = default, 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, Microsoft.Azure.Management.Purview.Models.AccountSku sku = default);
new Microsoft.Azure.Management.Purview.Models.Account : string * Microsoft.Azure.Management.Purview.Models.Identity * string * string * Microsoft.Azure.Management.Purview.Models.TrackedResourceSystemData * System.Collections.Generic.IDictionary<string, string> * string * 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.AccountSku -> Microsoft.Azure.Management.Purview.Models.Account
Public Sub New (Optional id As String = Nothing, Optional identity As Identity = Nothing, Optional location As String = Nothing, Optional name As String = Nothing, Optional systemData As TrackedResourceSystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional type As String = Nothing, 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, Optional sku As AccountSku = Nothing)

Parameters

id
String

Gets or sets the identifier.

identity
Identity

Identity Info on the tracked resource

location
String

Gets or sets the location.

name
String

Gets or sets the name.

systemData
TrackedResourceSystemData

Metadata pertaining to creation and last modification of the resource.

tags
IDictionary<String,String>

Tags on the azure resource.

type
String

Gets or sets the type.

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'

sku
AccountSku

Gets or sets the Sku.

Applies to