IServiceManagement Interface

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Defines the Windows Azure Service Management REST API service contract.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/windowsazure")]
[ServiceKnownTypeAttribute(typeof(DeploymentSlot))]
public interface IServiceManagement
'Declaration
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/windowsazure")> _
<ServiceKnownTypeAttribute(GetType(DeploymentSlot))> _
Public Interface IServiceManagement
[ServiceContractAttribute(Namespace = L"https://schemas.microsoft.com/windowsazure")]
[ServiceKnownTypeAttribute(typeof(DeploymentSlot))]
public interface class IServiceManagement

See Also

IServiceManagement Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement Namespace