< Back
Send-AzureBlob
Post
NAME Send-AzureBlob
SYNOPSIS
Uploads a file to a BLOB storage container
SYNTAX
Send-AzureBlob [-StorageAccountName] <String> [[-StorageAccountDomain] <String>] [[-ContainerName] <String>]
[-InputObject] <FileInfo[]> [-AccessKey] <String> [-UseHttp] [[-ApiVersion] <String>] [[-BlobType] <String>]
[[-ContentType] <String>] [[-Metadata] <IDictionary>] [-CalculateChecksum] [[-PageBufferSize] <Int32>]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-StorageAccountName <String>
The storage account name
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-StorageAccountDomain <String>
The FQDN for the storage account service
Required? false
Position? 2
Default value blob.core.windows.net
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContainerName <String>
The storage account BLOB container name
Required? false
Position? 3
Default value $root
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InputObject <FileInfo[]>
The item(s) to be uploaded
Required? true
Position? 4
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-AccessKey <String>
The storage service access key
Required? true
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-UseHttp [<SwitchParameter>]
Use Insecure requests
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
The version of the BLOB service API
Required? false
Position? 6
Default value 2016-05-31
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-BlobType <String>
The type of BLOB to be created
Required? false
Position? 7
Default value BlockBlob
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContentType <String>
The type of content to be uploaded
Required? false
Position? 8
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Metadata <IDictionary>
Required? false
Position? 9
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-CalculateChecksum [<SwitchParameter>]
Whether to calculate and include an MD5 checksum
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-PageBufferSize <Int32>
Required? false
Position? 10
Default value 4194304
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Uploads a file to a BLOB storage container
SYNTAX
Send-AzureBlob [-StorageAccountName] <String> [[-StorageAccountDomain] <String>] [[-ContainerName] <String>]
[-InputObject] <FileInfo[]> [-AccessKey] <String> [-UseHttp] [[-ApiVersion] <String>] [[-BlobType] <String>]
[[-ContentType] <String>] [[-Metadata] <IDictionary>] [-CalculateChecksum] [[-PageBufferSize] <Int32>]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-StorageAccountName <String>
The storage account name
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-StorageAccountDomain <String>
The FQDN for the storage account service
Required? false
Position? 2
Default value blob.core.windows.net
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContainerName <String>
The storage account BLOB container name
Required? false
Position? 3
Default value $root
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-InputObject <FileInfo[]>
The item(s) to be uploaded
Required? true
Position? 4
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-AccessKey <String>
The storage service access key
Required? true
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-UseHttp [<SwitchParameter>]
Use Insecure requests
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
The version of the BLOB service API
Required? false
Position? 6
Default value 2016-05-31
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-BlobType <String>
The type of BLOB to be created
Required? false
Position? 7
Default value BlockBlob
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContentType <String>
The type of content to be uploaded
Required? false
Position? 8
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Metadata <IDictionary>
Required? false
Position? 9
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-CalculateChecksum [<SwitchParameter>]
Whether to calculate and include an MD5 checksum
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-PageBufferSize <Int32>
Required? false
Position? 10
Default value 4194304
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS