[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

$adapter
in file Client.php, variable Microsoft_Http_Client::$adapter
    The adapter used to preform the actual connection to the server
$auth
in file Client.php, variable Microsoft_Http_Client::$auth
    HTTP Authentication settings
accept
in file Interface.php, method Microsoft_Log_Filter_Interface::accept()
    Returns TRUE to accept the message, FALSE to block it.
accept
in file Priority.php, method Microsoft_Log_Filter_Priority::accept()
    Returns TRUE to accept the message, FALSE to block it.
accept
in file Suppress.php, method Microsoft_Log_Filter_Suppress::accept()
    Returns TRUE to accept the message, FALSE to block it.
accept
in file Message.php, method Microsoft_Log_Filter_Message::accept()
    Returns TRUE to accept the message, FALSE to block it.
ACL_PRIVATE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::ACL_PRIVATE
    ACL - Private access
ACL_PUBLIC
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::ACL_PUBLIC
    ACL - Public access (read all blobs)
ACL_PUBLIC_BLOB
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::ACL_PUBLIC_BLOB
    ACL - Blob Public access (read all blobs)
ACL_PUBLIC_CONTAINER
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::ACL_PUBLIC_CONTAINER
    ACL - Container Public access (enumerate and read all blobs)
addCertificate
in file Client.php, method Microsoft_WindowsAzure_Management_Client::addCertificate()
    The Add Certificate operation adds a certificate to the subscription.
addCookie
in file CookieJar.php, method Microsoft_Http_CookieJar::addCookie()
    Add a cookie to the jar. Cookie should be passed either as a Microsoft_Http_Cookie object or as a string - in which case an object is created from the string.
addCookiesFromResponse
in file CookieJar.php, method Microsoft_Http_CookieJar::addCookiesFromResponse()
    Parse an HTTP response, adding all the cookies set in that response to the cookie jar.
addFilter
in file Log.php, method Microsoft_Log::addFilter()
    Add a filter that will be applied before all log writers.
addFilter
in file Abstract.php, method Microsoft_Log_Writer_Abstract::addFilter()
    Add a filter specific to this writer.
addOperationParameter
in file SubscriptionOperationInstance.php, method Microsoft_WindowsAzure_Management_SubscriptionOperationInstance::addOperationParameter()
    Add operation parameter
addPriority
in file Log.php, method Microsoft_Log::addPriority()
    Add a custom priority
addReplaceQueryParameters
in file Http.php, method Microsoft_Uri_Http::addReplaceQueryParameters()
    Add or replace params in the query string for the current URI, and return the old query.
addSubscription
in file ConfigurationPerformanceCounters.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationPerformanceCounters::addSubscription()
    Add subscription
addSubscription
in file ConfigurationDirectories.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationDirectories::addSubscription()
    Add subscription
addSubscription
in file ConfigurationWindowsEventLog.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationWindowsEventLog::addSubscription()
    Add subscription
addWriter
in file Log.php, method Microsoft_Log::addWriter()
    Add a writer. A writer is responsible for taking a log message and writing it out to storage.
ALERT
in file Log.php, class constant Microsoft_Log::ALERT
andWhere
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::andWhere()
    Add where clause with AND condition
assembleFrom
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::assembleFrom()
    Assemble from
assembleQuery
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::assembleQuery()
    Assemble full query
assembleQueryString
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::assembleQueryString()
    Assembles the query string
asString
in file Response.php, method Microsoft_Http_Response::asString()
    Get the entire response as string
AUTH_BASIC
in file Client.php, class constant Microsoft_Http_Client::AUTH_BASIC
    Supported HTTP Authentication methods
AutoLoader.php
procedural page AutoLoader.php
Abstract.php
procedural page Abstract.php
Abstract.php
procedural page Abstract.php
AffinityGroupInstance.php
procedural page AffinityGroupInstance.php
top

b

$body
in file Response.php, variable Microsoft_Http_Response::$body
    The HTTP response body
blobExists
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::blobExists()
    Check if a blob exists
BLOBTYPE_BLOCK
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::BLOBTYPE_BLOCK
    Blob types
BLOBTYPE_PAGE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::BLOBTYPE_PAGE
Batch.php
procedural page Batch.php
BatchStorageAbstract.php
procedural page BatchStorageAbstract.php
Blob.php
procedural page Blob.php
BlobContainer.php
procedural page BlobContainer.php
BlobInstance.php
procedural page BlobInstance.php
top

c

$code
in file Response.php, variable Microsoft_Http_Response::$code
    The HTTP response code
$config
in file Proxy.php, variable Microsoft_Http_Client_Adapter_Proxy::$config
    Parameters array
$config
in file Client.php, variable Microsoft_Http_Client::$config
    Configuration array, set using the constructor or using ::setConfig()
$config
in file Socket.php, variable Microsoft_Http_Client_Adapter_Socket::$config
    Parameters array
$connected_to
in file Socket.php, variable Microsoft_Http_Client_Adapter_Socket::$connected_to
    What host/port are we connected to?
$cookiejar
in file Client.php, variable Microsoft_Http_Client::$cookiejar
    The client's cookie jar
$cookies
in file CookieJar.php, variable Microsoft_Http_CookieJar::$cookies
    Array storing cookies
CHAR_ALNUM
in file Http.php, class constant Microsoft_Uri_Http::CHAR_ALNUM
    Character classes for validation regular expressions
CHAR_MARK
in file Http.php, class constant Microsoft_Uri_Http::CHAR_MARK
CHAR_RESERVED
in file Http.php, class constant Microsoft_Uri_Http::CHAR_RESERVED
CHAR_SEGMENT
in file Http.php, class constant Microsoft_Uri_Http::CHAR_SEGMENT
CHAR_UNWISE
in file Http.php, class constant Microsoft_Uri_Http::CHAR_UNWISE
check
in file Uri.php, method Microsoft_Uri::check()
    Convenience function, checks that a $uri string is well-formed by validating it but not returning an object. Returns TRUE if $uri is a well-formed URI, or FALSE otherwise.
clearMessages
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::clearMessages()
    Clear queue messages
close
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::close()
    Close the connection to the server
close
in file Proxy.php, method Microsoft_Http_Client_Adapter_Proxy::close()
    Close the connection to the server
close
in file Interface.php, method Microsoft_Http_Client_Adapter_Interface::close()
    Close the connection to the server
close
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::close()
    Close the connection to the server
close
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::close()
    Close the session store
commit
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::commit()
    Commit current batch
configurationForCurrentRoleInstanceExists
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::configurationForCurrentRoleInstanceExists()
    Checks if a configuration for current role instance exists. Only works on Development Fabric or Windows Azure Fabric.
configurationForRoleInstanceExists
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::configurationForRoleInstanceExists()
    Checks if a configuration for a specific role instance exists.
configureDeploymentByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::configureDeploymentByDeploymentId()
    The Change Deployment Configuration request may be specified as follows.
configureDeploymentBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::configureDeploymentBySlot()
    The Change Deployment Configuration request may be specified as follows.
connect
in file Proxy.php, method Microsoft_Http_Client_Adapter_Proxy::connect()
    Connect to the remote server
connect
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::connect()
    Initialize curl
connect
in file Interface.php, method Microsoft_Http_Client_Adapter_Interface::connect()
    Connect to the remote server
connect
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::connect()
    Connect to the remote server
CONNECT
in file Client.php, class constant Microsoft_Http_Client::CONNECT
connectHandshake
in file Proxy.php, method Microsoft_Http_Client_Adapter_Proxy::connectHandshake()
    Preform handshaking with HTTPS proxy using CONNECT method
containerExists
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::containerExists()
    Check if a container exists
CONTENT_LENGTH
in file Client.php, class constant Microsoft_Http_Client::CONTENT_LENGTH
CONTENT_TYPE
in file Client.php, class constant Microsoft_Http_Client::CONTENT_TYPE
    Content attributes
COOKIE_OBJECT
in file CookieJar.php, class constant Microsoft_Http_CookieJar::COOKIE_OBJECT
    Return cookie(s) as a Microsoft_Http_Cookie object
COOKIE_STRING_ARRAY
in file CookieJar.php, class constant Microsoft_Http_CookieJar::COOKIE_STRING_ARRAY
    Return cookie(s) as a string (suitable for sending in an HTTP request)
COOKIE_STRING_CONCAT
in file CookieJar.php, class constant Microsoft_Http_CookieJar::COOKIE_STRING_CONCAT
    Return all cookies as one long string (suitable for sending in an HTTP request)
copyBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::copyBlob()
    Copy blob
count
in file CookieJar.php, method Microsoft_Http_CookieJar::count()
    Required by Countable interface
createAffinityGroup
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createAffinityGroup()
    The Create Affinity Group operation creates a new affinity group for the specified subscription.
createBlobClientForService
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createBlobClientForService()
    Creates a new Microsoft_WindowsAzure_Storage_Blob instance for the current account
createContainer
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::createContainer()
    Create container
createContainerIfNotExists
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::createContainerIfNotExists()
    Create container if it does not exist
createDeployment
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createDeployment()
    The Create Deployment operation uploads a new service package and creates a new deployment on staging or production.
createHostedService
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createHostedService()
    The Create Hosted Service operation creates a new hosted service in Windows Azure.
createPageBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::createPageBlob()
    Create page blob
createQueryStringFromArray
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createQueryStringFromArray()
    Builds a query string from an array of elements
createQueryStringFromArray
in file Storage.php, method Microsoft_WindowsAzure_Storage::createQueryStringFromArray()
    Builds a query string from an array of elements
createQueue
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::createQueue()
    Create queue
createQueueClientForService
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createQueueClientForService()
    Creates a new Microsoft_WindowsAzure_Storage_Queue instance for the current account
createQueueIfNotExists
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::createQueueIfNotExists()
    Create queue if it does not exist
createResourceName
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::createResourceName()
    Create resource name
createSignature
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::createSignature()
    Create signature
createSignedQueryString
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::createSignedQueryString()
    Create signed query string
createTable
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::createTable()
    Create table
createTableClientForService
in file Client.php, method Microsoft_WindowsAzure_Management_Client::createTableClientForService()
    Creates a new Microsoft_WindowsAzure_Storage_Table instance for the current account
createTableIfNotExists
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::createTableIfNotExists()
    Create table if it does not exist
CRIT
in file Log.php, class constant Microsoft_Log::CRIT
CRITICAL
in file LogLevel.php, class constant Microsoft_WindowsAzure_Diagnostics_LogLevel::CRITICAL
Curl.php
procedural page Curl.php
Client.php
procedural page Client.php
Cookie.php
procedural page Cookie.php
CookieJar.php
procedural page CookieJar.php
CredentialsAbstract.php
procedural page CredentialsAbstract.php
ConfigurationDataSources.php
procedural page ConfigurationDataSources.php
ConfigurationDiagnosticInfrastructureLogs.php
procedural page ConfigurationDiagnosticInfrastructureLogs.php
ConfigurationDirectories.php
procedural page ConfigurationDirectories.php
ConfigurationInstance.php
procedural page ConfigurationInstance.php
ConfigurationLogs.php
procedural page ConfigurationLogs.php
ConfigurationObjectBaseAbstract.php
procedural page ConfigurationObjectBaseAbstract.php
ConfigurationPerformanceCounters.php
procedural page ConfigurationPerformanceCounters.php
ConfigurationWindowsEventLog.php
procedural page ConfigurationWindowsEventLog.php
CertificateInstance.php
procedural page CertificateInstance.php
Client.php
procedural page Client.php
top

d

$domain
in file Cookie.php, variable Microsoft_Http_Cookie::$domain
    Cookie domain
DEBUG
in file Log.php, class constant Microsoft_Log::DEBUG
decodeChunkedBody
in file Response.php, method Microsoft_Http_Response::decodeChunkedBody()
    Decode a "chunked" transfer-encoded body and return the decoded text
decodeDeflate
in file Response.php, method Microsoft_Http_Response::decodeDeflate()
    Decode a zlib deflated message (when Content-encoding = deflate)
decodeGzip
in file Response.php, method Microsoft_Http_Response::decodeGzip()
    Decode a gzip encoded message (when Content-encoding = gzip)
DELETE
in file Client.php, class constant Microsoft_Http_Client::DELETE
deleteAffinityGroup
in file Client.php, method Microsoft_WindowsAzure_Management_Client::deleteAffinityGroup()
    The Delete Affinity Group operation deletes an affinity group in the specified subscription.
deleteBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::deleteBlob()
    Delete blob
deleteCertificate
in file Client.php, method Microsoft_WindowsAzure_Management_Client::deleteCertificate()
    The Delete Certificate operation deletes a certificate from the subscription's certificate store.
deleteContainer
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::deleteContainer()
    Delete container
deleteDeploymentByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::deleteDeploymentByDeploymentId()
    The Delete Deployment operation deletes the specified deployment.
deleteDeploymentBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::deleteDeploymentBySlot()
    The Delete Deployment operation deletes the specified deployment.
deleteEntity
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::deleteEntity()
    Delete entity from table
deleteHostedService
in file Client.php, method Microsoft_WindowsAzure_Management_Client::deleteHostedService()
    The Delete Hosted Service operation deletes the specified hosted service in Windows Azure.
deleteMessage
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::deleteMessage()
    Delete queue message
deleteQueue
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::deleteQueue()
    Delete queue
deleteTable
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::deleteTable()
    Delete table
destroy
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::destroy()
    Destroy a specific session
DEVSTORE_ACCOUNT
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::DEVSTORE_ACCOUNT
    Development storage account and key
DEVSTORE_KEY
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::DEVSTORE_KEY
dir_closedir
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::dir_closedir()
    Close a directory
dir_opendir
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::dir_opendir()
    Attempt to open a directory
dir_readdir
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::dir_readdir()
    Return the next filename in the directory
dir_rewinddir
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::dir_rewinddir()
    Reset the directory pointer
DirectoryConfigurationSubscription.php
procedural page DirectoryConfigurationSubscription.php
DeploymentInstance.php
procedural page DeploymentInstance.php
DynamicTableEntity.php
procedural page DynamicTableEntity.php
top

e

$enctype
in file Client.php, variable Microsoft_Http_Client::$enctype
    Request body content type (for POST requests)
$expires
in file Cookie.php, variable Microsoft_Http_Cookie::$expires
    Cookie expiry date
EMERG
in file Log.php, class constant Microsoft_Log::EMERG
encodeAuthHeader
in file Client.php, method Microsoft_Http_Client::encodeAuthHeader()
    Create a HTTP authentication "Authorization:" header according to the specified user, password and authentication method.
encodeFormData
in file Client.php, method Microsoft_Http_Client::encodeFormData()
    Encode data to a multipart/form-data part suitable for a POST request.
encodeQuery
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::encodeQuery()
    urlencode a query
ENC_FORMDATA
in file Client.php, class constant Microsoft_Http_Client::ENC_FORMDATA
ENC_URLENCODED
in file Client.php, class constant Microsoft_Http_Client::ENC_URLENCODED
    POST data encoding methods
enlistOperation
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::enlistOperation()
    Enlist operation in current batch
ERR
in file Log.php, class constant Microsoft_Log::ERR
ERROR
in file LogLevel.php, class constant Microsoft_WindowsAzure_Diagnostics_LogLevel::ERROR
Exception.php
procedural page Exception.php
execute
in file NoRetry.php, method Microsoft_WindowsAzure_RetryPolicy_NoRetry::execute()
    Execute function under retry policy
execute
in file RetryN.php, method Microsoft_WindowsAzure_RetryPolicy_RetryN::execute()
    Execute function under retry policy
execute
in file RetryPolicyAbstract.php, method Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract::execute()
    Execute function under retry policy
extractBody
in file Response.php, method Microsoft_Http_Response::extractBody()
    Extract the body from a response string
extractCode
in file Response.php, method Microsoft_Http_Response::extractCode()
    Extract the response code from a response string
extractHeaders
in file Response.php, method Microsoft_Http_Response::extractHeaders()
    Extract the headers from a response string
extractMessage
in file Response.php, method Microsoft_Http_Response::extractMessage()
    Extract the HTTP message from a response
extractVersion
in file Response.php, method Microsoft_Http_Response::extractVersion()
    Extract the HTTP version from a response
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
top

f

$files
in file Client.php, variable Microsoft_Http_Client::$files
    File upload arrays (used in POST requests)
factory
in file Priority.php, method Microsoft_Log_Filter_Priority::factory()
    Create a new instance of Microsoft_Log_Filter_Priority
factory
in file Suppress.php, method Microsoft_Log_Filter_Suppress::factory()
    Create a new instance of Microsoft_Log_Filter_Suppress
factory
in file Uri.php, method Microsoft_Uri::factory()
    Create a new Microsoft_Uri object for a URI. If building a new URI, then $uri should contain only the scheme (http, ftp, etc). Otherwise, supply $uri with the complete URI.
factory
in file WindowsAzure.php, method Microsoft_WindowsAzure_Log_Writer_WindowsAzure::factory()
    Create a new instance of Microsoft_Log_Writer_WindowsAzure
factory
in file Log.php, method Microsoft_Log::factory()
    Factory to construct the logger and one or more writers based on the configuration array
factory
in file Message.php, method Microsoft_Log_Filter_Message::factory()
    Create a new instance of Microsoft_Log_Filter_Message
factory
in file FactoryInterface.php, method Microsoft_Log_FactoryInterface::factory()
    Construct a Microsoft_Log driver
format
in file WindowsAzure.php, method Microsoft_WindowsAzure_Log_Formatter_WindowsAzure::format()
    Write a message to the table storage
format
in file Interface.php, method Microsoft_Log_Formatter_Interface::format()
    Formats data into a single line to be written by the writer.
from
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::from()
    From clause
fromResponse
in file CookieJar.php, method Microsoft_Http_CookieJar::fromResponse()
    Create a new CookieJar object and automatically load into it all the cookies set in an Http_Response object. If $uri is set, it will be considered as the requested URI for setting default domain and path of the cookie.
fromStream
in file Stream.php, method Microsoft_Http_Response_Stream::fromStream()
    Create a new Microsoft_Http_Response_Stream object from a string
fromString
in file Cookie.php, method Microsoft_Http_Cookie::fromString()
    Generate a new Cookie object from a cookie string (for example the value of the Set-Cookie HTTP header)
fromString
in file Http.php, method Microsoft_Uri_Http::fromString()
    Creates a Microsoft_Uri_Http from the given string
fromString
in file Response.php, method Microsoft_Http_Response::fromString()
    Create a new Microsoft_Http_Response object from a string
FactoryInterface.php
procedural page FactoryInterface.php
top

g

gc
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::gc()
    Garbage collector
generateSharedAccessUrl
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::generateSharedAccessUrl()
    Generate shared access URL
GET
in file Client.php, class constant Microsoft_Http_Client::GET
    HTTP request methods
getAccountName
in file Storage.php, method Microsoft_WindowsAzure_Storage::getAccountName()
    Returns the Windows Azure account name
getAdapter
in file Client.php, method Microsoft_Http_Client::getAdapter()
    Load the connection adapter
getAffinityGroupProperties
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getAffinityGroupProperties()
    The Get Affinity Group Properties operation returns the system properties associated with the specified affinity group.
getAllCookies
in file CookieJar.php, method Microsoft_Http_CookieJar::getAllCookies()
    Get all cookies in the cookie jar as an array
getAzureAccessor
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getAzureAccessor()
    Get Azure accessor from reflection member
getAzureAccessors
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getAzureAccessors()
    Get Azure accessors from class
getAzureProperty
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::getAzureProperty()
    Get an Azure property
getAzurePropertyType
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::getAzurePropertyType()
    Get an Azure property type
getAzureValues
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::getAzureValues()
    Get Azure values
getAzureValues
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getAzureValues()
    Get Azure values
getBaseUrl
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::getBaseUrl()
    Get base URL for creating requests
getBaseUrl
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getBaseUrl()
    Get base URL for creating requests
getBaseUrl
in file Storage.php, method Microsoft_WindowsAzure_Storage::getBaseUrl()
    Get base URL for creating requests
getBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getBlob()
    Get blob
getBlobData
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getBlobData()
    Get blob data
getBlobInstance
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getBlobInstance()
    Get blob instance
getBlobMetadata
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getBlobMetadata()
    Get blob metadata
getBlobProperties
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getBlobProperties()
    Get blob properties
getBlockList
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getBlockList()
    Get block list
getBody
in file Stream.php, method Microsoft_Http_Response_Stream::getBody()
    Get the response body as string
getBody
in file Response.php, method Microsoft_Http_Response::getBody()
    Get the response body as string
getCertificate
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getCertificate()
    The Get Certificate operation returns the public data for the specified certificate.
getClassName
in file Log.php, method Microsoft_Log::getClassName()
    Get the writer or filter full classname
getCleanup
in file Stream.php, method Microsoft_Http_Response_Stream::getCleanup()
    Get the cleanup trigger
getConfig
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::getConfig()
    Retrieve the array of all configuration options
getConfig
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::getConfig()
    Retrieve the array of all configuration options
getConfigurationForCurrentRoleInstance
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::getConfigurationForCurrentRoleInstance()
    Get configuration for current role instance. Only works on Development Fabric or Windows Azure Fabric.
getConfigurationForRoleInstance
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::getConfigurationForRoleInstance()
    Get configuration for a specific role instance
getContainer
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getContainer()
    Get container
getContainerAcl
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getContainerAcl()
    Get container ACL
getContainerMetadata
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getContainerMetadata()
    Get container metadata
getCookie
in file CookieJar.php, method Microsoft_Http_CookieJar::getCookie()
    Get a specific cookie according to a URI and name
getCookieJar
in file Client.php, method Microsoft_Http_Client::getCookieJar()
    Return the current cookie jar or null if none.
getCredentials
in file Storage.php, method Microsoft_WindowsAzure_Storage::getCredentials()
    Get Microsoft_WindowsAzure_Credentials_CredentialsAbstract instance
getCurrentBatch
in file BatchStorageAbstract.php, method Microsoft_WindowsAzure_Storage_BatchStorageAbstract::getCurrentBatch()
    Get current batch
getDefaultConfiguration
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::getDefaultConfiguration()
    Get default configuration values
getDeploymentByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getDeploymentByDeploymentId()
    The Get Deployment operation returns configuration information, status, and system properties for the specified deployment.
getDeploymentBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getDeploymentBySlot()
    The Get Deployment operation returns configuration information, status, and system properties for the specified deployment.
getDomain
in file Cookie.php, method Microsoft_Http_Cookie::getDomain()
    Get cookie domain
getEtag
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getEtag()
    Get etag
getExpiryTime
in file Cookie.php, method Microsoft_Http_Cookie::getExpiryTime()
    Get the expiry time of the cookie, or null if no expiry time is set
getFragment
in file Http.php, method Microsoft_Uri_Http::getFragment()
    Returns the fragment portion of the URL (after #), or FALSE if none.
getHandle
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::getHandle()
    Get cUrl Handle
getHeader
in file Response.php, method Microsoft_Http_Response::getHeader()
    Get a specific header as string, or null if it is not set
getHeader
in file Client.php, method Microsoft_Http_Client::getHeader()
    Get the value of a specific header
getHeaders
in file Response.php, method Microsoft_Http_Response::getHeaders()
    Get the response headers
getHeadersAsString
in file Response.php, method Microsoft_Http_Response::getHeadersAsString()
    Get all headers as string
getHost
in file Http.php, method Microsoft_Uri_Http::getHost()
    Returns the domain or host IP portion of the URL, or FALSE if none.
getHostedServiceProperties
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getHostedServiceProperties()
    The Get Hosted Service Properties operation retrieves system properties
getHttpClientChannel
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getHttpClientChannel()
    Retrieve HTTP client channel
getHttpClientChannel
in file Storage.php, method Microsoft_WindowsAzure_Storage::getHttpClientChannel()
    Retrieve HTTP client channel
getIterator
in file CookieJar.php, method Microsoft_Http_CookieJar::getIterator()
    Required by IteratorAggregate interface
getLastRequest
in file Client.php, method Microsoft_Http_Client::getLastRequest()
    Get the last HTTP request as string
getLastRequestId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getLastRequestId()
    Returns the last request ID.
getLastResponse
in file Client.php, method Microsoft_Http_Client::getLastResponse()
    Get the last HTTP response received by this client
getMatchingCookies
in file CookieJar.php, method Microsoft_Http_CookieJar::getMatchingCookies()
    Return an array of all cookies matching a specific request according to the request URI, whether session cookies should be sent or not, and the time to consider as "now" when checking cookie expiry time.
getMessage
in file Response.php, method Microsoft_Http_Response::getMessage()
    Return a message describing the HTTP response code (Eg. "OK", "Not Found", "Moved Permanently")
getMessages
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::getMessages()
    Get queue messages
getName
in file Cookie.php, method Microsoft_Http_Cookie::getName()
    Get Cookie name
getOperationCount
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::getOperationCount()
    Get operation count
getOperationStatus
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getOperationStatus()
    The Get Operation Status operation returns the status of the specified operation.
getPageRegions
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getPageRegions()
    Put page in page blob
getPartitionKey
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getPartitionKey()
    Get partition key
getPassword
in file Http.php, method Microsoft_Uri_Http::getPassword()
    Returns the password portion of the URL, or FALSE if none.
getPath
in file Http.php, method Microsoft_Uri_Http::getPath()
    Returns the path and filename portion of the URL, or FALSE if none.
getPath
in file Cookie.php, method Microsoft_Http_Cookie::getPath()
    Get the cookie path
getPermissionSet
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::getPermissionSet()
    Get permission set
getPort
in file Http.php, method Microsoft_Uri_Http::getPort()
    Returns the TCP port, or FALSE if none.
getQuery
in file Http.php, method Microsoft_Uri_Http::getQuery()
    Returns the query portion of the URL (after ?), or FALSE if none.
getQueryAsArray
in file Http.php, method Microsoft_Uri_Http::getQueryAsArray()
    Returns the query portion of the URL (after ?) as a key-value-array. If the query is empty an empty array is returned
getQueue
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::getQueue()
    Get queue
getQueueMetadata
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::getQueueMetadata()
    Get queue metadata
getRawBody
in file Stream.php, method Microsoft_Http_Response_Stream::getRawBody()
    Get the raw response body (as transfered "on wire") as string
getRawBody
in file Response.php, method Microsoft_Http_Response::getRawBody()
    Get the raw response body (as transfered "on wire") as string
getRedirectionsCount
in file Client.php, method Microsoft_Http_Client::getRedirectionsCount()
    Get the number of redirections done on the last request
getRowKey
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getRowKey()
    Get row key
getScheme
in file Uri.php, method Microsoft_Uri::getScheme()
    Get the URI's scheme
getStatus
in file Response.php, method Microsoft_Http_Response::getStatus()
    Get the HTTP response status code
getStorageAccountKeys
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getStorageAccountKeys()
    The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account.
getStorageAccountProperties
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getStorageAccountProperties()
    The Get Storage Account Properties operation returns the system properties for the specified storage account. These properties include: the address, description, and label of the storage account; and the name of the affinity group to which the service belongs, or its geo-location if it is not part of an affinity group.
getStream
in file Stream.php, method Microsoft_Http_Response_Stream::getStream()
    Get the response as stream
getStream
in file Client.php, method Microsoft_Http_Client::getStream()
    Get status of streaming for received data
getStreamContext
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::getStreamContext()
    Get the stream context for the TCP connection to the server.
getStreamName
in file Stream.php, method Microsoft_Http_Response_Stream::getStreamName()
    Get file name associated with the stream
getSubscriptionId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::getSubscriptionId()
    Returns the Windows Azure subscription ID
getThrowExceptionOnMissingData
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::getThrowExceptionOnMissingData()
    Throw Microsoft_WindowsAzure_Exception when a property is not specified in Windows Azure?
getTimestamp
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::getTimestamp()
    Get timestamp
getUri
in file Uri.php, method Microsoft_Uri::getUri()
    Return a string representation of this URI.
getUri
in file Client.php, method Microsoft_Http_Client::getUri()
    Get the URI for the next request
getUri
in file Http.php, method Microsoft_Uri_Http::getUri()
    Returns a URI based on current values of the instance variables. If any part of the URI does not pass validation, then an exception is thrown.
getUsername
in file Http.php, method Microsoft_Uri_Http::getUsername()
    Returns the username portion of the URL, or FALSE if none.
getValue
in file Cookie.php, method Microsoft_Http_Cookie::getValue()
    Get cookie value
getVersion
in file Response.php, method Microsoft_Http_Response::getVersion()
    Get the HTTP version of the response
getWrapperClient
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::getWrapperClient()
    Get wrapper client for stream type
top

h

$headers
in file Client.php, variable Microsoft_Http_Client::$headers
    Associative array of request headers
$headers
in file Response.php, variable Microsoft_Http_Response::$headers
    The HTTP response headers array
hasMessages
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::hasMessages()
    Checks to see if a given queue has messages
HEAD
in file Client.php, class constant Microsoft_Http_Client::HEAD
HTTP_0
in file Client.php, class constant Microsoft_Http_Client::HTTP_0
HTTP_1
in file Client.php, class constant Microsoft_Http_Client::HTTP_1
    HTTP protocol versions
Http.php
procedural page Http.php
HostedServiceInstance.php
procedural page HostedServiceInstance.php
top

i

Interface.php
procedural page Interface.php
INFO
in file Log.php, class constant Microsoft_Log::INFO
INFORMATION
in file LogLevel.php, class constant Microsoft_WindowsAzure_Diagnostics_LogLevel::INFORMATION
insertEntity
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::insertEntity()
    Insert entity into table
isEmpty
in file CookieJar.php, method Microsoft_Http_CookieJar::isEmpty()
    Tells if the jar is empty of any cookie
isError
in file Response.php, method Microsoft_Http_Response::isError()
    Check whether the response is an error
isExpired
in file Cookie.php, method Microsoft_Http_Cookie::isExpired()
    Check whether the cookie has expired
isInBatch
in file BatchStorageAbstract.php, method Microsoft_WindowsAzure_Storage_BatchStorageAbstract::isInBatch()
    Is there a current batch?
isoDate
in file Storage.php, method Microsoft_WindowsAzure_Storage::isoDate()
    Generate ISO 8601 compliant date string in UTC time zone
isRedirect
in file Response.php, method Microsoft_Http_Response::isRedirect()
    Check whether the response is a redirection
isSecure
in file Cookie.php, method Microsoft_Http_Cookie::isSecure()
    Check whether the cookie should only be sent over secure connections
isSessionCookie
in file Cookie.php, method Microsoft_Http_Cookie::isSessionCookie()
    Check whether the cookie is a session cookie (has no expiry time set)
isSingleSelect
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::isSingleSelect()
    Is single select?
isSuccessful
in file Response.php, method Microsoft_Http_Response::isSuccessful()
    Check whether the response in successful
isValidContainerName
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::isValidContainerName()
    Is valid container name?
isValidMetadataName
in file Storage.php, method Microsoft_WindowsAzure_Storage::isValidMetadataName()
    Is valid metadata name?
isValidQueueName
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::isValidQueueName()
    Is valid queue name?
Interface.php
procedural page Interface.php
Interface.php
procedural page Interface.php
top

l

$last_request
in file Client.php, variable Microsoft_Http_Client::$last_request
    The last HTTP request sent by the client, as string
$last_response
in file Client.php, variable Microsoft_Http_Client::$last_response
    The last HTTP response received by the client
leaseBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::leaseBlob()
    Lease blob - See (http://msdn.microsoft.com/en-us/library/ee691972.aspx)
LEASE_ACQUIRE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::LEASE_ACQUIRE
    Blob lease constants
LEASE_BREAK
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::LEASE_BREAK
LEASE_RELEASE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::LEASE_RELEASE
LEASE_RENEW
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::LEASE_RENEW
listAffinityGroups
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listAffinityGroups()
    The List Affinity Groups operation lists the affinity groups associated with the specified subscription.
listBlobs
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::listBlobs()
    List blobs
listCertificates
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listCertificates()
    The List Certificates operation lists all certificates associated with the specified hosted service.
listContainers
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::listContainers()
    List containers
listHostedServices
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listHostedServices()
    The List Hosted Services operation lists the hosted services available under the current subscription.
listLocations
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listLocations()
    The List Locations operation lists all of the data center locations that are valid for your subscription.
listOperatingSystemFamilies
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listOperatingSystemFamilies()
    The List OS Families operation lists the guest operating system families
listOperatingSystems
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listOperatingSystems()
    The List Operating Systems operation lists the versions of the guest operating system that are currently available in Windows Azure. The 2010-10-28 version of List Operating Systems also indicates what family an operating system version belongs to.
listQueues
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::listQueues()
    List queues
listStorageAccounts
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listStorageAccounts()
    The List Storage Accounts operation lists the storage accounts available under the current subscription.
listSubscriptionOperations
in file Client.php, method Microsoft_WindowsAzure_Management_Client::listSubscriptionOperations()
    The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe.
listTables
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::listTables()
    List tables
Load
in file AutoLoader.php, method Microsoft_AutoLoader::Load()
    Load a class
loadXml
in file ConfigurationInstance.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationInstance::loadXml()
    Load configuration XML
log
in file Log.php, method Microsoft_Log::log()
    Log a message at a priority
Log.php
procedural page Log.php
LogLevel.php
procedural page LogLevel.php
LocationInstance.php
procedural page LocationInstance.php
LeaseInstance.php
procedural page LeaseInstance.php
top

m

$message
in file Response.php, variable Microsoft_Http_Response::$message
    The HTTP response code as string (e.g. 'Not Found' for 404 or 'Internal Server Error' for 500)
$messages
in file Response.php, variable Microsoft_Http_Response::$messages
    List of all known HTTP response codes - used by responseCodeAsText() to translate numeric codes to messages.
$method
in file Socket.php, variable Microsoft_Http_Client_Adapter_Socket::$method
    Request method - will be set by write() and might be used by read()
$method
in file Client.php, variable Microsoft_Http_Client::$method
    HTTP request method
Message.php
procedural page Message.php
match
in file Cookie.php, method Microsoft_Http_Cookie::match()
    Checks whether the cookie should be sent or not in a specific scenario
matchCookieDomain
in file Cookie.php, method Microsoft_Http_Cookie::matchCookieDomain()
    Check if a cookie's domain matches a host name.
matchCookiePath
in file Cookie.php, method Microsoft_Http_Cookie::matchCookiePath()
    Check if a cookie's path matches a URL path
MAX_BLOB_SIZE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::MAX_BLOB_SIZE
    Maximal blob size (in bytes)
MAX_BLOB_TRANSFER_SIZE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::MAX_BLOB_TRANSFER_SIZE
    Maximal blob transfer size (in bytes)
MAX_MESSAGE_SIZE
in file Queue.php, class constant Microsoft_WindowsAzure_Storage_Queue::MAX_MESSAGE_SIZE
    Maximal message size (in bytes)
MAX_MESSAGE_TTL
in file Queue.php, class constant Microsoft_WindowsAzure_Storage_Queue::MAX_MESSAGE_TTL
    Maximal message ttl (in seconds)
MAX_TS_PROPERTY_SIZE
in file SessionHandler.php, class constant Microsoft_WindowsAzure_SessionHandler::MAX_TS_PROPERTY_SIZE
    Maximal property size in table storage.
MERGE
in file Client.php, class constant Microsoft_Http_Client::MERGE
mergeEntity
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::mergeEntity()
    Update entity by adding or updating properties
Microsoft_AutoLoader
in file AutoLoader.php, class Microsoft_AutoLoader
Microsoft_Exception
in file Exception.php, class Microsoft_Exception
Microsoft_Http_Client
in file Client.php, class Microsoft_Http_Client
    Microsoft_Http_Client is an implemetation of an HTTP client in PHP. The client
Microsoft_Http_Client_Adapter_Curl
in file Curl.php, class Microsoft_Http_Client_Adapter_Curl
    An adapter class for Microsoft_Http_Client based on the curl extension.
Microsoft_Http_Client_Adapter_Exception
in file Exception.php, class Microsoft_Http_Client_Adapter_Exception
Microsoft_Http_Client_Adapter_Interface
in file Interface.php, class Microsoft_Http_Client_Adapter_Interface
    An interface description for Microsoft_Http_Client_Adapter classes.
Microsoft_Http_Client_Adapter_Proxy
in file Proxy.php, class Microsoft_Http_Client_Adapter_Proxy
    HTTP Proxy-supporting Microsoft_Http_Client adapter class, based on the default socket based adapter.
Microsoft_Http_Client_Adapter_Socket
in file Socket.php, class Microsoft_Http_Client_Adapter_Socket
    A sockets based (stream_socket_client) adapter class for Microsoft_Http_Client. Can be used on almost every PHP environment, and does not require any special extensions.
Microsoft_Http_Client_Adapter_Stream
in file Stream.php, class Microsoft_Http_Client_Adapter_Stream
    An interface description for Microsoft_Http_Client_Adapter_Stream classes.
Microsoft_Http_Client_Exception
in file Exception.php, class Microsoft_Http_Client_Exception
Microsoft_Http_Cookie
in file Cookie.php, class Microsoft_Http_Cookie
    Microsoft_Http_Cookie is a class describing an HTTP cookie and all it's parameters.
Microsoft_Http_CookieJar
in file CookieJar.php, class Microsoft_Http_CookieJar
    A Microsoft_Http_CookieJar object is designed to contain and maintain HTTP cookies, and should be used along with Microsoft_Http_Client in order to manage cookies across HTTP requests and responses.
Microsoft_Http_Exception
in file Exception.php, class Microsoft_Http_Exception
Microsoft_Http_Response
in file Response.php, class Microsoft_Http_Response
    Microsoft_Http_Response represents an HTTP 1.0 / 1.1 response message. It includes easy access to all the response's different elemts, as well as some convenience methods for parsing and validating HTTP responses.
Microsoft_Http_Response_Stream
in file Stream.php, class Microsoft_Http_Response_Stream
    Microsoft_Http_Response represents an HTTP 1.0 / 1.1 response message. It includes easy access to all the response's different elemts, as well as some convenience methods for parsing and validating HTTP responses.
Microsoft_Log
in file Log.php, class Microsoft_Log
Microsoft_Log_Exception
in file Exception.php, class Microsoft_Log_Exception
Microsoft_Log_FactoryInterface
in file FactoryInterface.php, class Microsoft_Log_FactoryInterface
Microsoft_Log_Filter_Abstract
in file Abstract.php, class Microsoft_Log_Filter_Abstract
Microsoft_Log_Filter_Interface
in file Interface.php, class Microsoft_Log_Filter_Interface
Microsoft_Log_Filter_Message
in file Message.php, class Microsoft_Log_Filter_Message
Microsoft_Log_Filter_Priority
in file Priority.php, class Microsoft_Log_Filter_Priority
Microsoft_Log_Filter_Suppress
in file Suppress.php, class Microsoft_Log_Filter_Suppress
Microsoft_Log_Formatter_Interface
in file Interface.php, class Microsoft_Log_Formatter_Interface
Microsoft_Log_Writer_Abstract
in file Abstract.php, class Microsoft_Log_Writer_Abstract
MICROSOFT_ROOT
in file AutoLoader.php, constant MICROSOFT_ROOT
    Microsoft root directory
Microsoft_Uri
in file Uri.php, class Microsoft_Uri
    Abstract class for all Microsoft_Uri handlers
Microsoft_Uri_Exception
in file Exception.php, class Microsoft_Uri_Exception
    Exceptions for Microsoft_Uri
Microsoft_Uri_Http
in file Http.php, class Microsoft_Uri_Http
    HTTP(S) URI handler
Microsoft_WindowsAzure_Credentials_CredentialsAbstract
in file CredentialsAbstract.php, class Microsoft_WindowsAzure_Credentials_CredentialsAbstract
Microsoft_WindowsAzure_Credentials_Exception
in file Exception.php, class Microsoft_WindowsAzure_Credentials_Exception
Microsoft_WindowsAzure_Credentials_SharedAccessSignature
in file SharedAccessSignature.php, class Microsoft_WindowsAzure_Credentials_SharedAccessSignature
Microsoft_WindowsAzure_Credentials_SharedKey
in file SharedKey.php, class Microsoft_WindowsAzure_Credentials_SharedKey
Microsoft_WindowsAzure_Credentials_SharedKeyLite
in file SharedKeyLite.php, class Microsoft_WindowsAzure_Credentials_SharedKeyLite
Microsoft_WindowsAzure_Diagnostics_ConfigurationDataSources
in file ConfigurationDataSources.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationDataSources
Microsoft_WindowsAzure_Diagnostics_ConfigurationDiagnosticInfrastructureLogs
in file ConfigurationDiagnosticInfrastructureLogs.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationDiagnosticInfrastructureLogs
Microsoft_WindowsAzure_Diagnostics_ConfigurationDirectories
in file ConfigurationDirectories.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationDirectories
Microsoft_WindowsAzure_Diagnostics_ConfigurationInstance
in file ConfigurationInstance.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationInstance
Microsoft_WindowsAzure_Diagnostics_ConfigurationLogs
in file ConfigurationLogs.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationLogs
Microsoft_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract
in file ConfigurationObjectBaseAbstract.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract
Microsoft_WindowsAzure_Diagnostics_ConfigurationPerformanceCounters
in file ConfigurationPerformanceCounters.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationPerformanceCounters
Microsoft_WindowsAzure_Diagnostics_ConfigurationWindowsEventLog
in file ConfigurationWindowsEventLog.php, class Microsoft_WindowsAzure_Diagnostics_ConfigurationWindowsEventLog
Microsoft_WindowsAzure_Diagnostics_DirectoryConfigurationSubscription
in file DirectoryConfigurationSubscription.php, class Microsoft_WindowsAzure_Diagnostics_DirectoryConfigurationSubscription
Microsoft_WindowsAzure_Diagnostics_Exception
in file Exception.php, class Microsoft_WindowsAzure_Diagnostics_Exception
Microsoft_WindowsAzure_Diagnostics_LogLevel
in file LogLevel.php, class Microsoft_WindowsAzure_Diagnostics_LogLevel
Microsoft_WindowsAzure_Diagnostics_Manager
in file Manager.php, class Microsoft_WindowsAzure_Diagnostics_Manager
Microsoft_WindowsAzure_Diagnostics_PerformanceCounterSubscription
in file PerformanceCounterSubscription.php, class Microsoft_WindowsAzure_Diagnostics_PerformanceCounterSubscription
Microsoft_WindowsAzure_Exception
in file Exception.php, class Microsoft_WindowsAzure_Exception
Microsoft_WindowsAzure_Log_Formatter_WindowsAzure
in file WindowsAzure.php, class Microsoft_WindowsAzure_Log_Formatter_WindowsAzure
Microsoft_WindowsAzure_Log_Writer_WindowsAzure
in file WindowsAzure.php, class Microsoft_WindowsAzure_Log_Writer_WindowsAzure
Microsoft_WindowsAzure_Management_AffinityGroupInstance
in file AffinityGroupInstance.php, class Microsoft_WindowsAzure_Management_AffinityGroupInstance
Microsoft_WindowsAzure_Management_CertificateInstance
in file CertificateInstance.php, class Microsoft_WindowsAzure_Management_CertificateInstance
Microsoft_WindowsAzure_Management_Client
in file Client.php, class Microsoft_WindowsAzure_Management_Client
Microsoft_WindowsAzure_Management_DeploymentInstance
in file DeploymentInstance.php, class Microsoft_WindowsAzure_Management_DeploymentInstance
Microsoft_WindowsAzure_Management_Exception
in file Exception.php, class Microsoft_WindowsAzure_Management_Exception
Microsoft_WindowsAzure_Management_HostedServiceInstance
in file HostedServiceInstance.php, class Microsoft_WindowsAzure_Management_HostedServiceInstance
Microsoft_WindowsAzure_Management_LocationInstance
in file LocationInstance.php, class Microsoft_WindowsAzure_Management_LocationInstance
Microsoft_WindowsAzure_Management_OperatingSystemFamilyInstance
in file OperatingSystemFamilyInstance.php, class Microsoft_WindowsAzure_Management_OperatingSystemFamilyInstance
Microsoft_WindowsAzure_Management_OperatingSystemInstance
in file OperatingSystemInstance.php, class Microsoft_WindowsAzure_Management_OperatingSystemInstance
Microsoft_WindowsAzure_Management_OperationStatusInstance
in file OperationStatusInstance.php, class Microsoft_WindowsAzure_Management_OperationStatusInstance
Microsoft_WindowsAzure_Management_ServiceEntityAbstract
in file ServiceEntityAbstract.php, class Microsoft_WindowsAzure_Management_ServiceEntityAbstract
Microsoft_WindowsAzure_Management_StorageServiceInstance
in file StorageServiceInstance.php, class Microsoft_WindowsAzure_Management_StorageServiceInstance
Microsoft_WindowsAzure_Management_SubscriptionOperationInstance
in file SubscriptionOperationInstance.php, class Microsoft_WindowsAzure_Management_SubscriptionOperationInstance
Microsoft_WindowsAzure_RetryPolicy_Exception
in file Exception.php, class Microsoft_WindowsAzure_RetryPolicy_Exception
Microsoft_WindowsAzure_RetryPolicy_NoRetry
in file NoRetry.php, class Microsoft_WindowsAzure_RetryPolicy_NoRetry
Microsoft_WindowsAzure_RetryPolicy_RetryN
in file RetryN.php, class Microsoft_WindowsAzure_RetryPolicy_RetryN
Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract
in file RetryPolicyAbstract.php, class Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract
Microsoft_WindowsAzure_SessionHandler
in file SessionHandler.php, class Microsoft_WindowsAzure_SessionHandler
Microsoft_WindowsAzure_Storage
in file Storage.php, class Microsoft_WindowsAzure_Storage
Microsoft_WindowsAzure_Storage_Batch
in file Batch.php, class Microsoft_WindowsAzure_Storage_Batch
Microsoft_WindowsAzure_Storage_BatchStorageAbstract
in file BatchStorageAbstract.php, class Microsoft_WindowsAzure_Storage_BatchStorageAbstract
Microsoft_WindowsAzure_Storage_Blob
in file Blob.php, class Microsoft_WindowsAzure_Storage_Blob
Microsoft_WindowsAzure_Storage_BlobContainer
in file BlobContainer.php, class Microsoft_WindowsAzure_Storage_BlobContainer
Microsoft_WindowsAzure_Storage_BlobInstance
in file BlobInstance.php, class Microsoft_WindowsAzure_Storage_BlobInstance
Microsoft_WindowsAzure_Storage_Blob_Stream
in file Stream.php, class Microsoft_WindowsAzure_Storage_Blob_Stream
Microsoft_WindowsAzure_Storage_DynamicTableEntity
in file DynamicTableEntity.php, class Microsoft_WindowsAzure_Storage_DynamicTableEntity
Microsoft_WindowsAzure_Storage_LeaseInstance
in file LeaseInstance.php, class Microsoft_WindowsAzure_Storage_LeaseInstance
Microsoft_WindowsAzure_Storage_PageRegionInstance
in file PageRegionInstance.php, class Microsoft_WindowsAzure_Storage_PageRegionInstance
Microsoft_WindowsAzure_Storage_Queue
in file Queue.php, class Microsoft_WindowsAzure_Storage_Queue
Microsoft_WindowsAzure_Storage_QueueInstance
in file QueueInstance.php, class Microsoft_WindowsAzure_Storage_QueueInstance
Microsoft_WindowsAzure_Storage_QueueMessage
in file QueueMessage.php, class Microsoft_WindowsAzure_Storage_QueueMessage
Microsoft_WindowsAzure_Storage_SignedIdentifier
in file SignedIdentifier.php, class Microsoft_WindowsAzure_Storage_SignedIdentifier
Microsoft_WindowsAzure_Storage_StorageEntityAbstract
in file StorageEntityAbstract.php, class Microsoft_WindowsAzure_Storage_StorageEntityAbstract
Microsoft_WindowsAzure_Storage_Table
in file Table.php, class Microsoft_WindowsAzure_Storage_Table
Microsoft_WindowsAzure_Storage_TableEntity
in file TableEntity.php, class Microsoft_WindowsAzure_Storage_TableEntity
Microsoft_WindowsAzure_Storage_TableEntityQuery
in file TableEntityQuery.php, class Microsoft_WindowsAzure_Storage_TableEntityQuery
Microsoft_WindowsAzure_Storage_TableInstance
in file TableInstance.php, class Microsoft_WindowsAzure_Storage_TableInstance
mkdir
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::mkdir()
    Create a new directory
Manager.php
procedural page Manager.php
top

n

$name
in file Cookie.php, variable Microsoft_Http_Cookie::$name
    Cookie name
$negotiated
in file Proxy.php, variable Microsoft_Http_Client_Adapter_Proxy::$negotiated
    Whether HTTPS CONNECT was already negotiated with the proxy or not
noRetry
in file RetryPolicyAbstract.php, method Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract::noRetry()
    Create a Microsoft_WindowsAzure_RetryPolicy_NoRetry instance
NOTICE
in file Log.php, class constant Microsoft_Log::NOTICE
NoRetry.php
procedural page NoRetry.php
top

o

$out_stream
in file Curl.php, variable Microsoft_Http_Client_Adapter_Curl::$out_stream
    Stream for storing output
$out_stream
in file Socket.php, variable Microsoft_Http_Client_Adapter_Socket::$out_stream
    Stream for storing output
open
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::open()
    Open the session store
OPTIONS
in file Client.php, class constant Microsoft_Http_Client::OPTIONS
OP_AFFINITYGROUPS
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_AFFINITYGROUPS
OP_HOSTED_SERVICES
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_HOSTED_SERVICES
OP_LOCATIONS
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_LOCATIONS
OP_OPERATINGSYSTEMFAMILIES
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_OPERATINGSYSTEMFAMILIES
OP_OPERATINGSYSTEMS
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_OPERATINGSYSTEMS
OP_OPERATIONS
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_OPERATIONS
    Operations
OP_STORAGE_ACCOUNTS
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::OP_STORAGE_ACCOUNTS
orderBy
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::orderBy()
    OrderBy clause
orWhere
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::orWhere()
    Add where clause with OR condition
OperatingSystemFamilyInstance.php
procedural page OperatingSystemFamilyInstance.php
OperatingSystemInstance.php
procedural page OperatingSystemInstance.php
OperationStatusInstance.php
procedural page OperationStatusInstance.php
top

p

$paramsGet
in file Client.php, variable Microsoft_Http_Client::$paramsGet
    Associative array of GET parameters
$paramsPost
in file Client.php, variable Microsoft_Http_Client::$paramsPost
    Assiciative array of POST parameters
$path
in file Cookie.php, variable Microsoft_Http_Cookie::$path
    Cookie path
Proxy.php
procedural page Proxy.php
Priority.php
procedural page Priority.php
PAGE_WRITE_CLEAR
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::PAGE_WRITE_CLEAR
PAGE_WRITE_UPDATE
in file Blob.php, class constant Microsoft_WindowsAzure_Storage_Blob::PAGE_WRITE_UPDATE
    Put page write options
peekMessages
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::peekMessages()
    Peek queue messages
performBatch
in file BatchStorageAbstract.php, method Microsoft_WindowsAzure_Storage_BatchStorageAbstract::performBatch()
    Perform batch using Microsoft_Http_Client channel, combining all batch operations into one request
permissionMatchesRequest
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::permissionMatchesRequest()
    Permission matches request?
PERMISSION_DELETE
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_DELETE
PERMISSION_LIST
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_LIST
PERMISSION_READ
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ
    Permissions
PERMISSION_WRITE
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_WRITE
POST
in file Client.php, class constant Microsoft_Http_Client::POST
PREFIX_METADATA
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PREFIX_METADATA
PREFIX_METADATA
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::PREFIX_METADATA
PREFIX_PROPERTIES
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PREFIX_PROPERTIES
    HTTP header prefixes
PREFIX_PROPERTIES
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::PREFIX_PROPERTIES
    HTTP header prefixes
PREFIX_STORAGE_HEADER
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::PREFIX_STORAGE_HEADER
PREFIX_STORAGE_HEADER
in file CredentialsAbstract.php, class constant Microsoft_WindowsAzure_Credentials_CredentialsAbstract::PREFIX_STORAGE_HEADER
PUT
in file Client.php, class constant Microsoft_Http_Client::PUT
putBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::putBlob()
    Put blob
putBlobData
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::putBlobData()
    Put blob data
putBlock
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::putBlock()
    Put large blob block
putBlockList
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::putBlockList()
    Put block list
putLargeBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::putLargeBlob()
    Put large blob (> 64 MB)
putMessage
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::putMessage()
    Put message into queue
putPage
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::putPage()
    Put page in page blob
PerformanceCounterSubscription.php
procedural page PerformanceCounterSubscription.php
PageRegionInstance.php
procedural page PageRegionInstance.php
top

q

queueExists
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::queueExists()
    Check if a queue exists
Queue.php
procedural page Queue.php
QueueInstance.php
procedural page QueueInstance.php
QueueMessage.php
procedural page QueueMessage.php
top

r

$raw_post_data
in file Client.php, variable Microsoft_Http_Client::$raw_post_data
    The raw post data to send. Could be set by setRawData($data, $enctype).
$redirectCounter
in file Client.php, variable Microsoft_Http_Client::$redirectCounter
    Redirection counter
Response.php
procedural page Response.php
read
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::read()
    Read response from server
read
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::read()
    Return read response from server
read
in file Interface.php, method Microsoft_Http_Client_Adapter_Interface::read()
    Read response from server
read
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::read()
    Read a specific session
readHeader
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::readHeader()
    Header reader function for CURL
readStream
in file Stream.php, method Microsoft_Http_Response_Stream::readStream()
    Read stream content and return it as string
READ_TIMEOUT
in file Exception.php, class constant Microsoft_Http_Client_Adapter_Exception::READ_TIMEOUT
rebootRoleInstanceByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::rebootRoleInstanceByDeploymentId()
    The Reboot Role Instance operation requests a reboot of a role instance that is running in a deployment.
rebootRoleInstanceBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::rebootRoleInstanceBySlot()
    The Reboot Role Instance operation requests a reboot of a role instance that is running in a deployment.
regenerateStorageAccountKey
in file Client.php, method Microsoft_WindowsAzure_Management_Client::regenerateStorageAccountKey()
    The Regenerate Keys operation regenerates the primary or secondary access key for the specified storage account.
register
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::register()
    Registers the current session handler as PHP's session handler
Register
in file AutoLoader.php, method Microsoft_AutoLoader::Register()
    Registers the autoloader
registerAsClient
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::registerAsClient()
    Register this object as stream wrapper client
registerStreamWrapper
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::registerStreamWrapper()
    Register this object as stream wrapper
reimageRoleInstanceByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::reimageRoleInstanceByDeploymentId()
    The Reimage Role Instance operation requests a reimage of a role instance that is running in a deployment.
reimageRoleInstanceBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::reimageRoleInstanceBySlot()
    The Reimage Role Instance operation requests a reimage of a role instance that is running in a deployment.
removeQueryParameters
in file Http.php, method Microsoft_Uri_Http::removeQueryParameters()
    Remove params in the query string for the current URI, and return the old query.
removeSubscription
in file ConfigurationWindowsEventLog.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationWindowsEventLog::removeSubscription()
    Remove subscription
removeSubscription
in file ConfigurationDirectories.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationDirectories::removeSubscription()
    Remove subscription
removeSubscription
in file ConfigurationPerformanceCounters.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationPerformanceCounters::removeSubscription()
    Remove subscription
rename
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::rename()
    Attempt to rename the item
request
in file Client.php, method Microsoft_Http_Client::request()
    Send the HTTP request and return an HTTP response object
reset
in file CookieJar.php, method Microsoft_Http_CookieJar::reset()
    Empties the cookieJar of any cookie
resetParameters
in file Client.php, method Microsoft_Http_Client::resetParameters()
    Clear all GET and POST parameters
RESOURCE_BLOB
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::RESOURCE_BLOB
RESOURCE_CONTAINER
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::RESOURCE_CONTAINER
RESOURCE_ENTITY
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::RESOURCE_ENTITY
RESOURCE_QUEUE
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::RESOURCE_QUEUE
RESOURCE_TABLE
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::RESOURCE_TABLE
RESOURCE_UNKNOWN
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::RESOURCE_UNKNOWN
    Resource types
responseCodeAsText
in file Response.php, method Microsoft_Http_Response::responseCodeAsText()
    A convenience function that returns a text representation of HTTP response codes. Returns 'Unknown' for unknown codes.
retrieveEntities
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::retrieveEntities()
    Retrieve entities from table
retrieveEntityById
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::retrieveEntityById()
    Retrieve entity from table, by id
retryN
in file RetryPolicyAbstract.php, method Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract::retryN()
    Create a Microsoft_WindowsAzure_RetryPolicy_RetryN instance
rmdir
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::rmdir()
    Remove a directory
rollback
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::rollback()
    Rollback current batch
RetryN.php
procedural page RetryN.php
RetryPolicyAbstract.php
procedural page RetryPolicyAbstract.php
top

s

$secure
in file Cookie.php, variable Microsoft_Http_Cookie::$secure
    Whether the cookie is secure or not
$socket
in file Socket.php, variable Microsoft_Http_Client_Adapter_Socket::$socket
    The socket for server connection
$stream
in file Stream.php, variable Microsoft_Http_Response_Stream::$stream
    Response as stream
$stream_name
in file Stream.php, variable Microsoft_Http_Response_Stream::$stream_name
    The name of the file containing the stream
Socket.php
procedural page Socket.php
Stream.php
procedural page Stream.php
Stream.php
procedural page Stream.php
Suppress.php
procedural page Suppress.php
select
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::select()
    Select clause
select
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::select()
    Create a new Microsoft_WindowsAzure_Storage_TableEntityQuery
setAccountkey
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::setAccountkey()
    Set account key for Windows Azure
setAccountName
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::setAccountName()
    Set account name for Windows Azure
setAdapter
in file Client.php, method Microsoft_Http_Client::setAdapter()
    Load the connection adapter
setAuth
in file Client.php, method Microsoft_Http_Client::setAuth()
    Set HTTP authentication parameters
setAzureProperty
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::setAzureProperty()
    Set an Azure property
setAzurePropertyType
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::setAzurePropertyType()
    Set an Azure property type
setAzureValues
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::setAzureValues()
    Set Azure values
setAzureValues
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::setAzureValues()
    Set Azure values
setBlobMetadata
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::setBlobMetadata()
    Set blob metadata
setBlobProperties
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::setBlobProperties()
    Set blob properties
setCleanup
in file Stream.php, method Microsoft_Http_Response_Stream::setCleanup()
    Set the cleanup trigger
setConfig
in file Client.php, method Microsoft_Http_Client::setConfig()
    Set configuration parameters for this HTTP client
setConfig
in file Interface.php, method Microsoft_Http_Client_Adapter_Interface::setConfig()
    Set the configuration array for the adapter
setConfig
in file Uri.php, method Microsoft_Uri::setConfig()
    Set global configuration options
setConfig
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::setConfig()
    Set the configuration array for the adapter
setConfig
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::setConfig()
    Set the configuration array for the adapter
setConfigurationForCurrentRoleInstance
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::setConfigurationForCurrentRoleInstance()
    Set configuration for current role instance. Only works on Development Fabric or Windows Azure Fabric.
setConfigurationForRoleInstance
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::setConfigurationForRoleInstance()
    Set configuration for a specific role instance
setContainerAcl
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::setContainerAcl()
    Set container ACL
setContainerMetadata
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::setContainerMetadata()
    Set container metadata
setCookie
in file Client.php, method Microsoft_Http_Client::setCookie()
    Add a cookie to the request. If the client has no Cookie Jar, the cookies will be added directly to the headers array as "Cookie" headers.
setCookieJar
in file Client.php, method Microsoft_Http_Client::setCookieJar()
    Set the HTTP client's cookie jar.
setCredentials
in file Storage.php, method Microsoft_WindowsAzure_Storage::setCredentials()
    Set Microsoft_WindowsAzure_Credentials_CredentialsAbstract instance
setCurlOption
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::setCurlOption()
    Direct setter for cURL adapter related options.
setCurrentBatch
in file BatchStorageAbstract.php, method Microsoft_WindowsAzure_Storage_BatchStorageAbstract::setCurrentBatch()
    Set current batch
setEncType
in file Client.php, method Microsoft_Http_Client::setEncType()
    Set the encoding type for POST data
setEtag
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::setEtag()
    Set etag
setEventItem
in file Log.php, method Microsoft_Log::setEventItem()
    Set an extra item to pass to the log writers.
setFileUpload
in file Client.php, method Microsoft_Http_Client::setFileUpload()
    Set a file to upload (using a POST request)
setFormatter
in file WindowsAzure.php, method Microsoft_WindowsAzure_Log_Writer_WindowsAzure::setFormatter()
    The only formatter accepted is already loaded in the constructor
setFormatter
in file Abstract.php, method Microsoft_Log_Writer_Abstract::setFormatter()
    Set a new formatter for this writer
setFragment
in file Http.php, method Microsoft_Uri_Http::setFragment()
    Sets the fragment for the current URI, and returns the old fragment
setHeaders
in file Client.php, method Microsoft_Http_Client::setHeaders()
    Set one or more request headers
setHost
in file Http.php, method Microsoft_Uri_Http::setHost()
    Sets the host for the current URI, and returns the old host
setHttpClientChannel
in file Storage.php, method Microsoft_WindowsAzure_Storage::setHttpClientChannel()
    Set the HTTP client channel to use
setHttpClientChannel
in file Client.php, method Microsoft_WindowsAzure_Management_Client::setHttpClientChannel()
    Set the HTTP client channel to use
setInstanceCountByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::setInstanceCountByDeploymentId()
    Updates a deployment's role instance count.
setInstanceCountBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::setInstanceCountBySlot()
    Updates a deployment's role instance count.
setMethod
in file Client.php, method Microsoft_Http_Client::setMethod()
    Set the next request's method
setOutputStream
in file Stream.php, method Microsoft_Http_Client_Adapter_Stream::setOutputStream()
    Set output stream
setOutputStream
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::setOutputStream()
    Set output stream for the response
setOutputStream
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::setOutputStream()
    Set output stream for the response
setParameterGet
in file Client.php, method Microsoft_Http_Client::setParameterGet()
    Set a GET parameter for the request. Wrapper around _setParameter
setParameterPost
in file Client.php, method Microsoft_Http_Client::setParameterPost()
    Set a POST parameter for the request. Wrapper around _setParameter
setPartitionKey
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::setPartitionKey()
    Set partition key
setPassword
in file Http.php, method Microsoft_Uri_Http::setPassword()
    Sets the password for the current URI, and returns the old password
setPath
in file Http.php, method Microsoft_Uri_Http::setPath()
    Sets the path for the current URI, and returns the old path
setPermissionSet
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::setPermissionSet()
    Set permisison set
setPort
in file Http.php, method Microsoft_Uri_Http::setPort()
    Sets the port for the current URI, and returns the old port
setProxy
in file Storage.php, method Microsoft_WindowsAzure_Storage::setProxy()
    Set proxy
setQuery
in file Http.php, method Microsoft_Uri_Http::setQuery()
    Set the query string for the current URI, and return the old query string This method accepts both strings and arrays.
setQueueMetadata
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::setQueueMetadata()
    Set queue metadata
setRawData
in file Client.php, method Microsoft_Http_Client::setRawData()
    Set the raw (already encoded) POST data.
setRetryPolicy
in file Storage.php, method Microsoft_WindowsAzure_Storage::setRetryPolicy()
    Set retry policy to use when making requests
setRowKey
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::setRowKey()
    Set row key
setStream
in file Stream.php, method Microsoft_Http_Response_Stream::setStream()
    Set the response stream
setStream
in file Client.php, method Microsoft_Http_Client::setStream()
    Set streaming for received data
setStreamContext
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::setStreamContext()
    Set the stream context for the TCP connection to the server
setStreamName
in file Stream.php, method Microsoft_Http_Response_Stream::setStreamName()
    Set file name associated with the stream
setThrowExceptionOnMissingData
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::setThrowExceptionOnMissingData()
    Throw Microsoft_WindowsAzure_Exception when a property is not specified in Windows Azure? Defaults to true, making behaviour similar to Windows Azure StorageClient in .NET.
setTimestamp
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::setTimestamp()
    Set timestamp
setUri
in file Client.php, method Microsoft_Http_Client::setUri()
    Set the URI for the next request
setUsePathStyleUri
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::setUsePathStyleUri()
    Set use path-style URI's
setUsername
in file Http.php, method Microsoft_Uri_Http::setUsername()
    Sets the username for the current URI, and returns the old username
shutdown
in file Abstract.php, method Microsoft_Log_Writer_Abstract::shutdown()
    Perform shutdown activites such as closing open resources
shutdown
in file WindowsAzure.php, method Microsoft_WindowsAzure_Log_Writer_WindowsAzure::shutdown()
    If the log messages have been stored in the internal buffer, just send them to table storage.
signRequestHeaders
in file SharedKey.php, method Microsoft_WindowsAzure_Credentials_SharedKey::signRequestHeaders()
    Sign request headers with credentials
signRequestHeaders
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::signRequestHeaders()
    Sign request with credentials
signRequestHeaders
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::signRequestHeaders()
    Sign request headers with credentials
signRequestHeaders
in file SharedKeyLite.php, method Microsoft_WindowsAzure_Credentials_SharedKeyLite::signRequestHeaders()
    Sign request headers with credentials
signRequestUrl
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::signRequestUrl()
    Sign request URL with credentials
signRequestUrl
in file SharedKey.php, method Microsoft_WindowsAzure_Credentials_SharedKey::signRequestUrl()
    Sign request URL with credentials
signRequestUrl
in file SharedKeyLite.php, method Microsoft_WindowsAzure_Credentials_SharedKeyLite::signRequestUrl()
    Sign request URL with credentials
signRequestUrl
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::signRequestUrl()
    Sign request URL with credentials
snapshotBlob
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::snapshotBlob()
    Snapshot blob
startBatch
in file BatchStorageAbstract.php, method Microsoft_WindowsAzure_Storage_BatchStorageAbstract::startBatch()
    Starts a new batch operation set
STORAGE_TYPE_BLOB
in file SessionHandler.php, class constant Microsoft_WindowsAzure_SessionHandler::STORAGE_TYPE_BLOB
STORAGE_TYPE_TABLE
in file SessionHandler.php, class constant Microsoft_WindowsAzure_SessionHandler::STORAGE_TYPE_TABLE
    Storage backend type
stream_close
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_close()
    Close the stream
stream_eof
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_eof()
    End of the stream?
stream_flush
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_flush()
    Flush current cached stream data to storage
stream_open
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_open()
    Open the stream
stream_read
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_read()
    Read from the stream
stream_seek
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_seek()
    Update the read/write position of the stream
stream_stat
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_stat()
    Returns data array of stream variables
stream_tell
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_tell()
    What is the current read/write position of the stream?
stream_write
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::stream_write()
    Write to the stream
suppress
in file Suppress.php, method Microsoft_Log_Filter_Suppress::suppress()
    This is a simple boolean filter.
swapDeployment
in file Client.php, method Microsoft_WindowsAzure_Management_Client::swapDeployment()
    The Swap Deployment operation initiates a virtual IP swap between the staging and production deployment environments for a service.
SharedAccessSignature.php
procedural page SharedAccessSignature.php
SharedKey.php
procedural page SharedKey.php
SharedKeyLite.php
procedural page SharedKeyLite.php
ServiceEntityAbstract.php
procedural page ServiceEntityAbstract.php
StorageServiceInstance.php
procedural page StorageServiceInstance.php
SubscriptionOperationInstance.php
procedural page SubscriptionOperationInstance.php
SessionHandler.php
procedural page SessionHandler.php
Stream.php
procedural page Stream.php
SignedIdentifier.php
procedural page SignedIdentifier.php
StorageEntityAbstract.php
procedural page StorageEntityAbstract.php
Storage.php
procedural page Storage.php
top

t

tableExists
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::tableExists()
    Check if a table exists
top
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::top()
    Top clause
toXml
in file ConfigurationInstance.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationInstance::toXml()
    Create configuration XML
TRACE
in file Client.php, class constant Microsoft_Http_Client::TRACE
Table.php
procedural page Table.php
TableEntity.php
procedural page TableEntity.php
TableEntityQuery.php
procedural page TableEntityQuery.php
TableInstance.php
procedural page TableInstance.php
top

u

$uri
in file Client.php, variable Microsoft_Http_Client::$uri
    Request URI
UNDEFINED
in file LogLevel.php, class constant Microsoft_WindowsAzure_Diagnostics_LogLevel::UNDEFINED
unlink
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::unlink()
    Attempt to delete the item
unregisterAsClient
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::unregisterAsClient()
    Unregister this object as stream wrapper client
unregisterStreamWrapper
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::unregisterStreamWrapper()
    Unregister this object as stream wrapper
updateAffinityGroup
in file Client.php, method Microsoft_WindowsAzure_Management_Client::updateAffinityGroup()
    The Update Affinity Group operation updates the label and/or the description for an affinity group for the specified subscription.
updateDeploymentStatusByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::updateDeploymentStatusByDeploymentId()
    The Update Deployment Status operation initiates a change in deployment status.
updateDeploymentStatusBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::updateDeploymentStatusBySlot()
    The Update Deployment Status operation initiates a change in deployment status.
updateEntity
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::updateEntity()
    Update entity by replacing it
updateHostedService
in file Client.php, method Microsoft_WindowsAzure_Management_Client::updateHostedService()
    The Update Hosted Service operation updates the label and/or the description for a hosted service in Windows Azure.
upgradeDeploymentByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::upgradeDeploymentByDeploymentId()
    The Upgrade Deployment operation initiates an upgrade.
upgradeDeploymentBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::upgradeDeploymentBySlot()
    The Upgrade Deployment operation initiates an upgrade.
Uri.php
procedural page Uri.php
urlencode
in file Storage.php, method Microsoft_WindowsAzure_Storage::urlencode()
    URL encode function
urlencode
in file Client.php, method Microsoft_WindowsAzure_Management_Client::urlencode()
    URL encode function
URL_CLOUD_BLOB
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::URL_CLOUD_BLOB
    Live storage URLS
URL_CLOUD_QUEUE
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::URL_CLOUD_QUEUE
URL_CLOUD_TABLE
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::URL_CLOUD_TABLE
URL_DEV_BLOB
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::URL_DEV_BLOB
    Development storage URLS
URL_DEV_QUEUE
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::URL_DEV_QUEUE
URL_DEV_TABLE
in file Storage.php, class constant Microsoft_WindowsAzure_Storage::URL_DEV_TABLE
URL_MANAGEMENT
in file Client.php, class constant Microsoft_WindowsAzure_Management_Client::URL_MANAGEMENT
    Management service URL
url_stat
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::url_stat()
    Return array of URL variables
top

v

$value
in file Cookie.php, variable Microsoft_Http_Cookie::$value
    Cookie value
$version
in file Response.php, variable Microsoft_Http_Response::$version
    The HTTP version (1.0, 1.1)
valid
in file Http.php, method Microsoft_Uri_Http::valid()
    Validate the current URI from the instance variables. Returns true if and only if all parts pass validation.
valid
in file Uri.php, method Microsoft_Uri::valid()
    Returns TRUE if this URI is valid, or FALSE otherwise.
validateFragment
in file Http.php, method Microsoft_Uri_Http::validateFragment()
    Returns true if and only if the fragment passes validation. If no fragment is passed, then the fragment contained in the instance variable is used.
validateHost
in file Http.php, method Microsoft_Uri_Http::validateHost()
    Returns true if and only if the host string passes validation. If no host is passed, then the host contained in the instance variable is used.
validatePassword
in file Http.php, method Microsoft_Uri_Http::validatePassword()
    Returns true if and only if the password passes validation. If no password is passed, then the password contained in the instance variable is used.
validatePath
in file Http.php, method Microsoft_Uri_Http::validatePath()
    Returns true if and only if the path string passes validation. If no path is passed, then the path contained in the instance variable is used.
validatePort
in file Http.php, method Microsoft_Uri_Http::validatePort()
    Returns true if and only if the TCP port string passes validation. If no port is passed, then the port contained in the instance variable is used.
validateQuery
in file Http.php, method Microsoft_Uri_Http::validateQuery()
    Returns true if and only if the query string passes validation. If no query is passed, then the query string contained in the instance variable is used.
validateUsername
in file Http.php, method Microsoft_Uri_Http::validateUsername()
    Returns true if and only if the username passes validation. If no username is passed, then the username contained in the instance variable is used.
VERBOSE
in file LogLevel.php, class constant Microsoft_WindowsAzure_Diagnostics_LogLevel::VERBOSE
top

w

waitForOperation
in file Client.php, method Microsoft_WindowsAzure_Management_Client::waitForOperation()
    Wait for an operation to complete
walkUpgradeDomainByDeploymentId
in file Client.php, method Microsoft_WindowsAzure_Management_Client::walkUpgradeDomainByDeploymentId()
    The Walk Upgrade Domain operation specifies the next upgrade domain to be walked during an in-place upgrade.
walkUpgradeDomainBySlot
in file Client.php, method Microsoft_WindowsAzure_Management_Client::walkUpgradeDomainBySlot()
    The Walk Upgrade Domain operation specifies the next upgrade domain to be walked during an in-place upgrade.
WARN
in file Log.php, class constant Microsoft_Log::WARN
WARNING
in file LogLevel.php, class constant Microsoft_WindowsAzure_Diagnostics_LogLevel::WARNING
where
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::where()
    Add where clause
wherePartitionKey
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::wherePartitionKey()
    Specify partition key
whereRowKey
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::whereRowKey()
    Specify row key
WindowsAzure.php
procedural page WindowsAzure.php
WindowsAzure.php
procedural page WindowsAzure.php
write
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::write()
    Send request to the remote server
write
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::write()
    Send request to the remote server
write
in file Abstract.php, method Microsoft_Log_Writer_Abstract::write()
    Log a message to this writer.
write
in file Proxy.php, method Microsoft_Http_Client_Adapter_Proxy::write()
    Send request to the proxy server
write
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::write()
    Write a specific session
write
in file Interface.php, method Microsoft_Http_Client_Adapter_Interface::write()
    Send request to the remote server
top

_

$_accept
in file Suppress.php, variable Microsoft_Log_Filter_Suppress::$_accept
$_accountKey
in file CredentialsAbstract.php, variable Microsoft_WindowsAzure_Credentials_CredentialsAbstract::$_accountKey
    Account key for Windows Azure
$_accountKey
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_accountKey
    Account key for Windows Azure
$_accountName
in file CredentialsAbstract.php, variable Microsoft_WindowsAzure_Credentials_CredentialsAbstract::$_accountName
    Account name for Windows Azure
$_accountName
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_accountName
    Account name for Windows Azure
$_apiVersion
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_apiVersion
    Current API version
$_apiVersion
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_apiVersion
    Current API version
$_baseUrl
in file Batch.php, variable Microsoft_WindowsAzure_Storage_Batch::$_baseUrl
    Base URL
$_blobs
in file Stream.php, variable Microsoft_WindowsAzure_Storage_Blob_Stream::$_blobs
    List of blobs
$_blobStorageClient
in file Manager.php, variable Microsoft_WindowsAzure_Diagnostics_Manager::$_blobStorageClient
    Blob storage client
$_bufferMessages
in file WindowsAzure.php, variable Microsoft_WindowsAzure_Log_Writer_WindowsAzure::$_bufferMessages
    Whether to keep all messages to be logged in an external buffer until the script ends and only then to send the messages in batch to the logging component.
$_certificatePassphrase
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_certificatePassphrase
    Management certificate passphrase
$_certificatePath
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_certificatePath
    Management certificate path (.PEM)
$_cleanup
in file Stream.php, variable Microsoft_Http_Response_Stream::$_cleanup
    Should we clean up the stream file when this response is closed?
$_config
in file Uri.php, variable Microsoft_Uri::$_config
    Global configuration array
$_config
in file Curl.php, variable Microsoft_Http_Client_Adapter_Curl::$_config
    Parameters array
$_connected_to
in file Curl.php, variable Microsoft_Http_Client_Adapter_Curl::$_connected_to
    What host/port are we connected to?
$_context
in file Socket.php, variable Microsoft_Http_Client_Adapter_Socket::$_context
    Stream context
$_controlContainer
in file Manager.php, variable Microsoft_WindowsAzure_Diagnostics_Manager::$_controlContainer
    Control container name
$_credentials
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_credentials
    Microsoft_WindowsAzure_Credentials_CredentialsAbstract instance
$_curl
in file Curl.php, variable Microsoft_Http_Client_Adapter_Curl::$_curl
    The curl session handle
$_currentBatch
in file BatchStorageAbstract.php, variable Microsoft_WindowsAzure_Storage_BatchStorageAbstract::$_currentBatch
    Current batch
$_data
in file StorageEntityAbstract.php, variable Microsoft_WindowsAzure_Storage_StorageEntityAbstract::$_data
    Data
$_data
in file ConfigurationObjectBaseAbstract.php, variable Microsoft_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract::$_data
    Data
$_data
in file ServiceEntityAbstract.php, variable Microsoft_WindowsAzure_Management_ServiceEntityAbstract::$_data
    Data
$_data
in file BlobContainer.php, variable Microsoft_WindowsAzure_Storage_BlobContainer::$_data
    Data
$_defaultFilterNamespace
in file Log.php, variable Microsoft_Log::$_defaultFilterNamespace
$_defaultWriterNamespace
in file Log.php, variable Microsoft_Log::$_defaultWriterNamespace
$_dynamicProperties
in file DynamicTableEntity.php, variable Microsoft_WindowsAzure_Storage_DynamicTableEntity::$_dynamicProperties
    Dynamic properties
$_etag
in file TableEntity.php, variable Microsoft_WindowsAzure_Storage_TableEntity::$_etag
    Etag
$_extras
in file Log.php, variable Microsoft_Log::$_extras
$_fileInfoDb
in file Client.php, variable Microsoft_Http_Client::$_fileInfoDb
    Fileinfo magic database resource
$_fileName
in file Stream.php, variable Microsoft_WindowsAzure_Storage_Blob_Stream::$_fileName
    Current file name
$_filters
in file Abstract.php, variable Microsoft_Log_Writer_Abstract::$_filters
$_filters
in file Log.php, variable Microsoft_Log::$_filters
$_formatter
in file WindowsAzure.php, variable Microsoft_WindowsAzure_Log_Writer_WindowsAzure::$_formatter
$_formatter
in file Abstract.php, variable Microsoft_Log_Writer_Abstract::$_formatter
    Formats the log message before writing.
$_forTableStorage
in file Batch.php, variable Microsoft_WindowsAzure_Storage_Batch::$_forTableStorage
    For table storage?
$_fragment
in file Http.php, variable Microsoft_Uri_Http::$_fragment
    HTTP fragment
$_from
in file TableEntityQuery.php, variable Microsoft_WindowsAzure_Storage_TableEntityQuery::$_from
    From
$_host
in file Http.php, variable Microsoft_Uri_Http::$_host
    HTTP host
$_host
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_host
    Storage host name
$_httpClientChannel
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_httpClientChannel
    Microsoft_Http_Client channel used for communication with REST services
$_httpClientChannel
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_httpClientChannel
    Microsoft_Http_Client channel used for communication with REST services
$_invalidOverwritableCurlOptions
in file Curl.php, variable Microsoft_Http_Client_Adapter_Curl::$_invalidOverwritableCurlOptions
    List of cURL options that should never be overwritten
$_isSingleSelect
in file Batch.php, variable Microsoft_WindowsAzure_Storage_Batch::$_isSingleSelect
    Does the batch contain a single select?
$_lastRequestId
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_lastRequestId
    Returns the last request ID
$_messageBuffer
in file WindowsAzure.php, variable Microsoft_WindowsAzure_Log_Writer_WindowsAzure::$_messageBuffer
    If message buffering is activated, it will store all the messages in this buffer and only write them to table storage (in a batch transaction) when the script ends.
$_operations
in file Batch.php, variable Microsoft_WindowsAzure_Storage_Batch::$_operations
    Pending operations
$_operator
in file Priority.php, variable Microsoft_Log_Filter_Priority::$_operator
$_orderBy
in file TableEntityQuery.php, variable Microsoft_WindowsAzure_Storage_TableEntityQuery::$_orderBy
    Order by
$_partitionKey
in file TableEntityQuery.php, variable Microsoft_WindowsAzure_Storage_TableEntityQuery::$_partitionKey
    Partition key
$_partitionKey
in file TableEntity.php, variable Microsoft_WindowsAzure_Storage_TableEntity::$_partitionKey
    Partition key
$_password
in file Http.php, variable Microsoft_Uri_Http::$_password
    HTTP password
$_path
in file Http.php, variable Microsoft_Uri_Http::$_path
    HTTP part
$_permissionSet
in file SharedAccessSignature.php, variable Microsoft_WindowsAzure_Credentials_SharedAccessSignature::$_permissionSet
    Permission set
$_port
in file Http.php, variable Microsoft_Uri_Http::$_port
    HTTP post
$_priorities
in file Log.php, variable Microsoft_Log::$_priorities
$_priority
in file Priority.php, variable Microsoft_Log_Filter_Priority::$_priority
$_proxyCredentials
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_proxyCredentials
    Proxy credentials
$_proxyPort
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_proxyPort
    Proxy port
$_proxyUrl
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_proxyUrl
    Proxy url
$_query
in file Http.php, variable Microsoft_Uri_Http::$_query
    HTTP query
$_rawCookies
in file CookieJar.php, variable Microsoft_Http_CookieJar::$_rawCookies
    The Microsoft_Http_Cookie array
$_regex
in file Http.php, variable Microsoft_Uri_Http::$_regex
    Regular expression grammar rules for validation; values added by constructor
$_regexp
in file Message.php, variable Microsoft_Log_Filter_Message::$_regexp
$_response
in file Curl.php, variable Microsoft_Http_Client_Adapter_Curl::$_response
    Response gotten from server
$_retryCount
in file RetryN.php, variable Microsoft_WindowsAzure_RetryPolicy_RetryN::$_retryCount
    Number of retries
$_retryInterval
in file RetryN.php, variable Microsoft_WindowsAzure_RetryPolicy_RetryN::$_retryInterval
    Interval between retries (in milliseconds)
$_retryPolicy
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_retryPolicy
    Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract instance
$_retryPolicy
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_retryPolicy
    Microsoft_WindowsAzure_RetryPolicy_RetryPolicyAbstract instance
$_rowKey
in file TableEntity.php, variable Microsoft_WindowsAzure_Storage_TableEntity::$_rowKey
    Row key
$_rowKey
in file TableEntityQuery.php, variable Microsoft_WindowsAzure_Storage_TableEntityQuery::$_rowKey
    Row key
$_scheme
in file Uri.php, variable Microsoft_Uri::$_scheme
    Scheme of this URI (http, ftp, etc.)
$_sessionContainer
in file SessionHandler.php, variable Microsoft_WindowsAzure_SessionHandler::$_sessionContainer
    Session container name
$_sessionContainerPartition
in file SessionHandler.php, variable Microsoft_WindowsAzure_SessionHandler::$_sessionContainerPartition
    Session container partition
$_sharedAccessSignatureCredentials
in file Blob.php, variable Microsoft_WindowsAzure_Storage_Blob::$_sharedAccessSignatureCredentials
    SharedAccessSignature credentials
$_storage
in file SessionHandler.php, variable Microsoft_WindowsAzure_SessionHandler::$_storage
    Storage back-end
$_storageClient
in file Batch.php, variable Microsoft_WindowsAzure_Storage_Batch::$_storageClient
    Storage client the batch is defined on
$_storageClient
in file Stream.php, variable Microsoft_WindowsAzure_Storage_Blob_Stream::$_storageClient
    Blob storage client
$_storageType
in file SessionHandler.php, variable Microsoft_WindowsAzure_SessionHandler::$_storageType
    Storage backend type
$_subscriptionId
in file Client.php, variable Microsoft_WindowsAzure_Management_Client::$_subscriptionId
    Subscription ID
$_tableName
in file WindowsAzure.php, variable Microsoft_WindowsAzure_Log_Writer_WindowsAzure::$_tableName
    Name of the table to use for logging purposes
$_tableStorageConnection
in file WindowsAzure.php, variable Microsoft_WindowsAzure_Log_Writer_WindowsAzure::$_tableStorageConnection
    Connection to a windows Azure
$_temporaryFileHandle
in file Stream.php, variable Microsoft_WindowsAzure_Storage_Blob_Stream::$_temporaryFileHandle
    Temporary file handle
$_temporaryFileName
in file Stream.php, variable Microsoft_WindowsAzure_Storage_Blob_Stream::$_temporaryFileName
    Temporary file name
$_throwExceptionOnMissingData
in file Table.php, variable Microsoft_WindowsAzure_Storage_Table::$_throwExceptionOnMissingData
    Throw Microsoft_WindowsAzure_Exception when a property is not specified in Windows Azure? Defaults to true, making behaviour similar to Windows Azure StorageClient in .NET.
$_timestamp
in file TableEntity.php, variable Microsoft_WindowsAzure_Storage_TableEntity::$_timestamp
    Timestamp
$_top
in file TableEntityQuery.php, variable Microsoft_WindowsAzure_Storage_TableEntityQuery::$_top
    Top
$_usePathStyleUri
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_usePathStyleUri
    Use path-style URI's
$_usePathStyleUri
in file CredentialsAbstract.php, variable Microsoft_WindowsAzure_Credentials_CredentialsAbstract::$_usePathStyleUri
    Use path-style URI's
$_useProxy
in file Storage.php, variable Microsoft_WindowsAzure_Storage::$_useProxy
    Use proxy?
$_username
in file Http.php, variable Microsoft_Uri_Http::$_username
    HTTP username
$_where
in file TableEntityQuery.php, variable Microsoft_WindowsAzure_Storage_TableEntityQuery::$_where
    Where
$_wrapperClients
in file Blob.php, variable Microsoft_WindowsAzure_Storage_Blob::$_wrapperClients
    Stream wrapper clients
$_writeMode
in file Stream.php, variable Microsoft_WindowsAzure_Storage_Blob_Stream::$_writeMode
    Write mode?
$_writers
in file Log.php, variable Microsoft_Log::$_writers
_beginBatch
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::_beginBatch()
    Starts a new batch operation set
_changeEntity
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_changeEntity()
    Update entity / merge entity
_checkSocketReadTimeout
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::_checkSocketReadTimeout()
    Check if the socket has timed out - if so close connection and throw an exception
_clean
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::_clean()
    Cleanup current batch
_cleanConfiguration
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_cleanConfiguration()
    Clean configuration
_configureDeployment
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_configureDeployment()
    The Change Deployment Configuration request may be specified as follows.
_constructFilterFromConfig
in file Log.php, method Microsoft_Log::_constructFilterFromConfig()
    Construct filter object from configuration array or Microsoft_Config object
_constructFromConfig
in file Log.php, method Microsoft_Log::_constructFromConfig()
    Construct a filter or writer from config
_constructWriterFromConfig
in file Log.php, method Microsoft_Log::_constructWriterFromConfig()
    Construct a writer object based on a configuration array
_convertToDateTime
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::_convertToDateTime()
    Converts a string to a DateTime object. Returns false on failure.
_convertToDateTime
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_convertToDateTime()
    Converts a string to a DateTime object. Returns false on failure.
_convertToEdmDateTime
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_convertToEdmDateTime()
    Converts a DateTime object into an Edm.DaeTime value in UTC timezone, represented as a string.
_convertXmlElementToDeploymentInstance
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_convertXmlElementToDeploymentInstance()
    Converts an XmlElement into a Microsoft_WindowsAzure_Management_DeploymentInstance
_deleteDeployment
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_deleteDeployment()
    The Delete Deployment operation deletes the specified deployment.
_detectFileMimeType
in file Client.php, method Microsoft_Http_Client::_detectFileMimeType()
    Attempt to detect the MIME type of a file using available extensions
_ensureStorageInitialized
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::_ensureStorageInitialized()
    Ensure storage has been initialized
_fillTemplate
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_fillTemplate()
    Fill text template with variables from key/value array
_flattenCookiesArray
in file CookieJar.php, method Microsoft_Http_CookieJar::_flattenCookiesArray()
    Helper function to recursivly flatten an array. Shoud be used when exporting the cookies array (or parts of it)
_flattenParametersArray
in file Client.php, method Microsoft_Http_Client::_flattenParametersArray()
    Convert an array of parameters into a flat array of (key, value) pairs
_generateAzureRepresentation
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_generateAzureRepresentation()
    Generate Azure representation from entity (creates atompub markup from properties)
_generateBlockId
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::_generateBlockId()
    Generate block id
_generateMetadataHeaders
in file Storage.php, method Microsoft_WindowsAzure_Storage::_generateMetadataHeaders()
    Generate metadata headers
_getContainerName
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::_getContainerName()
    Extract container name
_getCurrentRoleInstanceId
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::_getCurrentRoleInstanceId()
    Get the current role instance ID. Only works on Development Fabric or Windows Azure Fabric.
_getDeployment
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_getDeployment()
    The Get Deployment operation returns configuration information, status, and system properties for the specified deployment.
_getErrorMessage
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::_getErrorMessage()
    Get error message from Microsoft_Http_Response
_getErrorMessage
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::_getErrorMessage()
    Get error message from Microsoft_Http_Response
_getErrorMessage
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_getErrorMessage()
    Get error message from Microsoft_Http_Response
_getErrorMessage
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_getErrorMessage()
    Get error message from Microsoft_Http_Response
_getFileName
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::_getFileName()
    Extract file name
_getParametersRecursive
in file Client.php, method Microsoft_Http_Client::_getParametersRecursive()
    Helper method that gets a possibly multi-level parameters array (get or post) and flattens it.
_getStorageClient
in file Stream.php, method Microsoft_WindowsAzure_Storage_Blob_Stream::_getStorageClient()
    Retrieve storage client for this stream type
_issetOr
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::_issetOr()
    Returns an array value if the key is set, otherwide returns $valueIfNotSet
_makeArrayOfQueryString
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::_makeArrayOfQueryString()
    Make array of query string
_matchDomain
in file CookieJar.php, method Microsoft_Http_CookieJar::_matchDomain()
    Return a subset of the cookies array matching a specific domain
_matchPath
in file CookieJar.php, method Microsoft_Http_CookieJar::_matchPath()
    Return a subset of a domain-matching cookies that also match a specified path
_openTempStream
in file Client.php, method Microsoft_Http_Client::_openTempStream()
    Create temporary stream
_parseConfig
in file Abstract.php, method Microsoft_Log_Writer_Abstract::_parseConfig()
    Validate and optionally convert the config to array
_parseConfig
in file Abstract.php, method Microsoft_Log_Filter_Abstract::_parseConfig()
    Validate and optionally convert the config to array
_parseMetadataElement
in file Storage.php, method Microsoft_WindowsAzure_Storage::_parseMetadataElement()
    Parse metadata XML
_parseMetadataHeaders
in file Storage.php, method Microsoft_WindowsAzure_Storage::_parseMetadataHeaders()
    Parse metadata headers
_parseResponse
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_parseResponse()
    Parse result from Microsoft_Http_Response
_parseResponse
in file Storage.php, method Microsoft_WindowsAzure_Storage::_parseResponse()
    Parse result from Microsoft_Http_Response
_parseUri
in file Http.php, method Microsoft_Uri_Http::_parseUri()
    Parse the scheme-specific portion of the URI and place its parts into instance variables.
_performRequest
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_performRequest()
    Perform request using Microsoft_Http_Client channel
_performRequest
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_performRequest()
    Perform request using Microsoft_Http_Client channel
_performRequest
in file Storage.php, method Microsoft_WindowsAzure_Storage::_performRequest()
    Perform request using Microsoft_Http_Client channel
_prepareBody
in file Client.php, method Microsoft_Http_Client::_prepareBody()
    Prepare the request body (for POST and PUT requests)
_prepareHeaders
in file Client.php, method Microsoft_Http_Client::_prepareHeaders()
    Prepare the request headers
_prepareQueryStringForSigning
in file SharedKeyLite.php, method Microsoft_WindowsAzure_Credentials_SharedKeyLite::_prepareQueryStringForSigning()
    Prepare query string for signing
_prepareQueryStringForSigning
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::_prepareQueryStringForSigning()
    Prepare query string for signing
_quoteInto
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::_quoteInto()
    Quotes a variable into a condition
_rebootOrReimageRoleInstance
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_rebootOrReimageRoleInstance()
    Reboots or reimages a role instance.
_replaceOperators
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::_replaceOperators()
    Replace operators
_rfcDate
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::_rfcDate()
    Generate RFC 1123 compliant date string
_setParameter
in file Client.php, method Microsoft_Http_Client::_setParameter()
    Set a GET or POST parameter - used by SetParameterGet and SetParameterPost
_updateDeploymentStatus
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_updateDeploymentStatus()
    The Update Deployment Status operation initiates a change in deployment status.
_updateInstanceCountInConfiguration
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_updateInstanceCountInConfiguration()
    Updates instance count in configuration XML.
_upgradeDeployment
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_upgradeDeployment()
    The Upgrade Deployment operation initiates an upgrade.
_walkUpgradeDomain
in file Client.php, method Microsoft_WindowsAzure_Management_Client::_walkUpgradeDomain()
    The Walk Upgrade Domain operation specifies the next upgrade domain to be walked during an in-place upgrade.
_write
in file WindowsAzure.php, method Microsoft_WindowsAzure_Log_Writer_WindowsAzure::_write()
    Write a message to the table storage. If buffering is activated, then messages will just be added to an internal buffer.
_write
in file Abstract.php, method Microsoft_Log_Writer_Abstract::_write()
    Write a message to the log.
__call
in file Log.php, method Microsoft_Log::__call()
    Undefined method handler allows a shortcut:
__construct
in file OperatingSystemFamilyInstance.php, method Microsoft_WindowsAzure_Management_OperatingSystemFamilyInstance::__construct()
    Constructor
__construct
in file Client.php, method Microsoft_Http_Client::__construct()
    Contructor method. Will create a new HTTP client. Accepts the target URL and optionally configuration array.
__construct
in file Table.php, method Microsoft_WindowsAzure_Storage_Table::__construct()
    Creates a new Microsoft_WindowsAzure_Storage_Table instance
__construct
in file Message.php, method Microsoft_Log_Filter_Message::__construct()
    Filter out any log messages not matching $regexp.
__construct
in file SubscriptionOperationInstance.php, method Microsoft_WindowsAzure_Management_SubscriptionOperationInstance::__construct()
    Constructor
__construct
in file Curl.php, method Microsoft_Http_Client_Adapter_Curl::__construct()
    Adapter constructor
__construct
in file WindowsAzure.php, method Microsoft_WindowsAzure_Log_Writer_WindowsAzure::__construct()
__construct
in file DeploymentInstance.php, method Microsoft_WindowsAzure_Management_DeploymentInstance::__construct()
    Constructor
__construct
in file Http.php, method Microsoft_Uri_Http::__construct()
    Constructor accepts a string $scheme (e.g., http, https) and a scheme-specific part of the URI (e.g., example.com/path/to/resource?query=param#fragment)
__construct
in file TableEntity.php, method Microsoft_WindowsAzure_Storage_TableEntity::__construct()
    Constructor
__construct
in file CertificateInstance.php, method Microsoft_WindowsAzure_Management_CertificateInstance::__construct()
    Constructor
__construct
in file BlobInstance.php, method Microsoft_WindowsAzure_Storage_BlobInstance::__construct()
    Constructor
__construct
in file CredentialsAbstract.php, method Microsoft_WindowsAzure_Credentials_CredentialsAbstract::__construct()
    Creates a new Microsoft_WindowsAzure_Credentials_CredentialsAbstract instance
__construct
in file Client.php, method Microsoft_WindowsAzure_Management_Client::__construct()
    Creates a new Microsoft_WindowsAzure_Management instance
__construct
in file Log.php, method Microsoft_Log::__construct()
    Class constructor. Create a new logger
__construct
in file DirectoryConfigurationSubscription.php, method Microsoft_WindowsAzure_Diagnostics_DirectoryConfigurationSubscription::__construct()
    Constructor
__construct
in file QueueInstance.php, method Microsoft_WindowsAzure_Storage_QueueInstance::__construct()
    Constructor
__construct
in file TableInstance.php, method Microsoft_WindowsAzure_Storage_TableInstance::__construct()
    Constructor
__construct
in file RetryN.php, method Microsoft_WindowsAzure_RetryPolicy_RetryN::__construct()
    Constructor
__construct
in file HostedServiceInstance.php, method Microsoft_WindowsAzure_Management_HostedServiceInstance::__construct()
    Constructor
__construct
in file Manager.php, method Microsoft_WindowsAzure_Diagnostics_Manager::__construct()
    Create a new instance of Microsoft_WindowsAzure_Diagnostics_Manager
__construct
in file LeaseInstance.php, method Microsoft_WindowsAzure_Storage_LeaseInstance::__construct()
    Constructor
__construct
in file ConfigurationPerformanceCounters.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationPerformanceCounters::__construct()
    Constructor
__construct
in file AffinityGroupInstance.php, method Microsoft_WindowsAzure_Management_AffinityGroupInstance::__construct()
    Constructor
__construct
in file Batch.php, method Microsoft_WindowsAzure_Storage_Batch::__construct()
    Creates a new Microsoft_WindowsAzure_Storage_Batch
__construct
in file Uri.php, method Microsoft_Uri::__construct()
    Microsoft_Uri and its subclasses cannot be instantiated directly.
__construct
in file ConfigurationInstance.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationInstance::__construct()
    Constructor
__construct
in file ConfigurationLogs.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationLogs::__construct()
    Constructor
__construct
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::__construct()
    Adapter constructor, currently empty. Config is set using setConfig()
__construct
in file ConfigurationWindowsEventLog.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationWindowsEventLog::__construct()
    Constructor
__construct
in file Response.php, method Microsoft_Http_Response::__construct()
    HTTP response constructor
__construct
in file CookieJar.php, method Microsoft_Http_CookieJar::__construct()
    Construct a new CookieJar object
__construct
in file SessionHandler.php, method Microsoft_WindowsAzure_SessionHandler::__construct()
    Creates a new Microsoft_WindowsAzure_SessionHandler instance
__construct
in file Cookie.php, method Microsoft_Http_Cookie::__construct()
    Cookie object constructor
__construct
in file SignedIdentifier.php, method Microsoft_WindowsAzure_Storage_SignedIdentifier::__construct()
    Constructor
__construct
in file SharedAccessSignature.php, method Microsoft_WindowsAzure_Credentials_SharedAccessSignature::__construct()
    Creates a new Microsoft_WindowsAzure_Credentials_SharedAccessSignature instance
__construct
in file ConfigurationDirectories.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationDirectories::__construct()
    Constructor
__construct
in file ConfigurationDiagnosticInfrastructureLogs.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationDiagnosticInfrastructureLogs::__construct()
    Constructor
__construct
in file OperationStatusInstance.php, method Microsoft_WindowsAzure_Management_OperationStatusInstance::__construct()
    Constructor
__construct
in file Queue.php, method Microsoft_WindowsAzure_Storage_Queue::__construct()
    Creates a new Microsoft_WindowsAzure_Storage_Queue instance
__construct
in file Blob.php, method Microsoft_WindowsAzure_Storage_Blob::__construct()
    Creates a new Microsoft_WindowsAzure_Storage_Blob instance
__construct
in file Priority.php, method Microsoft_Log_Filter_Priority::__construct()
    Filter logging by $priority. By default, it will accept any log event whose priority value is less than or equal to $priority.
__construct
in file OperatingSystemInstance.php, method Microsoft_WindowsAzure_Management_OperatingSystemInstance::__construct()
    Constructor
__construct
in file StorageServiceInstance.php, method Microsoft_WindowsAzure_Management_StorageServiceInstance::__construct()
    Constructor
__construct
in file BlobContainer.php, method Microsoft_WindowsAzure_Storage_BlobContainer::__construct()
    Constructor
__construct
in file QueueMessage.php, method Microsoft_WindowsAzure_Storage_QueueMessage::__construct()
    Constructor
__construct
in file LocationInstance.php, method Microsoft_WindowsAzure_Management_LocationInstance::__construct()
    Constructor
__construct
in file ConfigurationDataSources.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationDataSources::__construct()
    Constructor
__construct
in file PerformanceCounterSubscription.php, method Microsoft_WindowsAzure_Diagnostics_PerformanceCounterSubscription::__construct()
    Constructor
__construct
in file Storage.php, method Microsoft_WindowsAzure_Storage::__construct()
    Creates a new Microsoft_WindowsAzure_Storage instance
__construct
in file PageRegionInstance.php, method Microsoft_WindowsAzure_Storage_PageRegionInstance::__construct()
    Constructor
__construct
in file Stream.php, method Microsoft_Http_Response_Stream::__construct()
    HTTP response constructor
__destruct
in file Stream.php, method Microsoft_Http_Response_Stream::__destruct()
__destruct
in file Socket.php, method Microsoft_Http_Client_Adapter_Socket::__destruct()
    Destructor: make sure the socket is disconnected
__destruct
in file Log.php, method Microsoft_Log::__destruct()
    Class destructor. Shutdown log writers
__destruct
in file Proxy.php, method Microsoft_Http_Client_Adapter_Proxy::__destruct()
    Destructor: make sure the socket is disconnected
__get
in file BlobContainer.php, method Microsoft_WindowsAzure_Storage_BlobContainer::__get()
    Magic overload for getting properties
__get
in file ServiceEntityAbstract.php, method Microsoft_WindowsAzure_Management_ServiceEntityAbstract::__get()
    Magic overload for getting properties
__get
in file StorageEntityAbstract.php, method Microsoft_WindowsAzure_Storage_StorageEntityAbstract::__get()
    Magic overload for getting properties
__get
in file ConfigurationObjectBaseAbstract.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract::__get()
    Magic overload for getting properties
__get
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::__get()
    Magic overload for getting properties
__set
in file BlobContainer.php, method Microsoft_WindowsAzure_Storage_BlobContainer::__set()
    Magic overload for setting properties
__set
in file ServiceEntityAbstract.php, method Microsoft_WindowsAzure_Management_ServiceEntityAbstract::__set()
    Magic overload for setting properties
__set
in file StorageEntityAbstract.php, method Microsoft_WindowsAzure_Storage_StorageEntityAbstract::__set()
    Magic overload for setting properties
__set
in file ConfigurationObjectBaseAbstract.php, method Microsoft_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract::__set()
    Magic overload for setting properties
__set
in file DynamicTableEntity.php, method Microsoft_WindowsAzure_Storage_DynamicTableEntity::__set()
    Magic overload for setting properties
__toString
in file Response.php, method Microsoft_Http_Response::__toString()
    Implements magic __toString()
__toString
in file TableEntityQuery.php, method Microsoft_WindowsAzure_Storage_TableEntityQuery::__toString()
    __toString overload
__toString
in file Uri.php, method Microsoft_Uri::__toString()
    Return a string representation of this URI.
__toString
in file Cookie.php, method Microsoft_Http_Cookie::__toString()
    Get the cookie as a string, suitable for sending as a "Cookie" header in an HTTP request
top

Documentation generated on Wed, 18 May 2011 12:06:01 +0200 by phpDocumentor 1.4.3