AvailableDelegationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:available_delegations> attribute.

Constructor

AvailableDelegationsOperations(*args, **kwargs)

Methods

list

Gets all of the available subnet delegations for this subscription in this region.

list

Gets all of the available subnet delegations for this subscription in this region.

list(location: str, **kwargs: Any) -> ItemPaged[AvailableDelegation]

Parameters

Name Description
location
Required
str

The location name. Required.

Returns

Type Description

An iterator like instance of AvailableDelegation

Exceptions

Type Description