ArmPurviewModelFactory.PurviewAccountData Method
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.
Initializes a new instance of PurviewAccountData.
public static Azure.ResourceManager.Purview.PurviewAccountData PurviewAccountData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Purview.Models.PurviewAccountSku sku = default, Azure.ResourceManager.Purview.Models.PurviewAccountStatus accountStatus = default, string cloudConnectorsAwsExternalId = default, DateTimeOffset? createdOn = default, string createdBy = default, string createdByObjectId = default, Azure.ResourceManager.Purview.Models.PurviewAccountEndpoint endpoints = default, string friendlyName = default, Azure.ResourceManager.Purview.Models.PurviewIngestionStorage ingestionStorage = default, Azure.ResourceManager.Purview.Models.PurviewManagedEventHubState? managedEventHubState = default, string managedResourceGroupName = default, Azure.ResourceManager.Purview.Models.PurviewManagedResource managedResources = default, Azure.ResourceManager.Purview.Models.ManagedResourcesPublicNetworkAccess? managedResourcesPublicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Purview.PurviewPrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.Purview.Models.PurviewProvisioningState? provisioningState = default, Azure.ResourceManager.Purview.Models.PurviewPublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member PurviewAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Purview.Models.PurviewAccountSku * Azure.ResourceManager.Purview.Models.PurviewAccountStatus * string * Nullable<DateTimeOffset> * string * string * Azure.ResourceManager.Purview.Models.PurviewAccountEndpoint * string * Azure.ResourceManager.Purview.Models.PurviewIngestionStorage * Nullable<Azure.ResourceManager.Purview.Models.PurviewManagedEventHubState> * string * Azure.ResourceManager.Purview.Models.PurviewManagedResource * Nullable<Azure.ResourceManager.Purview.Models.ManagedResourcesPublicNetworkAccess> * seq<Azure.ResourceManager.Purview.PurviewPrivateEndpointConnectionData> * Nullable<Azure.ResourceManager.Purview.Models.PurviewProvisioningState> * Nullable<Azure.ResourceManager.Purview.Models.PurviewPublicNetworkAccess> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.Purview.PurviewAccountData
Public Shared Function PurviewAccountData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As PurviewAccountSku = Nothing, Optional accountStatus As PurviewAccountStatus = Nothing, Optional cloudConnectorsAwsExternalId As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As String = Nothing, Optional createdByObjectId As String = Nothing, Optional endpoints As PurviewAccountEndpoint = Nothing, Optional friendlyName As String = Nothing, Optional ingestionStorage As PurviewIngestionStorage = Nothing, Optional managedEventHubState As Nullable(Of PurviewManagedEventHubState) = Nothing, Optional managedResourceGroupName As String = Nothing, Optional managedResources As PurviewManagedResource = Nothing, Optional managedResourcesPublicNetworkAccess As Nullable(Of ManagedResourcesPublicNetworkAccess) = Nothing, Optional privateEndpointConnections As IEnumerable(Of PurviewPrivateEndpointConnectionData) = Nothing, Optional provisioningState As Nullable(Of PurviewProvisioningState) = Nothing, Optional publicNetworkAccess As Nullable(Of PurviewPublicNetworkAccess) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As PurviewAccountData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
Gets or sets the Sku.
- accountStatus
- PurviewAccountStatus
Gets or sets the status of the account.
- cloudConnectorsAwsExternalId
- String
External Cloud Service connectors.
- createdOn
- Nullable<DateTimeOffset>
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
- PurviewAccountEndpoint
The URIs that are the public endpoints of the account.
- friendlyName
- String
Gets or sets the friendly name.
- ingestionStorage
- PurviewIngestionStorage
Ingestion Storage Account Info.
- managedEventHubState
- Nullable<PurviewManagedEventHubState>
Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed.
- managedResourceGroupName
- String
Gets or sets the managed resource group name.
- managedResources
- PurviewManagedResource
Gets the resource identifiers of the managed resources.
- managedResourcesPublicNetworkAccess
- Nullable<ManagedResourcesPublicNetworkAccess>
Gets or sets the public network access for managed resources.
- privateEndpointConnections
- IEnumerable<PurviewPrivateEndpointConnectionData>
Gets the private endpoint connections information.
- provisioningState
- Nullable<PurviewProvisioningState>
Gets or sets the state of the provisioning.
- publicNetworkAccess
- Nullable<PurviewPublicNetworkAccess>
Gets or sets the public network access.
- identity
- ManagedServiceIdentity
The Managed Identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned.
Returns
A new PurviewAccountData instance for mocking.
Applies to
Azure SDK for .NET