AzureStorageClusteringOptionsValidator Constructor
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.
Initializes a new instance of the AzureStorageClusteringOptionsValidator class.
public AzureStorageClusteringOptionsValidator (Orleans.Clustering.AzureStorage.AzureStorageClusteringOptions options, string name);
new Orleans.Clustering.AzureStorage.AzureStorageClusteringOptionsValidator : Orleans.Clustering.AzureStorage.AzureStorageClusteringOptions * string -> Orleans.Clustering.AzureStorage.AzureStorageClusteringOptionsValidator
Public Sub New (options As AzureStorageClusteringOptions, name As String)
Parameters
- options
- AzureStorageClusteringOptions
The option to be validated.
- name
- String
The option name to be validated.