Constants.ServiceBusResourceType Class

 

Service bus resource 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.ServiceBusResourceType

Syntax

public static class ServiceBusResourceType
public ref class ServiceBusResourceType abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServiceBusResourceType = class end
Public NotInheritable Class ServiceBusResourceType

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static NotificationHubs

Notification Hub resource type

System_CAPS_pubfieldSystem_CAPS_static Queues

Queues resource type

System_CAPS_pubfieldSystem_CAPS_static Topics

Topics resource 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