AzureBlobLeaseProviderOptionsValidator 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 AzureBlobLeaseProviderOptionsValidator (Microsoft.Extensions.Options.IOptions<Orleans.Configuration.AzureBlobLeaseProviderOptions> options);
new Orleans.Configuration.AzureBlobLeaseProviderOptionsValidator : Microsoft.Extensions.Options.IOptions<Orleans.Configuration.AzureBlobLeaseProviderOptions> -> Orleans.Configuration.AzureBlobLeaseProviderOptionsValidator
Public Sub New (options As IOptions(Of AzureBlobLeaseProviderOptions))
Parameters
- options
- IOptions<AzureBlobLeaseProviderOptions>
The option to be validated.