1. Packages
  2. Azure Native
  3. API Docs
  4. storage
  5. getBlobServiceProperties
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.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.storage.getBlobServiceProperties

Explore with Pulumi AI

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.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

Uses Azure REST API version 2024-01-01.

Other available API versions: 2022-09-01, 2023-01-01, 2023-04-01, 2023-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storage [ApiVersion]. See the version guide for details.

Using getBlobServiceProperties

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 getBlobServiceProperties(args: GetBlobServicePropertiesArgs, opts?: InvokeOptions): Promise<GetBlobServicePropertiesResult>
function getBlobServicePropertiesOutput(args: GetBlobServicePropertiesOutputArgs, opts?: InvokeOptions): Output<GetBlobServicePropertiesResult>
Copy
def get_blob_service_properties(account_name: Optional[str] = None,
                                blob_services_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetBlobServicePropertiesResult
def get_blob_service_properties_output(account_name: Optional[pulumi.Input[str]] = None,
                                blob_services_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetBlobServicePropertiesResult]
Copy
func LookupBlobServiceProperties(ctx *Context, args *LookupBlobServicePropertiesArgs, opts ...InvokeOption) (*LookupBlobServicePropertiesResult, error)
func LookupBlobServicePropertiesOutput(ctx *Context, args *LookupBlobServicePropertiesOutputArgs, opts ...InvokeOption) LookupBlobServicePropertiesResultOutput
Copy

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

public static class GetBlobServiceProperties 
{
    public static Task<GetBlobServicePropertiesResult> InvokeAsync(GetBlobServicePropertiesArgs args, InvokeOptions? opts = null)
    public static Output<GetBlobServicePropertiesResult> Invoke(GetBlobServicePropertiesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBlobServicePropertiesResult> getBlobServiceProperties(GetBlobServicePropertiesArgs args, InvokeOptions options)
public static Output<GetBlobServicePropertiesResult> getBlobServiceProperties(GetBlobServicePropertiesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:storage:getBlobServiceProperties
  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 storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
BlobServicesName
This property is required.
Changes to this property will trigger replacement.
string
The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
BlobServicesName
This property is required.
Changes to this property will trigger replacement.
string
The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
blobServicesName
This property is required.
Changes to this property will trigger replacement.
String
The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the user's subscription. The name is case insensitive.
accountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
blobServicesName
This property is required.
Changes to this property will trigger replacement.
string
The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
account_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
blob_services_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group within the user's subscription. The name is case insensitive.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
blobServicesName
This property is required.
Changes to this property will trigger replacement.
String
The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the user's subscription. The name is case insensitive.

getBlobServiceProperties Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
Sku Pulumi.AzureNative.Storage.Outputs.SkuResponse
Sku name and tier.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AutomaticSnapshotPolicyEnabled bool
Deprecated in favor of isVersioningEnabled property.
ChangeFeed Pulumi.AzureNative.Storage.Outputs.ChangeFeedResponse
The blob service properties for change feed events.
ContainerDeleteRetentionPolicy Pulumi.AzureNative.Storage.Outputs.DeleteRetentionPolicyResponse
The blob service properties for container soft delete.
Cors Pulumi.AzureNative.Storage.Outputs.CorsRulesResponse
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
DefaultServiceVersion string
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions.
DeleteRetentionPolicy Pulumi.AzureNative.Storage.Outputs.DeleteRetentionPolicyResponse
The blob service properties for blob soft delete.
IsVersioningEnabled bool
Versioning is enabled if set to true.
LastAccessTimeTrackingPolicy Pulumi.AzureNative.Storage.Outputs.LastAccessTimeTrackingPolicyResponse
The blob service property to configure last access time based tracking policy.
RestorePolicy Pulumi.AzureNative.Storage.Outputs.RestorePolicyPropertiesResponse
The blob service properties for blob restore policy.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
Sku SkuResponse
Sku name and tier.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AutomaticSnapshotPolicyEnabled bool
Deprecated in favor of isVersioningEnabled property.
ChangeFeed ChangeFeedResponse
The blob service properties for change feed events.
ContainerDeleteRetentionPolicy DeleteRetentionPolicyResponse
The blob service properties for container soft delete.
Cors CorsRulesResponse
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
DefaultServiceVersion string
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions.
DeleteRetentionPolicy DeleteRetentionPolicyResponse
The blob service properties for blob soft delete.
IsVersioningEnabled bool
Versioning is enabled if set to true.
LastAccessTimeTrackingPolicy LastAccessTimeTrackingPolicyResponse
The blob service property to configure last access time based tracking policy.
RestorePolicy RestorePolicyPropertiesResponse
The blob service properties for blob restore policy.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
sku SkuResponse
Sku name and tier.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
automaticSnapshotPolicyEnabled Boolean
Deprecated in favor of isVersioningEnabled property.
changeFeed ChangeFeedResponse
The blob service properties for change feed events.
containerDeleteRetentionPolicy DeleteRetentionPolicyResponse
The blob service properties for container soft delete.
cors CorsRulesResponse
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
defaultServiceVersion String
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions.
deleteRetentionPolicy DeleteRetentionPolicyResponse
The blob service properties for blob soft delete.
isVersioningEnabled Boolean
Versioning is enabled if set to true.
lastAccessTimeTrackingPolicy LastAccessTimeTrackingPolicyResponse
The blob service property to configure last access time based tracking policy.
restorePolicy RestorePolicyPropertiesResponse
The blob service properties for blob restore policy.
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name string
The name of the resource
sku SkuResponse
Sku name and tier.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
automaticSnapshotPolicyEnabled boolean
Deprecated in favor of isVersioningEnabled property.
changeFeed ChangeFeedResponse
The blob service properties for change feed events.
containerDeleteRetentionPolicy DeleteRetentionPolicyResponse
The blob service properties for container soft delete.
cors CorsRulesResponse
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
defaultServiceVersion string
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions.
deleteRetentionPolicy DeleteRetentionPolicyResponse
The blob service properties for blob soft delete.
isVersioningEnabled boolean
Versioning is enabled if set to true.
lastAccessTimeTrackingPolicy LastAccessTimeTrackingPolicyResponse
The blob service property to configure last access time based tracking policy.
restorePolicy RestorePolicyPropertiesResponse
The blob service properties for blob restore policy.
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name str
The name of the resource
sku SkuResponse
Sku name and tier.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
automatic_snapshot_policy_enabled bool
Deprecated in favor of isVersioningEnabled property.
change_feed ChangeFeedResponse
The blob service properties for change feed events.
container_delete_retention_policy DeleteRetentionPolicyResponse
The blob service properties for container soft delete.
cors CorsRulesResponse
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
default_service_version str
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions.
delete_retention_policy DeleteRetentionPolicyResponse
The blob service properties for blob soft delete.
is_versioning_enabled bool
Versioning is enabled if set to true.
last_access_time_tracking_policy LastAccessTimeTrackingPolicyResponse
The blob service property to configure last access time based tracking policy.
restore_policy RestorePolicyPropertiesResponse
The blob service properties for blob restore policy.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
sku Property Map
Sku name and tier.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
automaticSnapshotPolicyEnabled Boolean
Deprecated in favor of isVersioningEnabled property.
changeFeed Property Map
The blob service properties for change feed events.
containerDeleteRetentionPolicy Property Map
The blob service properties for container soft delete.
cors Property Map
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
defaultServiceVersion String
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions.
deleteRetentionPolicy Property Map
The blob service properties for blob soft delete.
isVersioningEnabled Boolean
Versioning is enabled if set to true.
lastAccessTimeTrackingPolicy Property Map
The blob service property to configure last access time based tracking policy.
restorePolicy Property Map
The blob service properties for blob restore policy.

Supporting Types

ChangeFeedResponse

Enabled bool
Indicates whether change feed event logging is enabled for the Blob service.
RetentionInDays int
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
Enabled bool
Indicates whether change feed event logging is enabled for the Blob service.
RetentionInDays int
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
enabled Boolean
Indicates whether change feed event logging is enabled for the Blob service.
retentionInDays Integer
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
enabled boolean
Indicates whether change feed event logging is enabled for the Blob service.
retentionInDays number
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
enabled bool
Indicates whether change feed event logging is enabled for the Blob service.
retention_in_days int
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.
enabled Boolean
Indicates whether change feed event logging is enabled for the Blob service.
retentionInDays Number
Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.

CorsRuleResponse

AllowedHeaders This property is required. List<string>
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
AllowedMethods This property is required. List<string>
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
AllowedOrigins This property is required. List<string>
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
ExposedHeaders This property is required. List<string>
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
MaxAgeInSeconds This property is required. int
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
AllowedHeaders This property is required. []string
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
AllowedMethods This property is required. []string
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
AllowedOrigins This property is required. []string
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
ExposedHeaders This property is required. []string
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
MaxAgeInSeconds This property is required. int
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
allowedHeaders This property is required. List<String>
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
allowedMethods This property is required. List<String>
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
allowedOrigins This property is required. List<String>
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
exposedHeaders This property is required. List<String>
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
maxAgeInSeconds This property is required. Integer
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
allowedHeaders This property is required. string[]
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
allowedMethods This property is required. string[]
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
allowedOrigins This property is required. string[]
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
exposedHeaders This property is required. string[]
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
maxAgeInSeconds This property is required. number
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
allowed_headers This property is required. Sequence[str]
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
allowed_methods This property is required. Sequence[str]
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
allowed_origins This property is required. Sequence[str]
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
exposed_headers This property is required. Sequence[str]
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
max_age_in_seconds This property is required. int
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
allowedHeaders This property is required. List<String>
Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
allowedMethods This property is required. List<String>
Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
allowedOrigins This property is required. List<String>
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
exposedHeaders This property is required. List<String>
Required if CorsRule element is present. A list of response headers to expose to CORS clients.
maxAgeInSeconds This property is required. Number
Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.

CorsRulesResponse

CorsRules List<Pulumi.AzureNative.Storage.Inputs.CorsRuleResponse>
The List of CORS rules. You can include up to five CorsRule elements in the request.
CorsRules []CorsRuleResponse
The List of CORS rules. You can include up to five CorsRule elements in the request.
corsRules List<CorsRuleResponse>
The List of CORS rules. You can include up to five CorsRule elements in the request.
corsRules CorsRuleResponse[]
The List of CORS rules. You can include up to five CorsRule elements in the request.
cors_rules Sequence[CorsRuleResponse]
The List of CORS rules. You can include up to five CorsRule elements in the request.
corsRules List<Property Map>
The List of CORS rules. You can include up to five CorsRule elements in the request.

DeleteRetentionPolicyResponse

AllowPermanentDelete bool
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
Days int
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
Enabled bool
Indicates whether DeleteRetentionPolicy is enabled.
AllowPermanentDelete bool
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
Days int
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
Enabled bool
Indicates whether DeleteRetentionPolicy is enabled.
allowPermanentDelete Boolean
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
days Integer
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
enabled Boolean
Indicates whether DeleteRetentionPolicy is enabled.
allowPermanentDelete boolean
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
days number
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
enabled boolean
Indicates whether DeleteRetentionPolicy is enabled.
allow_permanent_delete bool
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
days int
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
enabled bool
Indicates whether DeleteRetentionPolicy is enabled.
allowPermanentDelete Boolean
This property when set to true allows deletion of the soft deleted blob versions and snapshots. This property cannot be used blob restore policy. This property only applies to blob service and does not apply to containers or file share.
days Number
Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.
enabled Boolean
Indicates whether DeleteRetentionPolicy is enabled.

LastAccessTimeTrackingPolicyResponse

Enable This property is required. bool
When set to true last access time based tracking is enabled.
BlobType List<string>
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
Name string
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
TrackingGranularityInDays int
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
Enable This property is required. bool
When set to true last access time based tracking is enabled.
BlobType []string
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
Name string
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
TrackingGranularityInDays int
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
enable This property is required. Boolean
When set to true last access time based tracking is enabled.
blobType List<String>
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
name String
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
trackingGranularityInDays Integer
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
enable This property is required. boolean
When set to true last access time based tracking is enabled.
blobType string[]
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
name string
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
trackingGranularityInDays number
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
enable This property is required. bool
When set to true last access time based tracking is enabled.
blob_type Sequence[str]
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
name str
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
tracking_granularity_in_days int
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1
enable This property is required. Boolean
When set to true last access time based tracking is enabled.
blobType List<String>
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only
name String
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only
trackingGranularityInDays Number
The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1

RestorePolicyPropertiesResponse

Enabled This property is required. bool
Blob restore is enabled if set to true.
LastEnabledTime This property is required. string
Deprecated in favor of minRestoreTime property.
MinRestoreTime This property is required. string
Returns the minimum date and time that the restore can be started.
Days int
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
Enabled This property is required. bool
Blob restore is enabled if set to true.
LastEnabledTime This property is required. string
Deprecated in favor of minRestoreTime property.
MinRestoreTime This property is required. string
Returns the minimum date and time that the restore can be started.
Days int
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
enabled This property is required. Boolean
Blob restore is enabled if set to true.
lastEnabledTime This property is required. String
Deprecated in favor of minRestoreTime property.
minRestoreTime This property is required. String
Returns the minimum date and time that the restore can be started.
days Integer
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
enabled This property is required. boolean
Blob restore is enabled if set to true.
lastEnabledTime This property is required. string
Deprecated in favor of minRestoreTime property.
minRestoreTime This property is required. string
Returns the minimum date and time that the restore can be started.
days number
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
enabled This property is required. bool
Blob restore is enabled if set to true.
last_enabled_time This property is required. str
Deprecated in favor of minRestoreTime property.
min_restore_time This property is required. str
Returns the minimum date and time that the restore can be started.
days int
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.
enabled This property is required. Boolean
Blob restore is enabled if set to true.
lastEnabledTime This property is required. String
Deprecated in favor of minRestoreTime property.
minRestoreTime This property is required. String
Returns the minimum date and time that the restore can be started.
days Number
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.

SkuResponse

Name This property is required. string
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
Tier This property is required. string
The SKU tier. This is based on the SKU name.
Name This property is required. string
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
Tier This property is required. string
The SKU tier. This is based on the SKU name.
name This property is required. String
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
tier This property is required. String
The SKU tier. This is based on the SKU name.
name This property is required. string
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
tier This property is required. string
The SKU tier. This is based on the SKU name.
name This property is required. str
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
tier This property is required. str
The SKU tier. This is based on the SKU name.
name This property is required. String
The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.
tier This property is required. String
The SKU tier. This is based on the SKU name.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
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.2.0 published on Monday, Apr 14, 2025 by Pulumi