# ClusterClientAzureQueueJsonStreamConfigurator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfigurator/)

## ClusterClientAzureQueueJsonStreamConfigurator(string, IClientBuilder) {#constructor-string-orleans-hosting-iclientbuilder-e47f67bd}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfigurator/constructors/constructor-string-orleans-hosting-iclientbuilder-e47f67bd/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L218-L235)

```csharp
public ClusterClientAzureQueueJsonStreamConfigurator(string name, IClientBuilder builder)
```

Initializes a new instance of the [ClusterClientAzureQueueJsonStreamConfigurator](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfigurator/) class.

### Parameters

- `name` (`string`): The stream provider name.
- `builder` (`IClientBuilder`): The client builder.
