AzureBlobStorageOptionsValidator(AzureBlobStorageOptions, String) 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.
Constructor
public AzureBlobStorageOptionsValidator (Orleans.Configuration.AzureBlobStorageOptions options, string name);
new Orleans.Configuration.AzureBlobStorageOptionsValidator : Orleans.Configuration.AzureBlobStorageOptions * string -> Orleans.Configuration.AzureBlobStorageOptionsValidator
Public Sub New (options As AzureBlobStorageOptions, name As String)
Parameters
- options
- AzureBlobStorageOptions
The option to be validated.
- name
- String
The option name to be validated.