EventHubCacheMonitorDimensions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventHubCacheMonitorDimensions() |
Zero parametrers constructor |
EventHubCacheMonitorDimensions(EventHubMonitorAggregationDimensions, String, String) |
Constructor |
EventHubCacheMonitorDimensions()
Zero parametrers constructor
public EventHubCacheMonitorDimensions ();
Public Sub New ()
Applies to
EventHubCacheMonitorDimensions(EventHubMonitorAggregationDimensions, String, String)
Constructor
public EventHubCacheMonitorDimensions (Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions dimensions, string ehPartition, string blockPoolId);
new Orleans.ServiceBus.Providers.EventHubCacheMonitorDimensions : Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions * string * string -> Orleans.ServiceBus.Providers.EventHubCacheMonitorDimensions
Public Sub New (dimensions As EventHubMonitorAggregationDimensions, ehPartition As String, blockPoolId As String)
Parameters
- dimensions
- EventHubMonitorAggregationDimensions
- ehPartition
- String
- blockPoolId
- String