Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Additional resources