Microsoft.WindowsAzure.ServiceRuntime Namespace

 

Classes

Class Description
System_CAPS_pubclass LocalResource

Represents a local storage resource that is reserved for a hosted service.

System_CAPS_pubclass Role

Represents a role that is defined as part of a hosted service.

System_CAPS_pubclass RoleEntryPoint

Provides methods to run code when a role instance is initialized, run, and stopped.

System_CAPS_pubclass RoleEnvironment

Provides information about the configuration, endpoints, and status of running role instances.

System_CAPS_pubclass RoleEnvironmentCertificateChange

Represents a change in the certificate configuration of a role.

System_CAPS_pubclass RoleEnvironmentChange

Represents a change to the configuration of a hosted service.

System_CAPS_pubclass RoleEnvironmentChangedEventArgs

Represents the arguments for the Changed event, which occurs after a configuration change has been applied to a role instance.

System_CAPS_pubclass RoleEnvironmentChangingEventArgs

Represents the arguments for the Changing event, which occurs before a configuration change is applied to a role instance.

System_CAPS_pubclass RoleEnvironmentConfigurationSettingChange

Represents a change to the configuration of a role.

System_CAPS_pubclass RoleEnvironmentException

The exception that is thrown when an error occurs in accessing the properties and methods of the RoleEnvironment class.

System_CAPS_pubclass RoleEnvironmentStoppingEventArgs

Represents the arguments for the Stopping event, which occurs when a role instance is being stopped.

System_CAPS_pubclass RoleEnvironmentTopologyChange

Represents a change to the topology of a role.

System_CAPS_pubclass RoleInstance

Represents an instance of a role.

System_CAPS_pubclass RoleInstanceEndpoint

Represents an endpoint that is associated with a role instance.

System_CAPS_pubclass RoleInstanceStatusCheckEventArgs

Represents the arguments for the StatusCheck event, which occurs at a regular interval to indicate the status of a role instance.

System_CAPS_pubclass SimultaneousChange

Represents a simultaneous change to the configuration of a cloud service. A simultaneous change affects all role instances at the same time.

System_CAPS_pubclass SimultaneousChangedEventArgs

Represents the arguments for the SimultaneousChanged event, which occurs after a simultaneous configuration change has been applied to a role. A simultaneous configuration change affects all role instances at the same time.

System_CAPS_pubclass SimultaneousChangingEventArgs

Represents the arguments for the SimultaneousChanging event, which occurs before a configuration change is applied to all role instances.

System_CAPS_pubclass SimultaneousTopologyChange

Represents a simultaneous change to the topology of a role. A simultaneous change affects all role instances at the same time.

System_CAPS_pubclass VirtualIPEndpoints

System_CAPS_pubclass VirtualIPGroup

System_CAPS_pubclass VirtualIPGroupChange

System_CAPS_pubclass WindowsAzureHostingPermission

Represents access to the Windows Azure runtime environment.

System_CAPS_pubclass WindowsAzureHostingPermissionAttribute

Enumerations

Enumeration Description
System_CAPS_pubenum RoleInstanceStatus

Indicates the status of a role instance.

Return to top