Düzenle

Aracılığıyla paylaş


AzureConfigurationExtensions Class

Definition

Extension methods for configuration classes specific to OrleansAzureUtils.dll

public static class AzureConfigurationExtensions
type AzureConfigurationExtensions = class
Public Module AzureConfigurationExtensions
Inheritance
AzureConfigurationExtensions

Methods

AddAzureBlobStorageProvider(ClusterConfiguration, String, String, String, Boolean, Boolean)

Adds a storage provider of type AzureBlobStorage.

AddAzureQueueStreamProvider(ClientConfiguration, String, String, Int32, String, Int32, PersistentStreamProviderState, PersistentStreamProviderConfig)

Adds a stream provider of type AzureQueueStreamProvider.

AddAzureQueueStreamProvider(ClusterConfiguration, String, String, Int32, String, Int32, PersistentStreamProviderState, PersistentStreamProviderConfig)

Adds a stream provider of type AzureQueueStreamProvider.

AddAzureQueueStreamProviderV2(ClientConfiguration, String, String, Int32, String, Int32, PersistentStreamProviderState, PersistentStreamProviderConfig)

Adds a stream provider of type AzureQueueStreamProviderV2.

AddAzureQueueStreamProviderV2(ClusterConfiguration, String, String, Int32, String, Int32, PersistentStreamProviderState, PersistentStreamProviderConfig)

Adds a stream provider of type AzureQueueStreamProviderV2.

AddAzureTableStorageProvider(ClusterConfiguration, String, String, String, Boolean, Boolean, Boolean, Boolean)

Adds a storage provider of type AzureTableStorage.

Applies to