ArmDataLakeAnalyticsModelFactory.DataLakeAnalyticsHiveMetastore 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 DataLakeAnalyticsHiveMetastore.
public static Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsHiveMetastore DataLakeAnalyticsHiveMetastore (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Uri serverUri = default, string databaseName = default, string runtimeVersion = default, string userName = default, string password = default, Azure.ResourceManager.DataLakeAnalytics.Models.NestedResourceProvisioningState? nestedResourceProvisioningState = default);
static member DataLakeAnalyticsHiveMetastore : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Uri * string * string * string * string * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.NestedResourceProvisioningState> -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsHiveMetastore
Public Shared Function DataLakeAnalyticsHiveMetastore (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional serverUri As Uri = Nothing, Optional databaseName As String = Nothing, Optional runtimeVersion As String = Nothing, Optional userName As String = Nothing, Optional password As String = Nothing, Optional nestedResourceProvisioningState As Nullable(Of NestedResourceProvisioningState) = Nothing) As DataLakeAnalyticsHiveMetastore
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- serverUri
- Uri
The serverUri for the Hive MetaStore Serialized Name: HiveMetastore.properties.serverUri
- databaseName
- String
The databaseName for the Hive MetaStore Serialized Name: HiveMetastore.properties.databaseName
- runtimeVersion
- String
The runtimeVersion for the Hive MetaStore Serialized Name: HiveMetastore.properties.runtimeVersion
- userName
- String
The userName for the Hive MetaStore Serialized Name: HiveMetastore.properties.userName
- password
- String
The password for the Hive MetaStore Serialized Name: HiveMetastore.properties.password
- nestedResourceProvisioningState
- Nullable<NestedResourceProvisioningState>
The current state of the NestedResource Serialized Name: HiveMetastore.properties.nestedResourceProvisioningState
Returns
A new DataLakeAnalyticsHiveMetastore instance for mocking.
Applies to
Azure SDK for .NET