Description | : List blob services of storage account. It returns a collection of one object named default. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices
{
resourceGroupName:
string
,
accountName:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
properties:
{
,
cors:
{
,
corsRules:
}
[
]
,
{
,
allowedOrigins:
[
,
string
,
]
allowedMethods:
[
,
string
,
]
maxAgeInSeconds:
integer
,
exposedHeaders:
[
,
string
,
]
allowedHeaders:
}
[
,
string
,
]
defaultServiceVersion:
string
,
deleteRetentionPolicy:
{
,
enabled:
boolean
,
days:
integer
,
allowPermanentDelete:
boolean
,
}
isVersioningEnabled:
boolean
,
automaticSnapshotPolicyEnabled:
boolean
,
changeFeed:
{
,
enabled:
boolean
,
retentionInDays:
integer
,
}
restorePolicy:
{
,
enabled:
boolean
,
days:
integer
,
lastEnabledTime:
string
,
minRestoreTime:
string
,
}
containerDeleteRetentionPolicy:
{
,
enabled:
boolean
,
days:
integer
,
allowPermanentDelete:
boolean
,
}
lastAccessTimeTrackingPolicy:
}
{
,
enable:
boolean
,
name:
enum
,
trackingGranularityInDays:
integer
,
blobType:
}
[
,
string
,
]
sku:
}
{
,
name:
enum
,
tier:
enum
,
}