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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.storage.getBlobServiceProperties
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 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. Azure REST API version: 2022-09-01.
Other available API versions: 2023-01-01, 2023-04-01, 2023-05-01, 2024-01-01.
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>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]func LookupBlobServiceProperties(ctx *Context, args *LookupBlobServicePropertiesArgs, opts ...InvokeOption) (*LookupBlobServicePropertiesResult, error)
func LookupBlobServicePropertiesOutput(ctx *Context, args *LookupBlobServicePropertiesOutputArgs, opts ...InvokeOption) LookupBlobServicePropertiesResultOutput> 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)
}public static CompletableFuture<GetBlobServicePropertiesResult> getBlobServiceProperties(GetBlobServicePropertiesArgs args, InvokeOptions options)
public static Output<GetBlobServicePropertiesResult> getBlobServiceProperties(GetBlobServicePropertiesArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:storage:getBlobServiceProperties
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName 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.
- BlobServices stringName 
- The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
- ResourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- AccountName 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.
- BlobServices stringName 
- The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
- ResourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- accountName 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.
- blobServices StringName 
- The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
- resourceGroup StringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- accountName 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.
- blobServices stringName 
- The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
- resourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- account_name 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_ strname 
- The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
- resource_group_ strname 
- The name of the resource group within the user's subscription. The name is case insensitive.
- accountName 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.
- blobServices StringName 
- The name of the blob Service within the specified storage account. Blob Service Name must be 'default'
- resourceGroup StringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
getBlobServiceProperties Result
The following output properties are available:
- 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.Azure Native. Storage. Outputs. Sku Response 
- Sku name and tier.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- AutomaticSnapshot boolPolicy Enabled 
- Deprecated in favor of isVersioningEnabled property.
- ChangeFeed Pulumi.Azure Native. Storage. Outputs. Change Feed Response 
- The blob service properties for change feed events.
- ContainerDelete Pulumi.Retention Policy Azure Native. Storage. Outputs. Delete Retention Policy Response 
- The blob service properties for container soft delete.
- Cors
Pulumi.Azure Native. Storage. Outputs. Cors Rules Response 
- 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.
- DefaultService stringVersion 
- 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.
- DeleteRetention Pulumi.Policy Azure Native. Storage. Outputs. Delete Retention Policy Response 
- The blob service properties for blob soft delete.
- IsVersioning boolEnabled 
- Versioning is enabled if set to true.
- LastAccess Pulumi.Time Tracking Policy Azure Native. Storage. Outputs. Last Access Time Tracking Policy Response 
- The blob service property to configure last access time based tracking policy.
- RestorePolicy Pulumi.Azure Native. Storage. Outputs. Restore Policy Properties Response 
- The blob service properties for blob restore policy.
- 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"
- AutomaticSnapshot boolPolicy Enabled 
- Deprecated in favor of isVersioningEnabled property.
- ChangeFeed ChangeFeed Response 
- The blob service properties for change feed events.
- ContainerDelete DeleteRetention Policy Retention Policy Response 
- The blob service properties for container soft delete.
- Cors
CorsRules Response 
- 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.
- DefaultService stringVersion 
- 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.
- DeleteRetention DeletePolicy Retention Policy Response 
- The blob service properties for blob soft delete.
- IsVersioning boolEnabled 
- Versioning is enabled if set to true.
- LastAccess LastTime Tracking Policy Access Time Tracking Policy Response 
- The blob service property to configure last access time based tracking policy.
- RestorePolicy RestorePolicy Properties Response 
- The blob service properties for blob restore policy.
- 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"
- automaticSnapshot BooleanPolicy Enabled 
- Deprecated in favor of isVersioningEnabled property.
- changeFeed ChangeFeed Response 
- The blob service properties for change feed events.
- containerDelete DeleteRetention Policy Retention Policy Response 
- The blob service properties for container soft delete.
- cors
CorsRules Response 
- 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.
- defaultService StringVersion 
- 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.
- deleteRetention DeletePolicy Retention Policy Response 
- The blob service properties for blob soft delete.
- isVersioning BooleanEnabled 
- Versioning is enabled if set to true.
- lastAccess LastTime Tracking Policy Access Time Tracking Policy Response 
- The blob service property to configure last access time based tracking policy.
- restorePolicy RestorePolicy Properties Response 
- The blob service properties for blob restore policy.
- 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"
- automaticSnapshot booleanPolicy Enabled 
- Deprecated in favor of isVersioningEnabled property.
- changeFeed ChangeFeed Response 
- The blob service properties for change feed events.
- containerDelete DeleteRetention Policy Retention Policy Response 
- The blob service properties for container soft delete.
- cors
CorsRules Response 
- 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.
- defaultService stringVersion 
- 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.
- deleteRetention DeletePolicy Retention Policy Response 
- The blob service properties for blob soft delete.
- isVersioning booleanEnabled 
- Versioning is enabled if set to true.
- lastAccess LastTime Tracking Policy Access Time Tracking Policy Response 
- The blob service property to configure last access time based tracking policy.
- restorePolicy RestorePolicy Properties Response 
- The blob service properties for blob restore policy.
- 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_ boolpolicy_ enabled 
- Deprecated in favor of isVersioningEnabled property.
- change_feed ChangeFeed Response 
- The blob service properties for change feed events.
- container_delete_ Deleteretention_ policy Retention Policy Response 
- The blob service properties for container soft delete.
- cors
CorsRules Response 
- 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_ strversion 
- 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_ Deletepolicy Retention Policy Response 
- The blob service properties for blob soft delete.
- is_versioning_ boolenabled 
- Versioning is enabled if set to true.
- last_access_ Lasttime_ tracking_ policy Access Time Tracking Policy Response 
- The blob service property to configure last access time based tracking policy.
- restore_policy RestorePolicy Properties Response 
- The blob service properties for blob restore policy.
- 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"
- automaticSnapshot BooleanPolicy Enabled 
- Deprecated in favor of isVersioningEnabled property.
- changeFeed Property Map
- The blob service properties for change feed events.
- containerDelete Property MapRetention Policy 
- 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.
- defaultService StringVersion 
- 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.
- deleteRetention Property MapPolicy 
- The blob service properties for blob soft delete.
- isVersioning BooleanEnabled 
- Versioning is enabled if set to true.
- lastAccess Property MapTime Tracking Policy 
- 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.
- RetentionIn intDays 
- 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.
- RetentionIn intDays 
- 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.
- retentionIn IntegerDays 
- 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.
- retentionIn numberDays 
- 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_ intdays 
- 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.
- retentionIn NumberDays 
- 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 List<string>
- Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
- AllowedMethods List<string>
- Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
- AllowedOrigins 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 List<string>
- Required if CorsRule element is present. A list of response headers to expose to CORS clients.
- MaxAge intIn Seconds 
- Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
- AllowedHeaders []string
- Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
- AllowedMethods []string
- Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
- AllowedOrigins []string
- Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
- ExposedHeaders []string
- Required if CorsRule element is present. A list of response headers to expose to CORS clients.
- MaxAge intIn Seconds 
- Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
- allowedHeaders List<String>
- Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
- allowedMethods List<String>
- Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
- allowedOrigins 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 List<String>
- Required if CorsRule element is present. A list of response headers to expose to CORS clients.
- maxAge IntegerIn Seconds 
- Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
- allowedHeaders string[]
- Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
- allowedMethods string[]
- Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
- allowedOrigins string[]
- Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains
- exposedHeaders string[]
- Required if CorsRule element is present. A list of response headers to expose to CORS clients.
- maxAge numberIn Seconds 
- Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
- allowed_headers Sequence[str]
- Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
- allowed_methods Sequence[str]
- Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
- allowed_origins 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 Sequence[str]
- Required if CorsRule element is present. A list of response headers to expose to CORS clients.
- max_age_ intin_ seconds 
- Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
- allowedHeaders List<String>
- Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
- allowedMethods List<String>
- Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
- allowedOrigins 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 List<String>
- Required if CorsRule element is present. A list of response headers to expose to CORS clients.
- maxAge NumberIn Seconds 
- Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
CorsRulesResponse  
- CorsRules List<Pulumi.Azure Native. Storage. Inputs. Cors Rule Response> 
- The List of CORS rules. You can include up to five CorsRule elements in the request.
- CorsRules []CorsRule Response 
- The List of CORS rules. You can include up to five CorsRule elements in the request.
- corsRules List<CorsRule Response> 
- The List of CORS rules. You can include up to five CorsRule elements in the request.
- corsRules CorsRule Response[] 
- The List of CORS rules. You can include up to five CorsRule elements in the request.
- cors_rules Sequence[CorsRule Response] 
- 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   
- AllowPermanent boolDelete 
- 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.
- AllowPermanent boolDelete 
- 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.
- allowPermanent BooleanDelete 
- 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.
- allowPermanent booleanDelete 
- 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_ booldelete 
- 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.
- allowPermanent BooleanDelete 
- 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 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
- TrackingGranularity intIn Days 
- 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 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
- TrackingGranularity intIn Days 
- 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 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
- trackingGranularity IntegerIn Days 
- 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 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
- trackingGranularity numberIn Days 
- 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 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_ intin_ days 
- 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 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
- trackingGranularity NumberIn Days 
- 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 bool
- Blob restore is enabled if set to true.
- LastEnabled stringTime 
- Deprecated in favor of minRestoreTime property.
- MinRestore stringTime 
- 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 bool
- Blob restore is enabled if set to true.
- LastEnabled stringTime 
- Deprecated in favor of minRestoreTime property.
- MinRestore stringTime 
- 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 Boolean
- Blob restore is enabled if set to true.
- lastEnabled StringTime 
- Deprecated in favor of minRestoreTime property.
- minRestore StringTime 
- 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 boolean
- Blob restore is enabled if set to true.
- lastEnabled stringTime 
- Deprecated in favor of minRestoreTime property.
- minRestore stringTime 
- 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 bool
- Blob restore is enabled if set to true.
- last_enabled_ strtime 
- Deprecated in favor of minRestoreTime property.
- min_restore_ strtime 
- 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 Boolean
- Blob restore is enabled if set to true.
- lastEnabled StringTime 
- Deprecated in favor of minRestoreTime property.
- minRestore StringTime 
- 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 
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi