Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultFrequency = 10 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployStagePoller ¶
type DeployStagePoller struct {
// contains filtered or unexported fields
}
func (*DeployStagePoller) PollUntilDone ¶
func (poller *DeployStagePoller) PollUntilDone(ctx context.Context) (DeployStagePollerResponse, error)
type DeployStagePollerFactory ¶
type DeployStagePollerFactory struct { }
func NewDeployStagePollerFactory ¶
func NewDeployStagePollerFactory() *DeployStagePollerFactory
func (*DeployStagePollerFactory) Create ¶
func (factory *DeployStagePollerFactory) Create(operation *operation.Operation, azureDeploymentName string, options *DeployStagePollerOptions) (*DeployStagePoller, error)
type DeployStagePollerResponse ¶
type DeployStagePollerResponse struct { Status sdk.Status `json:"status"` Deployment *armresources.DeploymentExtended `json:"deployment"` }
Click to show internal directories.
Click to hide internal directories.