ArmStreamingEndpointCapacity Class
The streaming endpoint sku capacity.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ArmStreamingEndpointCapacity(*, default: int | None = None, minimum: int | None = None, maximum: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
default
|
The streaming endpoint default capacity. Default value: None
|
minimum
|
The streaming endpoint minimum capacity. Default value: None
|
maximum
|
The streaming endpoint maximum capacity. Default value: None
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python