Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentOperationsClient ¶
type DeploymentOperationsClient interface {
	DeploymentOperationsClientAddons
}
    DeploymentOperationsClient is a minimal interface for azure DeploymentOperationsClient
func NewDeploymentOperationsClient ¶
func NewDeploymentOperationsClient(ctx context.Context, log *logrus.Entry, subscriptionID string, authorizer autorest.Authorizer) DeploymentOperationsClient
NewDeploymentOperationsClient creates a new DeploymentOperationsClient
type DeploymentsClient ¶
type DeploymentsClient interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, deploymentName string, parameters resources.Deployment) (result resources.DeploymentsCreateOrUpdateFuture, err error)
	azureclient.Client
	DeploymentsClientAddons
}
    DeploymentsClient is a minimal interface for azure DeploymentsClient
func NewDeploymentsClient ¶
func NewDeploymentsClient(ctx context.Context, log *logrus.Entry, subscriptionID string, authorizer autorest.Authorizer) DeploymentsClient
NewDeploymentsClient creates a new DeploymentsClient
type DeploymentsClientAddons ¶
type GroupsClient ¶
type GroupsClient interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, parameters resources.Group) (result resources.Group, err error)
	Get(ctx context.Context, resourceGroupName string) (result resources.Group, err error)
	GroupsClientAddons
}
    GroupsClient is a minimal interface for azure Resources Client
func NewGroupsClient ¶
func NewGroupsClient(ctx context.Context, log *logrus.Entry, subscriptionID string, authorizer autorest.Authorizer) GroupsClient
NewGroupsClient creates a new ResourcesClient
type GroupsClientAddons ¶
type ResourcesClient ¶
type ResourcesClient interface {
	DeleteByID(ctx context.Context, resourceID string) (result resources.DeleteByIDFuture, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string, expand string, top *int32) (result resources.ListResultPage, err error)
}
    ResourcesClient is a minimal interface for azure Resources Client
func NewResourcesClient ¶
func NewResourcesClient(ctx context.Context, log *logrus.Entry, subscriptionID string, authorizer autorest.Authorizer) ResourcesClient
NewResourcesClient creates a new ResourcesClient
 Click to show internal directories. 
   Click to hide internal directories.