1. Packages
  2. Azure Native
  3. API Docs
  4. datalakeanalytics
  5. getAccount
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.datalakeanalytics.getAccount

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

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

    Other available API versions: 2015-10-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>
    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]
    func LookupAccount(ctx *Context, args *LookupAccountArgs, opts ...InvokeOption) (*LookupAccountResult, error)
    func LookupAccountOutput(ctx *Context, args *LookupAccountOutputArgs, opts ...InvokeOption) LookupAccountResultOutput

    > 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)
    }
    public static CompletableFuture<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:datalakeanalytics:getAccount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the Data Lake Analytics account.
    ResourceGroupName string
    The name of the Azure resource group.
    AccountName string
    The name of the Data Lake Analytics account.
    ResourceGroupName string
    The name of the Azure resource group.
    accountName String
    The name of the Data Lake Analytics account.
    resourceGroupName String
    The name of the Azure resource group.
    accountName string
    The name of the Data Lake Analytics account.
    resourceGroupName string
    The name of the Azure resource group.
    account_name str
    The name of the Data Lake Analytics account.
    resource_group_name str
    The name of the Azure resource group.
    accountName String
    The name of the Data Lake Analytics account.
    resourceGroupName 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 string
    The resource identifier.
    MaxDegreeOfParallelismPerJob int
    The maximum degree of parallelism per job this user can use to submit jobs.
    MinPriorityPerJob int
    The minimum priority per job this user can use to submit jobs.
    Name string
    The resource name.
    ObjectId string
    The AAD object identifier for the entity to create a policy for.
    ObjectType string
    The type of AAD object the object identifier refers to.
    Type string
    The resource type.
    Id string
    The resource identifier.
    MaxDegreeOfParallelismPerJob int
    The maximum degree of parallelism per job this user can use to submit jobs.
    MinPriorityPerJob int
    The minimum priority per job this user can use to submit jobs.
    Name string
    The resource name.
    ObjectId string
    The AAD object identifier for the entity to create a policy for.
    ObjectType string
    The type of AAD object the object identifier refers to.
    Type string
    The resource type.
    id String
    The resource identifier.
    maxDegreeOfParallelismPerJob Integer
    The maximum degree of parallelism per job this user can use to submit jobs.
    minPriorityPerJob Integer
    The minimum priority per job this user can use to submit jobs.
    name String
    The resource name.
    objectId String
    The AAD object identifier for the entity to create a policy for.
    objectType String
    The type of AAD object the object identifier refers to.
    type String
    The resource type.
    id string
    The resource identifier.
    maxDegreeOfParallelismPerJob number
    The maximum degree of parallelism per job this user can use to submit jobs.
    minPriorityPerJob number
    The minimum priority per job this user can use to submit jobs.
    name string
    The resource name.
    objectId string
    The AAD object identifier for the entity to create a policy for.
    objectType string
    The type of AAD object the object identifier refers to.
    type string
    The resource type.
    id str
    The resource identifier.
    max_degree_of_parallelism_per_job int
    The maximum degree of parallelism per job this user can use to submit jobs.
    min_priority_per_job int
    The minimum priority per job this user can use to submit jobs.
    name str
    The resource name.
    object_id str
    The AAD object identifier for the entity to create a policy for.
    object_type str
    The type of AAD object the object identifier refers to.
    type str
    The resource type.
    id String
    The resource identifier.
    maxDegreeOfParallelismPerJob Number
    The maximum degree of parallelism per job this user can use to submit jobs.
    minPriorityPerJob Number
    The minimum priority per job this user can use to submit jobs.
    name String
    The resource name.
    objectId String
    The AAD object identifier for the entity to create a policy for.
    objectType String
    The type of AAD object the object identifier refers to.
    type String
    The resource type.

    DataLakeStoreAccountInformationResponse

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

    FirewallRuleResponse

    EndIpAddress 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 string
    The resource identifier.
    Name string
    The resource name.
    StartIpAddress 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 string
    The resource type.
    EndIpAddress 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 string
    The resource identifier.
    Name string
    The resource name.
    StartIpAddress 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 string
    The resource type.
    endIpAddress 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 String
    The resource identifier.
    name String
    The resource name.
    startIpAddress 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 String
    The resource type.
    endIpAddress 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 string
    The resource identifier.
    name string
    The resource name.
    startIpAddress 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 string
    The resource type.
    end_ip_address 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 str
    The resource identifier.
    name str
    The resource name.
    start_ip_address 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 str
    The resource type.
    endIpAddress 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 String
    The resource identifier.
    name String
    The resource name.
    startIpAddress 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 String
    The resource type.

    HiveMetastoreResponse

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

    StorageAccountInformationResponse

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

    VirtualNetworkRuleResponse

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

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi