RegionsOperations Class

RegionsOperations operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
RegionsOperations

Constructor

RegionsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

list_by_sku

Gets the available Regions for a given sku.

list_by_sku

Gets the available Regions for a given sku.

list_by_sku(sku: str, **kwargs: Any) -> Iterable[azure.mgmt.eventhub.v2018_01_01_preview.models._models_py3.MessagingRegionsListResult]

Parameters

sku
str
Required

The sku type.

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either MessagingRegionsListResult or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.eventhub.v2018_01_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\eventhub\\v2018_01_01_preview\\models\\__init__.py'>