Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentsClient ¶
type DeploymentsClient interface { Get(ctx context.Context, resourceGroupName, deploymentName string) (resources.DeploymentExtended, error) DeploymentsClientAddons }
DeploymentsClient is a minimal interface for azure DeploymentsClient
func NewDeploymentsClient ¶
func NewDeploymentsClient(subscriptionID string, authorizer autorest.Authorizer) DeploymentsClient
NewDeploymentsClient creates a new DeploymentsClient
type DeploymentsClientAddons ¶
type DeploymentsClientAddons interface { CreateOrUpdateAndWait(ctx context.Context, resourceGroupName string, deploymentName string, parameters resources.Deployment) error Wait(ctx context.Context, resourceGroupName string, deploymentName string) error }
DeploymentsClientAddons contains addons for DeploymentsClient
type GroupsClient ¶
type GroupsClient interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, parameters resources.Group) (result resources.Group, err error) GroupsClientAddons }
GroupsClient is a minimal interface for azure GroupsClient
func NewGroupsClient ¶
func NewGroupsClient(subscriptionID string, authorizer autorest.Authorizer) GroupsClient
NewGroupsClient creates a new ResourcesClient
Click to show internal directories.
Click to hide internal directories.