< Back

New-SharedKeySignature

Sat Jan 11, 2020 4:47 am

NAME New-SharedKeySignature



SYNOPSIS

Generates a new Shared Key Signature





SYNTAX

New-SharedKeySignature [[-Verb] <String>] [-Resource] <Uri> [[-ContentLength] <Int64>] [[-ContentLanguage]

<String>] [[-ContentEncoding] <String>] [[-IfModifiedSince] <String>] [[-IfUnmodifiedSince] <String>] [[-IfMatch]

<String>] [[-IfNoneMatch] <String>] [[-ContentType] <String>] [[-Date] <String>] [[-ContentMD5] <String>]

[[-RangeStart] <Int32>] [[-RangeEnd] <Int32>] [-AccessKey] <String> [[-Headers] <IDictionary>] [[-ServiceType]

<String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Verb <String>

The HTTP Verb for the request



Required? false

Position? 1

Default value GET

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Resource <Uri>

The resource to be accessed



Required? true

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ContentLength <Int64>

The Content-Length header value



Required? false

Position? 3

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ContentLanguage <String>



Required? false

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ContentEncoding <String>

The Content-Encoding header value



Required? false

Position? 5

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-IfModifiedSince <String>



Required? false

Position? 6

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-IfUnmodifiedSince <String>



Required? false

Position? 7

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-IfMatch <String>



Required? false

Position? 8

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-IfNoneMatch <String>



Required? false

Position? 9

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ContentType <String>

The Content-Type header value



Required? false

Position? 10

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Date <String>



Required? false

Position? 11

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ContentMD5 <String>

The Content-MD5 header value



Required? false

Position? 12

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-RangeStart <Int32>

The Range header start value



Required? false

Position? 13

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-RangeEnd <Int32>

The Range header end value



Required? false

Position? 14

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-AccessKey <String>

The storage service access key



Required? true

Position? 15

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Headers <IDictionary>

The Request Header collection (usually 'including the canonical x-ms-date and x-ms-version')



Required? false

Position? 16

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ServiceType <String>

The storage service type to be accessed



Required? false

Position? 17

Default value BLOB

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