package pollers

import "github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/pollers"

Index

Functions

func GetProvisioningState

func GetProvisioningState(resp *http.Response) (string, error)

GetProvisioningState returns the LRO's state from the response body. If there is no state in the response body the empty string is returned.

func GetStatus

func GetStatus(resp *http.Response) (string, error)

GetStatus returns the LRO's status from the response body. Typically used for Azure-AsyncOperation flows. If there is no status in the response body the empty string is returned.

Source Files

pollers.go

Directories

PathSynopsis
arm/internal/pollers/async
arm/internal/pollers/body
arm/internal/pollers/loc
Version
v0.23.0
Published
Apr 4, 2022
Platform
js/wasm
Imports
2 packages
Last checked
2 minutes ago

Tools for package owners.