# AzureBlobStorageOptionsValidator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azureblobstorageoptionsvalidator/)

## AzureBlobStorageOptionsValidator(AzureBlobStorageOptions, string) {#constructor-orleans-configuration-azureblobstorageoptions-string-fd00f278}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azureblobstorageoptionsvalidator/constructors/constructor-orleans-configuration-azureblobstorageoptions-string-fd00f278/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Persistence.AzureStorage/Providers/Storage/AzureBlobStorageOptions.cs#L135-L139)

```csharp
public AzureBlobStorageOptionsValidator(AzureBlobStorageOptions options, string name)
```

Constructor

### Parameters

- `options` (`AzureBlobStorageOptions`): The option to be validated.
- `name` (`string`): The option name to be validated.
