org.soyatec.windowsazure.management
Class ServiceManagementConstants

java.lang.Object
  extended by org.soyatec.windowsazure.management.ServiceManagementConstants

public class ServiceManagementConstants
extends java.lang.Object

The constants of service management.


Field Summary
static java.lang.String OperationTrackingIdHeader
          Operation Tracking Id Header
static java.lang.String ServiceManagementNS
          Service Management NS
 
Constructor Summary
ServiceManagementConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OperationTrackingIdHeader

public static final java.lang.String OperationTrackingIdHeader
Operation Tracking Id Header

See Also:
Constant Field Values

ServiceManagementNS

public static final java.lang.String ServiceManagementNS
Service Management NS

See Also:
Constant Field Values
Constructor Detail

ServiceManagementConstants

public ServiceManagementConstants()