Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoListAndMap ¶
func NewArmClientOptions ¶
func NewArmClientOptions(httpClient azurecommon.HTTPClient) *arm.ClientOptions
func ParseResponseError ¶
Types ¶
type ArmListPageMapper ¶
func NewArmListPageMapper ¶
type ArmLroPoller ¶
type ArmLroPoller[T any] interface { PollForResult(ctx context.Context, pollFreq time.Duration) (T, error) }
func NewArmLroPoller ¶
func NewArmLroPoller[T any](getPoller GetPollerFunc[T]) ArmLroPoller[T]
Click to show internal directories.
Click to hide internal directories.