Constants.StorageServiceType Class
Storage service types
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Utilities
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Monitoring.Utilities.Constants.StorageServiceType
Syntax
public static class StorageServiceType
public ref class StorageServiceType abstract sealed
[<AbstractClass>]
[<Sealed>]
type StorageServiceType = class end
Public NotInheritable Class StorageServiceType
Fields
Name | Description | |
---|---|---|
Blob | Blob service type |
|
Queue | Queue service type |
|
Table | Table service type |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace
Return to top