AzureStorageGatewayOptionsValidator 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 AzureStorageGatewayOptionsValidator class.
public AzureStorageGatewayOptionsValidator (Orleans.Clustering.AzureStorage.AzureStorageGatewayOptions options, string name);
new Orleans.Clustering.AzureStorage.AzureStorageGatewayOptionsValidator : Orleans.Clustering.AzureStorage.AzureStorageGatewayOptions * string -> Orleans.Clustering.AzureStorage.AzureStorageGatewayOptionsValidator
Public Sub New (options As AzureStorageGatewayOptions, name As String)
Parameters
- options
- AzureStorageGatewayOptions
The option to be validated.
- name
- String
The option name to be validated.