ArmDataLakeAnalyticsModelFactory.DataLakeAnalyticsAccountBasic 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 DataLakeAnalyticsAccountBasic.
public static Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountBasic DataLakeAnalyticsAccountBasic (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? accountId = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountStatus? provisioningState = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountState? state = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default, string endpoint = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member DataLakeAnalyticsAccountBasic : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountStatus> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountBasic
Public Shared Function DataLakeAnalyticsAccountBasic (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional accountId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of DataLakeAnalyticsAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeAnalyticsAccountState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endpoint As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As DataLakeAnalyticsAccountBasic
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
The unique identifier associated with this Data Lake Analytics account. Serialized Name: DataLakeAnalyticsAccountBasic.properties.accountId
- provisioningState
- Nullable<DataLakeAnalyticsAccountStatus>
The provisioning status of the Data Lake Analytics account. Serialized Name: DataLakeAnalyticsAccountBasic.properties.provisioningState
The state of the Data Lake Analytics account. Serialized Name: DataLakeAnalyticsAccountBasic.properties.state
- createdOn
- Nullable<DateTimeOffset>
The account creation time. Serialized Name: DataLakeAnalyticsAccountBasic.properties.creationTime
- lastModifiedOn
- Nullable<DateTimeOffset>
The account last modified time. Serialized Name: DataLakeAnalyticsAccountBasic.properties.lastModifiedTime
- endpoint
- String
The full CName endpoint for this account. Serialized Name: DataLakeAnalyticsAccountBasic.properties.endpoint
- location
- Nullable<AzureLocation>
The resource location. Serialized Name: Resource.location
- tags
- IReadOnlyDictionary<String,String>
The resource tags. Serialized Name: Resource.tags
Returns
A new DataLakeAnalyticsAccountBasic instance for mocking.
Applies to
Azure SDK for .NET