1. Packages
  2. Azure Native
  3. API Docs
  4. storagecache
  5. getAutoExportJob
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.storagecache.getAutoExportJob

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Returns an auto export job.

    Uses Azure REST API version 2024-07-01.

    Using getAutoExportJob

    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 getAutoExportJob(args: GetAutoExportJobArgs, opts?: InvokeOptions): Promise<GetAutoExportJobResult>
    function getAutoExportJobOutput(args: GetAutoExportJobOutputArgs, opts?: InvokeOptions): Output<GetAutoExportJobResult>
    def get_auto_export_job(aml_filesystem_name: Optional[str] = None,
                            auto_export_job_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetAutoExportJobResult
    def get_auto_export_job_output(aml_filesystem_name: Optional[pulumi.Input[str]] = None,
                            auto_export_job_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetAutoExportJobResult]
    func LookupAutoExportJob(ctx *Context, args *LookupAutoExportJobArgs, opts ...InvokeOption) (*LookupAutoExportJobResult, error)
    func LookupAutoExportJobOutput(ctx *Context, args *LookupAutoExportJobOutputArgs, opts ...InvokeOption) LookupAutoExportJobResultOutput

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

    public static class GetAutoExportJob 
    {
        public static Task<GetAutoExportJobResult> InvokeAsync(GetAutoExportJobArgs args, InvokeOptions? opts = null)
        public static Output<GetAutoExportJobResult> Invoke(GetAutoExportJobInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutoExportJobResult> getAutoExportJob(GetAutoExportJobArgs args, InvokeOptions options)
    public static Output<GetAutoExportJobResult> getAutoExportJob(GetAutoExportJobArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:storagecache:getAutoExportJob
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AmlFilesystemName string
    Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    AutoExportJobName string
    Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AmlFilesystemName string
    Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    AutoExportJobName string
    Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    amlFilesystemName String
    Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    autoExportJobName String
    Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    amlFilesystemName string
    Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    autoExportJobName string
    Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    aml_filesystem_name str
    Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    auto_export_job_name str
    Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    amlFilesystemName String
    Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    autoExportJobName String
    Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getAutoExportJob Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    CurrentIterationFilesDiscovered double
    Files discovered for export in current iteration. It may increase while more export items are found.
    CurrentIterationFilesExported double
    Files that have been exported in current iteration.
    CurrentIterationFilesFailed double
    Files failed to export in current iteration.
    CurrentIterationMiBDiscovered double
    Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
    CurrentIterationMiBExported double
    Data (in MiB) that have been exported in current iteration.
    ExportIterationCount int
    Number of iterations completed since the start of the export.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    LastCompletionTimeUTC string
    The time (in UTC) of the last completed auto export job.
    LastStartedTimeUTC string
    The time (in UTC) the latest auto export job started.
    LastSuccessfulIterationCompletionTimeUTC string
    Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    ARM provisioning state.
    StatusCode string
    Server-defined status code for auto export job.
    StatusMessage string
    Server-defined status message for auto export job.
    SystemData Pulumi.AzureNative.StorageCache.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    TotalFilesExported double
    Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    TotalFilesFailed double
    Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
    TotalMiBExported double
    Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AdminStatus string
    The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
    AutoExportPrefixes List<string>
    An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
    State string
    The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
    Tags Dictionary<string, string>
    Resource tags.
    AzureApiVersion string
    The Azure API version of the resource.
    CurrentIterationFilesDiscovered float64
    Files discovered for export in current iteration. It may increase while more export items are found.
    CurrentIterationFilesExported float64
    Files that have been exported in current iteration.
    CurrentIterationFilesFailed float64
    Files failed to export in current iteration.
    CurrentIterationMiBDiscovered float64
    Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
    CurrentIterationMiBExported float64
    Data (in MiB) that have been exported in current iteration.
    ExportIterationCount int
    Number of iterations completed since the start of the export.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    LastCompletionTimeUTC string
    The time (in UTC) of the last completed auto export job.
    LastStartedTimeUTC string
    The time (in UTC) the latest auto export job started.
    LastSuccessfulIterationCompletionTimeUTC string
    Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    ARM provisioning state.
    StatusCode string
    Server-defined status code for auto export job.
    StatusMessage string
    Server-defined status message for auto export job.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    TotalFilesExported float64
    Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    TotalFilesFailed float64
    Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
    TotalMiBExported float64
    Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AdminStatus string
    The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
    AutoExportPrefixes []string
    An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
    State string
    The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
    Tags map[string]string
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    currentIterationFilesDiscovered Double
    Files discovered for export in current iteration. It may increase while more export items are found.
    currentIterationFilesExported Double
    Files that have been exported in current iteration.
    currentIterationFilesFailed Double
    Files failed to export in current iteration.
    currentIterationMiBDiscovered Double
    Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
    currentIterationMiBExported Double
    Data (in MiB) that have been exported in current iteration.
    exportIterationCount Integer
    Number of iterations completed since the start of the export.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    lastCompletionTimeUTC String
    The time (in UTC) of the last completed auto export job.
    lastStartedTimeUTC String
    The time (in UTC) the latest auto export job started.
    lastSuccessfulIterationCompletionTimeUTC String
    Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    ARM provisioning state.
    statusCode String
    Server-defined status code for auto export job.
    statusMessage String
    Server-defined status message for auto export job.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    totalFilesExported Double
    Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    totalFilesFailed Double
    Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
    totalMiBExported Double
    Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    adminStatus String
    The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
    autoExportPrefixes List<String>
    An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
    state String
    The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
    tags Map<String,String>
    Resource tags.
    azureApiVersion string
    The Azure API version of the resource.
    currentIterationFilesDiscovered number
    Files discovered for export in current iteration. It may increase while more export items are found.
    currentIterationFilesExported number
    Files that have been exported in current iteration.
    currentIterationFilesFailed number
    Files failed to export in current iteration.
    currentIterationMiBDiscovered number
    Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
    currentIterationMiBExported number
    Data (in MiB) that have been exported in current iteration.
    exportIterationCount number
    Number of iterations completed since the start of the export.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    lastCompletionTimeUTC string
    The time (in UTC) of the last completed auto export job.
    lastStartedTimeUTC string
    The time (in UTC) the latest auto export job started.
    lastSuccessfulIterationCompletionTimeUTC string
    Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    provisioningState string
    ARM provisioning state.
    statusCode string
    Server-defined status code for auto export job.
    statusMessage string
    Server-defined status message for auto export job.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    totalFilesExported number
    Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    totalFilesFailed number
    Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
    totalMiBExported number
    Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    adminStatus string
    The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
    autoExportPrefixes string[]
    An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
    state string
    The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
    tags {[key: string]: string}
    Resource tags.
    azure_api_version str
    The Azure API version of the resource.
    current_iteration_files_discovered float
    Files discovered for export in current iteration. It may increase while more export items are found.
    current_iteration_files_exported float
    Files that have been exported in current iteration.
    current_iteration_files_failed float
    Files failed to export in current iteration.
    current_iteration_mi_b_discovered float
    Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
    current_iteration_mi_b_exported float
    Data (in MiB) that have been exported in current iteration.
    export_iteration_count int
    Number of iterations completed since the start of the export.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    last_completion_time_utc str
    The time (in UTC) of the last completed auto export job.
    last_started_time_utc str
    The time (in UTC) the latest auto export job started.
    last_successful_iteration_completion_time_utc str
    Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    provisioning_state str
    ARM provisioning state.
    status_code str
    Server-defined status code for auto export job.
    status_message str
    Server-defined status message for auto export job.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    total_files_exported float
    Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    total_files_failed float
    Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
    total_mi_b_exported float
    Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    admin_status str
    The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
    auto_export_prefixes Sequence[str]
    An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
    state str
    The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
    tags Mapping[str, str]
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    currentIterationFilesDiscovered Number
    Files discovered for export in current iteration. It may increase while more export items are found.
    currentIterationFilesExported Number
    Files that have been exported in current iteration.
    currentIterationFilesFailed Number
    Files failed to export in current iteration.
    currentIterationMiBDiscovered Number
    Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
    currentIterationMiBExported Number
    Data (in MiB) that have been exported in current iteration.
    exportIterationCount Number
    Number of iterations completed since the start of the export.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    lastCompletionTimeUTC String
    The time (in UTC) of the last completed auto export job.
    lastStartedTimeUTC String
    The time (in UTC) the latest auto export job started.
    lastSuccessfulIterationCompletionTimeUTC String
    Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    ARM provisioning state.
    statusCode String
    Server-defined status code for auto export job.
    statusMessage String
    Server-defined status message for auto export job.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    totalFilesExported Number
    Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    totalFilesFailed Number
    Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
    totalMiBExported Number
    Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    adminStatus String
    The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.
    autoExportPrefixes List<String>
    An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.
    state String
    The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
    tags Map<String>
    Resource tags.

    Supporting Types

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi