GetBlockBlobBlockListOptions implements EndpointOptions uses UserAgentHeader
FinalYes
Interfaces
Methods
- toHeaders() : array<string|int, mixed>
- toURIParameters() : array<string|int, mixed>
- userAgentHeader() : string
- withBlockListType() : self
- withLeaseId() : self
- withRequestId() : self
- withSnapshot() : self
- withTimeoutSeconds() : self
- withUserAgent() : void
- withVersionId() : self
Methods
toHeaders()
public
toHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>toURIParameters()
public
toURIParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>userAgentHeader()
public
userAgentHeader() : string
Return values
stringwithBlockListType()
public
withBlockListType(BlockListType $blockListType) : self
Parameters
- $blockListType : BlockListType
Return values
selfwithLeaseId()
public
withLeaseId(string $leaseId) : self
Parameters
- $leaseId : string
Return values
selfwithRequestId()
public
withRequestId(string $requestId) : self
Parameters
- $requestId : string
Return values
selfwithSnapshot()
public
withSnapshot(string $snapshot) : self
Parameters
- $snapshot : string
Return values
selfwithTimeoutSeconds()
public
withTimeoutSeconds(int $timeoutSeconds) : self
Parameters
- $timeoutSeconds : int
Return values
selfwithUserAgent()
public
withUserAgent(string $userAgentHeader) : void
Parameters
- $userAgentHeader : string
withVersionId()
public
withVersionId(string $versionId) : self
Parameters
- $versionId : string