1. Packages
  2. Azure Native v2
  3. API Docs
  4. datalakeanalytics
  5. getAccount
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.datalakeanalytics.getAccount

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets details of the specified Data Lake Analytics account. Azure REST API version: 2019-11-01-preview.

Using getAccount

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAccount(args: GetAccountArgs, opts?: InvokeOptions): Promise<GetAccountResult>
function getAccountOutput(args: GetAccountOutputArgs, opts?: InvokeOptions): Output<GetAccountResult>
Copy
def get_account(account_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetAccountResult
def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetAccountResult]
Copy
func LookupAccount(ctx *Context, args *LookupAccountArgs, opts ...InvokeOption) (*LookupAccountResult, error)
func LookupAccountOutput(ctx *Context, args *LookupAccountOutputArgs, opts ...InvokeOption) LookupAccountResultOutput
Copy

> Note: This function is named LookupAccount in the Go SDK.

public static class GetAccount 
{
    public static Task<GetAccountResult> InvokeAsync(GetAccountArgs args, InvokeOptions? opts = null)
    public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
public static Output<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datalakeanalytics:getAccount
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Data Lake Analytics account.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Azure resource group.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Data Lake Analytics account.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Azure resource group.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Data Lake Analytics account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Azure resource group.
accountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Data Lake Analytics account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Azure resource group.
account_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Data Lake Analytics account.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Azure resource group.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Data Lake Analytics account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Azure resource group.

getAccount Result

The following output properties are available:

AccountId string
The unique identifier associated with this Data Lake Analytics account.
ComputePolicies List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.ComputePolicyResponse>
The list of compute policies associated with this account.
CreationTime string
The account creation time.
CurrentTier string
The commitment tier in use for the current month.
DataLakeStoreAccounts List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.DataLakeStoreAccountInformationResponse>
The list of Data Lake Store accounts associated with this account.
DebugDataAccessLevel string
The current state of the DebugDataAccessLevel for this account.
DefaultDataLakeStoreAccount string
The default Data Lake Store account associated with this account.
DefaultDataLakeStoreAccountType string
The type of the default Data Lake Store account associated with this account.
Endpoint string
The full CName endpoint for this account.
FirewallRules List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.FirewallRuleResponse>
The list of firewall rules associated with this account.
HiveMetastores List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.HiveMetastoreResponse>
The list of hiveMetastores associated with this account.
Id string
The resource identifier.
LastModifiedTime string
The account last modified time.
Location string
The resource location.
MaxActiveJobCountPerUser int
The maximum supported active jobs under the account at the same time.
MaxJobRunningTimeInMin int
The maximum supported active jobs under the account at the same time.
MaxQueuedJobCountPerUser int
The maximum supported jobs queued under the account at the same time.
MinPriorityPerJob int
The minimum supported priority per job for this account.
Name string
The resource name.
ProvisioningState string
The provisioning status of the Data Lake Analytics account.
State string
The state of the Data Lake Analytics account.
StorageAccounts List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.StorageAccountInformationResponse>
The list of Azure Blob Storage accounts associated with this account.
SystemMaxDegreeOfParallelism int
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
SystemMaxJobCount int
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
Tags Dictionary<string, string>
The resource tags.
Type string
The resource type.
VirtualNetworkRules List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.VirtualNetworkRuleResponse>
The list of virtualNetwork rules associated with this account.
FirewallAllowAzureIps string
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
FirewallState string
The current state of the IP address firewall for this account.
MaxDegreeOfParallelism int
The maximum supported degree of parallelism for this account.
MaxDegreeOfParallelismPerJob int
The maximum supported degree of parallelism per job for this account.
MaxJobCount int
The maximum supported jobs running under the account at the same time.
NewTier string
The commitment tier for the next month.
PublicDataLakeStoreAccounts List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.DataLakeStoreAccountInformationResponse>
The list of Data Lake Store accounts associated with this account.
QueryStoreRetention int
The number of days that job metadata is retained.
AccountId string
The unique identifier associated with this Data Lake Analytics account.
ComputePolicies []ComputePolicyResponse
The list of compute policies associated with this account.
CreationTime string
The account creation time.
CurrentTier string
The commitment tier in use for the current month.
DataLakeStoreAccounts []DataLakeStoreAccountInformationResponse
The list of Data Lake Store accounts associated with this account.
DebugDataAccessLevel string
The current state of the DebugDataAccessLevel for this account.
DefaultDataLakeStoreAccount string
The default Data Lake Store account associated with this account.
DefaultDataLakeStoreAccountType string
The type of the default Data Lake Store account associated with this account.
Endpoint string
The full CName endpoint for this account.
FirewallRules []FirewallRuleResponse
The list of firewall rules associated with this account.
HiveMetastores []HiveMetastoreResponse
The list of hiveMetastores associated with this account.
Id string
The resource identifier.
LastModifiedTime string
The account last modified time.
Location string
The resource location.
MaxActiveJobCountPerUser int
The maximum supported active jobs under the account at the same time.
MaxJobRunningTimeInMin int
The maximum supported active jobs under the account at the same time.
MaxQueuedJobCountPerUser int
The maximum supported jobs queued under the account at the same time.
MinPriorityPerJob int
The minimum supported priority per job for this account.
Name string
The resource name.
ProvisioningState string
The provisioning status of the Data Lake Analytics account.
State string
The state of the Data Lake Analytics account.
StorageAccounts []StorageAccountInformationResponse
The list of Azure Blob Storage accounts associated with this account.
SystemMaxDegreeOfParallelism int
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
SystemMaxJobCount int
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
Tags map[string]string
The resource tags.
Type string
The resource type.
VirtualNetworkRules []VirtualNetworkRuleResponse
The list of virtualNetwork rules associated with this account.
FirewallAllowAzureIps string
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
FirewallState string
The current state of the IP address firewall for this account.
MaxDegreeOfParallelism int
The maximum supported degree of parallelism for this account.
MaxDegreeOfParallelismPerJob int
The maximum supported degree of parallelism per job for this account.
MaxJobCount int
The maximum supported jobs running under the account at the same time.
NewTier string
The commitment tier for the next month.
PublicDataLakeStoreAccounts []DataLakeStoreAccountInformationResponse
The list of Data Lake Store accounts associated with this account.
QueryStoreRetention int
The number of days that job metadata is retained.
accountId String
The unique identifier associated with this Data Lake Analytics account.
computePolicies List<ComputePolicyResponse>
The list of compute policies associated with this account.
creationTime String
The account creation time.
currentTier String
The commitment tier in use for the current month.
dataLakeStoreAccounts List<DataLakeStoreAccountInformationResponse>
The list of Data Lake Store accounts associated with this account.
debugDataAccessLevel String
The current state of the DebugDataAccessLevel for this account.
defaultDataLakeStoreAccount String
The default Data Lake Store account associated with this account.
defaultDataLakeStoreAccountType String
The type of the default Data Lake Store account associated with this account.
endpoint String
The full CName endpoint for this account.
firewallRules List<FirewallRuleResponse>
The list of firewall rules associated with this account.
hiveMetastores List<HiveMetastoreResponse>
The list of hiveMetastores associated with this account.
id String
The resource identifier.
lastModifiedTime String
The account last modified time.
location String
The resource location.
maxActiveJobCountPerUser Integer
The maximum supported active jobs under the account at the same time.
maxJobRunningTimeInMin Integer
The maximum supported active jobs under the account at the same time.
maxQueuedJobCountPerUser Integer
The maximum supported jobs queued under the account at the same time.
minPriorityPerJob Integer
The minimum supported priority per job for this account.
name String
The resource name.
provisioningState String
The provisioning status of the Data Lake Analytics account.
state String
The state of the Data Lake Analytics account.
storageAccounts List<StorageAccountInformationResponse>
The list of Azure Blob Storage accounts associated with this account.
systemMaxDegreeOfParallelism Integer
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
systemMaxJobCount Integer
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
tags Map<String,String>
The resource tags.
type String
The resource type.
virtualNetworkRules List<VirtualNetworkRuleResponse>
The list of virtualNetwork rules associated with this account.
firewallAllowAzureIps String
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
firewallState String
The current state of the IP address firewall for this account.
maxDegreeOfParallelism Integer
The maximum supported degree of parallelism for this account.
maxDegreeOfParallelismPerJob Integer
The maximum supported degree of parallelism per job for this account.
maxJobCount Integer
The maximum supported jobs running under the account at the same time.
newTier String
The commitment tier for the next month.
publicDataLakeStoreAccounts List<DataLakeStoreAccountInformationResponse>
The list of Data Lake Store accounts associated with this account.
queryStoreRetention Integer
The number of days that job metadata is retained.
accountId string
The unique identifier associated with this Data Lake Analytics account.
computePolicies ComputePolicyResponse[]
The list of compute policies associated with this account.
creationTime string
The account creation time.
currentTier string
The commitment tier in use for the current month.
dataLakeStoreAccounts DataLakeStoreAccountInformationResponse[]
The list of Data Lake Store accounts associated with this account.
debugDataAccessLevel string
The current state of the DebugDataAccessLevel for this account.
defaultDataLakeStoreAccount string
The default Data Lake Store account associated with this account.
defaultDataLakeStoreAccountType string
The type of the default Data Lake Store account associated with this account.
endpoint string
The full CName endpoint for this account.
firewallRules FirewallRuleResponse[]
The list of firewall rules associated with this account.
hiveMetastores HiveMetastoreResponse[]
The list of hiveMetastores associated with this account.
id string
The resource identifier.
lastModifiedTime string
The account last modified time.
location string
The resource location.
maxActiveJobCountPerUser number
The maximum supported active jobs under the account at the same time.
maxJobRunningTimeInMin number
The maximum supported active jobs under the account at the same time.
maxQueuedJobCountPerUser number
The maximum supported jobs queued under the account at the same time.
minPriorityPerJob number
The minimum supported priority per job for this account.
name string
The resource name.
provisioningState string
The provisioning status of the Data Lake Analytics account.
state string
The state of the Data Lake Analytics account.
storageAccounts StorageAccountInformationResponse[]
The list of Azure Blob Storage accounts associated with this account.
systemMaxDegreeOfParallelism number
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
systemMaxJobCount number
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
tags {[key: string]: string}
The resource tags.
type string
The resource type.
virtualNetworkRules VirtualNetworkRuleResponse[]
The list of virtualNetwork rules associated with this account.
firewallAllowAzureIps string
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
firewallState string
The current state of the IP address firewall for this account.
maxDegreeOfParallelism number
The maximum supported degree of parallelism for this account.
maxDegreeOfParallelismPerJob number
The maximum supported degree of parallelism per job for this account.
maxJobCount number
The maximum supported jobs running under the account at the same time.
newTier string
The commitment tier for the next month.
publicDataLakeStoreAccounts DataLakeStoreAccountInformationResponse[]
The list of Data Lake Store accounts associated with this account.
queryStoreRetention number
The number of days that job metadata is retained.
account_id str
The unique identifier associated with this Data Lake Analytics account.
compute_policies Sequence[ComputePolicyResponse]
The list of compute policies associated with this account.
creation_time str
The account creation time.
current_tier str
The commitment tier in use for the current month.
data_lake_store_accounts Sequence[DataLakeStoreAccountInformationResponse]
The list of Data Lake Store accounts associated with this account.
debug_data_access_level str
The current state of the DebugDataAccessLevel for this account.
default_data_lake_store_account str
The default Data Lake Store account associated with this account.
default_data_lake_store_account_type str
The type of the default Data Lake Store account associated with this account.
endpoint str
The full CName endpoint for this account.
firewall_rules Sequence[FirewallRuleResponse]
The list of firewall rules associated with this account.
hive_metastores Sequence[HiveMetastoreResponse]
The list of hiveMetastores associated with this account.
id str
The resource identifier.
last_modified_time str
The account last modified time.
location str
The resource location.
max_active_job_count_per_user int
The maximum supported active jobs under the account at the same time.
max_job_running_time_in_min int
The maximum supported active jobs under the account at the same time.
max_queued_job_count_per_user int
The maximum supported jobs queued under the account at the same time.
min_priority_per_job int
The minimum supported priority per job for this account.
name str
The resource name.
provisioning_state str
The provisioning status of the Data Lake Analytics account.
state str
The state of the Data Lake Analytics account.
storage_accounts Sequence[StorageAccountInformationResponse]
The list of Azure Blob Storage accounts associated with this account.
system_max_degree_of_parallelism int
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
system_max_job_count int
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
tags Mapping[str, str]
The resource tags.
type str
The resource type.
virtual_network_rules Sequence[VirtualNetworkRuleResponse]
The list of virtualNetwork rules associated with this account.
firewall_allow_azure_ips str
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
firewall_state str
The current state of the IP address firewall for this account.
max_degree_of_parallelism int
The maximum supported degree of parallelism for this account.
max_degree_of_parallelism_per_job int
The maximum supported degree of parallelism per job for this account.
max_job_count int
The maximum supported jobs running under the account at the same time.
new_tier str
The commitment tier for the next month.
public_data_lake_store_accounts Sequence[DataLakeStoreAccountInformationResponse]
The list of Data Lake Store accounts associated with this account.
query_store_retention int
The number of days that job metadata is retained.
accountId String
The unique identifier associated with this Data Lake Analytics account.
computePolicies List<Property Map>
The list of compute policies associated with this account.
creationTime String
The account creation time.
currentTier String
The commitment tier in use for the current month.
dataLakeStoreAccounts List<Property Map>
The list of Data Lake Store accounts associated with this account.
debugDataAccessLevel String
The current state of the DebugDataAccessLevel for this account.
defaultDataLakeStoreAccount String
The default Data Lake Store account associated with this account.
defaultDataLakeStoreAccountType String
The type of the default Data Lake Store account associated with this account.
endpoint String
The full CName endpoint for this account.
firewallRules List<Property Map>
The list of firewall rules associated with this account.
hiveMetastores List<Property Map>
The list of hiveMetastores associated with this account.
id String
The resource identifier.
lastModifiedTime String
The account last modified time.
location String
The resource location.
maxActiveJobCountPerUser Number
The maximum supported active jobs under the account at the same time.
maxJobRunningTimeInMin Number
The maximum supported active jobs under the account at the same time.
maxQueuedJobCountPerUser Number
The maximum supported jobs queued under the account at the same time.
minPriorityPerJob Number
The minimum supported priority per job for this account.
name String
The resource name.
provisioningState String
The provisioning status of the Data Lake Analytics account.
state String
The state of the Data Lake Analytics account.
storageAccounts List<Property Map>
The list of Azure Blob Storage accounts associated with this account.
systemMaxDegreeOfParallelism Number
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
systemMaxJobCount Number
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
tags Map<String>
The resource tags.
type String
The resource type.
virtualNetworkRules List<Property Map>
The list of virtualNetwork rules associated with this account.
firewallAllowAzureIps String
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
firewallState String
The current state of the IP address firewall for this account.
maxDegreeOfParallelism Number
The maximum supported degree of parallelism for this account.
maxDegreeOfParallelismPerJob Number
The maximum supported degree of parallelism per job for this account.
maxJobCount Number
The maximum supported jobs running under the account at the same time.
newTier String
The commitment tier for the next month.
publicDataLakeStoreAccounts List<Property Map>
The list of Data Lake Store accounts associated with this account.
queryStoreRetention Number
The number of days that job metadata is retained.

Supporting Types

ComputePolicyResponse

Id This property is required. string
The resource identifier.
MaxDegreeOfParallelismPerJob This property is required. int
The maximum degree of parallelism per job this user can use to submit jobs.
MinPriorityPerJob This property is required. int
The minimum priority per job this user can use to submit jobs.
Name This property is required. string
The resource name.
ObjectId This property is required. string
The AAD object identifier for the entity to create a policy for.
ObjectType This property is required. string
The type of AAD object the object identifier refers to.
Type This property is required. string
The resource type.
Id This property is required. string
The resource identifier.
MaxDegreeOfParallelismPerJob This property is required. int
The maximum degree of parallelism per job this user can use to submit jobs.
MinPriorityPerJob This property is required. int
The minimum priority per job this user can use to submit jobs.
Name This property is required. string
The resource name.
ObjectId This property is required. string
The AAD object identifier for the entity to create a policy for.
ObjectType This property is required. string
The type of AAD object the object identifier refers to.
Type This property is required. string
The resource type.
id This property is required. String
The resource identifier.
maxDegreeOfParallelismPerJob This property is required. Integer
The maximum degree of parallelism per job this user can use to submit jobs.
minPriorityPerJob This property is required. Integer
The minimum priority per job this user can use to submit jobs.
name This property is required. String
The resource name.
objectId This property is required. String
The AAD object identifier for the entity to create a policy for.
objectType This property is required. String
The type of AAD object the object identifier refers to.
type This property is required. String
The resource type.
id This property is required. string
The resource identifier.
maxDegreeOfParallelismPerJob This property is required. number
The maximum degree of parallelism per job this user can use to submit jobs.
minPriorityPerJob This property is required. number
The minimum priority per job this user can use to submit jobs.
name This property is required. string
The resource name.
objectId This property is required. string
The AAD object identifier for the entity to create a policy for.
objectType This property is required. string
The type of AAD object the object identifier refers to.
type This property is required. string
The resource type.
id This property is required. str
The resource identifier.
max_degree_of_parallelism_per_job This property is required. int
The maximum degree of parallelism per job this user can use to submit jobs.
min_priority_per_job This property is required. int
The minimum priority per job this user can use to submit jobs.
name This property is required. str
The resource name.
object_id This property is required. str
The AAD object identifier for the entity to create a policy for.
object_type This property is required. str
The type of AAD object the object identifier refers to.
type This property is required. str
The resource type.
id This property is required. String
The resource identifier.
maxDegreeOfParallelismPerJob This property is required. Number
The maximum degree of parallelism per job this user can use to submit jobs.
minPriorityPerJob This property is required. Number
The minimum priority per job this user can use to submit jobs.
name This property is required. String
The resource name.
objectId This property is required. String
The AAD object identifier for the entity to create a policy for.
objectType This property is required. String
The type of AAD object the object identifier refers to.
type This property is required. String
The resource type.

DataLakeStoreAccountInformationResponse

Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
Suffix This property is required. string
The optional suffix for the Data Lake Store account.
Type This property is required. string
The resource type.
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
Suffix This property is required. string
The optional suffix for the Data Lake Store account.
Type This property is required. string
The resource type.
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
suffix This property is required. String
The optional suffix for the Data Lake Store account.
type This property is required. String
The resource type.
id This property is required. string
The resource identifier.
name This property is required. string
The resource name.
suffix This property is required. string
The optional suffix for the Data Lake Store account.
type This property is required. string
The resource type.
id This property is required. str
The resource identifier.
name This property is required. str
The resource name.
suffix This property is required. str
The optional suffix for the Data Lake Store account.
type This property is required. str
The resource type.
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
suffix This property is required. String
The optional suffix for the Data Lake Store account.
type This property is required. String
The resource type.

FirewallRuleResponse

EndIpAddress This property is required. string
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
StartIpAddress This property is required. string
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Type This property is required. string
The resource type.
EndIpAddress This property is required. string
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
StartIpAddress This property is required. string
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Type This property is required. string
The resource type.
endIpAddress This property is required. String
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
startIpAddress This property is required. String
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
type This property is required. String
The resource type.
endIpAddress This property is required. string
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
id This property is required. string
The resource identifier.
name This property is required. string
The resource name.
startIpAddress This property is required. string
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
type This property is required. string
The resource type.
end_ip_address This property is required. str
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
id This property is required. str
The resource identifier.
name This property is required. str
The resource name.
start_ip_address This property is required. str
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
type This property is required. str
The resource type.
endIpAddress This property is required. String
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
startIpAddress This property is required. String
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
type This property is required. String
The resource type.

HiveMetastoreResponse

DatabaseName This property is required. string
The databaseName for the Hive MetaStore
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
NestedResourceProvisioningState This property is required. string
The current state of the NestedResource
Password This property is required. string
The password for the Hive MetaStore
RuntimeVersion This property is required. string
The runtimeVersion for the Hive MetaStore
ServerUri This property is required. string
The serverUri for the Hive MetaStore
Type This property is required. string
The resource type.
UserName This property is required. string
The userName for the Hive MetaStore
DatabaseName This property is required. string
The databaseName for the Hive MetaStore
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
NestedResourceProvisioningState This property is required. string
The current state of the NestedResource
Password This property is required. string
The password for the Hive MetaStore
RuntimeVersion This property is required. string
The runtimeVersion for the Hive MetaStore
ServerUri This property is required. string
The serverUri for the Hive MetaStore
Type This property is required. string
The resource type.
UserName This property is required. string
The userName for the Hive MetaStore
databaseName This property is required. String
The databaseName for the Hive MetaStore
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
nestedResourceProvisioningState This property is required. String
The current state of the NestedResource
password This property is required. String
The password for the Hive MetaStore
runtimeVersion This property is required. String
The runtimeVersion for the Hive MetaStore
serverUri This property is required. String
The serverUri for the Hive MetaStore
type This property is required. String
The resource type.
userName This property is required. String
The userName for the Hive MetaStore
databaseName This property is required. string
The databaseName for the Hive MetaStore
id This property is required. string
The resource identifier.
name This property is required. string
The resource name.
nestedResourceProvisioningState This property is required. string
The current state of the NestedResource
password This property is required. string
The password for the Hive MetaStore
runtimeVersion This property is required. string
The runtimeVersion for the Hive MetaStore
serverUri This property is required. string
The serverUri for the Hive MetaStore
type This property is required. string
The resource type.
userName This property is required. string
The userName for the Hive MetaStore
database_name This property is required. str
The databaseName for the Hive MetaStore
id This property is required. str
The resource identifier.
name This property is required. str
The resource name.
nested_resource_provisioning_state This property is required. str
The current state of the NestedResource
password This property is required. str
The password for the Hive MetaStore
runtime_version This property is required. str
The runtimeVersion for the Hive MetaStore
server_uri This property is required. str
The serverUri for the Hive MetaStore
type This property is required. str
The resource type.
user_name This property is required. str
The userName for the Hive MetaStore
databaseName This property is required. String
The databaseName for the Hive MetaStore
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
nestedResourceProvisioningState This property is required. String
The current state of the NestedResource
password This property is required. String
The password for the Hive MetaStore
runtimeVersion This property is required. String
The runtimeVersion for the Hive MetaStore
serverUri This property is required. String
The serverUri for the Hive MetaStore
type This property is required. String
The resource type.
userName This property is required. String
The userName for the Hive MetaStore

StorageAccountInformationResponse

Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
Suffix This property is required. string
The optional suffix for the storage account.
Type This property is required. string
The resource type.
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
Suffix This property is required. string
The optional suffix for the storage account.
Type This property is required. string
The resource type.
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
suffix This property is required. String
The optional suffix for the storage account.
type This property is required. String
The resource type.
id This property is required. string
The resource identifier.
name This property is required. string
The resource name.
suffix This property is required. string
The optional suffix for the storage account.
type This property is required. string
The resource type.
id This property is required. str
The resource identifier.
name This property is required. str
The resource name.
suffix This property is required. str
The optional suffix for the storage account.
type This property is required. str
The resource type.
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
suffix This property is required. String
The optional suffix for the storage account.
type This property is required. String
The resource type.

VirtualNetworkRuleResponse

Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
SubnetId This property is required. string
The resource identifier for the subnet
Type This property is required. string
The resource type.
VirtualNetworkRuleState This property is required. string
The current state of the VirtualNetwork Rule
Id This property is required. string
The resource identifier.
Name This property is required. string
The resource name.
SubnetId This property is required. string
The resource identifier for the subnet
Type This property is required. string
The resource type.
VirtualNetworkRuleState This property is required. string
The current state of the VirtualNetwork Rule
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
subnetId This property is required. String
The resource identifier for the subnet
type This property is required. String
The resource type.
virtualNetworkRuleState This property is required. String
The current state of the VirtualNetwork Rule
id This property is required. string
The resource identifier.
name This property is required. string
The resource name.
subnetId This property is required. string
The resource identifier for the subnet
type This property is required. string
The resource type.
virtualNetworkRuleState This property is required. string
The current state of the VirtualNetwork Rule
id This property is required. str
The resource identifier.
name This property is required. str
The resource name.
subnet_id This property is required. str
The resource identifier for the subnet
type This property is required. str
The resource type.
virtual_network_rule_state This property is required. str
The current state of the VirtualNetwork Rule
id This property is required. String
The resource identifier.
name This property is required. String
The resource name.
subnetId This property is required. String
The resource identifier for the subnet
type This property is required. String
The resource type.
virtualNetworkRuleState This property is required. String
The current state of the VirtualNetwork Rule

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi