Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
azure
RoleEnvironmentInterface
Class RoleEnvironmentInterface
Hierarchy
EventEmitter
RoleEnvironmentInterface
Index
Methods
addListener
clearStatus
emit
getConfigurationSettings
getCurrentRoleInstance
getDeploymentId
getLocalResources
getRoles
isAvailable
isEmulated
listeners
on
once
removeAllListeners
removeListener
requestRecycle
setMaxListeners
setStatus
Methods
public
addListener
(
event
:
string
, listener
:
Function
)
:
EventEmitter
Parameters
event:
string
listener:
Function
Returns
EventEmitter
public
clearStatus
(
callback
:
(error: any) => void
)
Parameters
callback:
(error: any) => void
public
emit
(
event
:
string
, args
?:
Array<any>
)
:
boolean
Parameters
event:
string
args?:
Array<any>
optional
Returns
boolean
public
getConfigurationSettings
(
callback
:
(error: any, settings: any) => void
)
Parameters
callback:
(error: any, settings: any) => void
public
getCurrentRoleInstance
(
callback
:
(error: any, instance: any) => void
)
Parameters
callback:
(error: any, instance: any) => void
public
getDeploymentId
(
callback
:
(error: any, id: string) => void
)
Parameters
callback:
(error: any, id: string) => void
public
getLocalResources
(
callback
:
(error: any, resources: any) => void
)
Parameters
callback:
(error: any, resources: any) => void
public
getRoles
(
callback
:
(error: any, roles: any) => void
)
Parameters
callback:
(error: any, roles: any) => void
public
isAvailable
(
callback
:
(error: any, available: boolean) => void
)
Parameters
callback:
(error: any, available: boolean) => void
public
isEmulated
(
callback
:
(error: any, emulated: boolean) => void
)
Parameters
callback:
(error: any, emulated: boolean) => void
public
listeners
(
event
:
string
)
:
Array<Function>
Parameters
event:
string
Returns
Array<Function>
public
on
(
event
:
string
, listener
:
Function
)
:
EventEmitter
Parameters
event:
string
listener:
Function
Returns
EventEmitter
public
once
(
event
:
string
, listener
:
Function
)
:
EventEmitter
Parameters
event:
string
listener:
Function
Returns
EventEmitter
public
removeAllListeners
(
event
?:
string
)
:
EventEmitter
Parameters
event?:
string
optional
Returns
EventEmitter
public
removeListener
(
event
:
string
, listener
:
Function
)
:
EventEmitter
Parameters
event:
string
listener:
Function
Returns
EventEmitter
public
requestRecycle
(
callback
:
(error: any) => void
)
Parameters
callback:
(error: any) => void
public
setMaxListeners
(
n
:
number
)
Parameters
n:
number
public
setStatus
(
roleInstanceStatus
:
any
, expirationUtc
:
any
, callback
:
(error: any) => void
)
Parameters
roleInstanceStatus:
any
expirationUtc:
any
callback:
(error: any) => void
Globals
NodeJS
assert
azure
azure.Constants
azure.ISO8061Date
azure.ServiceSettings
azure.Validate
azure.date
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
RoleEnvironment
CreateTableIfNotExistsCallback
DeleteEntityCallback
DeleteTableCallback
Entity
ModifyEntityCallback
QueryEntitiesCallback
QueryEntitiesResultContinuation
QueryEntityCallback
QueryResultContinuation
QueryTablesCallback
QueryTablesOptions
TableRequestCallback
TableResult
TimeoutIntervalOptions
UpdateEntityOptions
WebResponse
BatchServiceClient
BlobService
ConnectionStringParser
ExponentialRetryPolicyFilter
LinearRetryPolicyFilter
Logger
QueueService
RoleEnvironmentInterface
addListener
clearStatus
emit
getConfigurationSettings
getCurrentRoleInstance
getDeploymentId
getLocalResources
getRoles
isAvailable
isEmulated
listeners
on
once
removeAllListeners
removeListener
requestRecycle
setMaxListeners
setStatus
ServiceBusService
ServiceBusSettings
ServiceClient
ServiceManagementClient
ServiceManagementService
ServiceManagementSettinsg
SharedAccessSignature
SharedKey
SharedKeyLite
SharedKeyLiteTable
SharedKeyTable
SqlManagementService
SqlService
StorageServiceClient
StorageServiceSettings
TableQuery
TableService
WebResource
createBlobService
createQueueService
createServiceBusService
createServiceManagementService
createSqlManagementService
createSqlService
createTableService
isEmulated