Gets service properties for Azure Storage Blob services.
Syntax AccountName (Default)Get-AzStorageBlobServiceProperty
[-ResourceGroupName] <String>
[-StorageAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
AccountObject
Get-AzStorageBlobServiceProperty
-StorageAccount <PSStorageAccount>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
BlobServicePropertiesResourceId
Get-AzStorageBlobServiceProperty
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzStorageBlobServiceProperty cmdlet gets the service properties for Azure Storage Blob services.
Examples Example 1: Get Azure Storage Blob services property of a specified Storage AccountGet-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegroup" -AccountName "mystorageaccount"
StorageAccountName : mystorageaccount
ResourceGroupName : myresourcegroup
DefaultServiceVersion :
DeleteRetentionPolicy.Enabled : False
DeleteRetentionPolicy.Days :
RestorePolicy.Enabled :
RestorePolicy.Days :
ChangeFeed : True
IsVersioningEnabled : True
This command gets the Blob services property of a specified Storage Account.
Parameters -DefaultProfileThe credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties Type: IAzureContextContainer Default value: None Supports wildcards: False DontShow: False Aliases: AzContext, AzureRmContext, AzureCredential Parameter sets (All) Position: Named Mandatory: False Value from pipeline: False Value from pipeline by property name: False Value from remaining arguments: False -ResourceGroupNameResource Group Name.
Parameter properties Type: String Default value: None Supports wildcards: False DontShow: False Parameter sets AccountName Position: 0 Mandatory: True Value from pipeline: False Value from pipeline by property name: False Value from remaining arguments: False -ResourceIdBlob Service Properties Resource Id.
Parameter properties Type: String Default value: None Supports wildcards: False DontShow: False Parameter sets BlobServicePropertiesResourceId Position: 0 Mandatory: True Value from pipeline: False Value from pipeline by property name: True Value from remaining arguments: False -StorageAccountStorage account object
Parameter properties Type: PSStorageAccount Default value: None Supports wildcards: False DontShow: False Parameter sets AccountObject Position: Named Mandatory: True Value from pipeline: True Value from pipeline by property name: False Value from remaining arguments: False -StorageAccountNameStorage Account Name.
Parameter properties Type: String Default value: None Supports wildcards: False DontShow: False Aliases: AccountName, Name Parameter sets AccountName Position: 1 Mandatory: True Value from pipeline: False Value from pipeline by property name: False Value from remaining arguments: False CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs PSStorageAccount String Outputs PSBlobServicePropertiesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4