Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactSourcesClientAPI ¶
type ArtifactSourcesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, artifactSourceName string, artifactSourceInfo *deploymentmanager.ArtifactSource) (result deploymentmanager.ArtifactSource, err error) Delete(ctx context.Context, resourceGroupName string, artifactSourceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, artifactSourceName string) (result deploymentmanager.ArtifactSource, err error) }
ArtifactSourcesClientAPI contains the set of methods on the ArtifactSourcesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
Get(ctx context.Context) (result deploymentmanager.ListOperation, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type RolloutsClientAPI ¶
type RolloutsClientAPI interface { Cancel(ctx context.Context, resourceGroupName string, rolloutName string) (result deploymentmanager.Rollout, err error) CreateOrUpdate(ctx context.Context, resourceGroupName string, rolloutName string, rolloutRequest *deploymentmanager.RolloutRequest) (result deploymentmanager.RolloutsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, rolloutName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, rolloutName string, retryAttempt *int32) (result deploymentmanager.Rollout, err error) Restart(ctx context.Context, resourceGroupName string, rolloutName string, skipSucceeded *bool) (result deploymentmanager.Rollout, err error) }
RolloutsClientAPI contains the set of methods on the RolloutsClient type.
type ServiceTopologiesClientAPI ¶
type ServiceTopologiesClientAPI interface { CreateOrUpdate(ctx context.Context, serviceTopologyInfo deploymentmanager.ServiceTopologyResource, resourceGroupName string, serviceTopologyName string) (result deploymentmanager.ServiceTopologyResource, err error) Delete(ctx context.Context, resourceGroupName string, serviceTopologyName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, serviceTopologyName string) (result deploymentmanager.ServiceTopologyResource, err error) }
ServiceTopologiesClientAPI contains the set of methods on the ServiceTopologiesClient type.
type ServiceUnitsClientAPI ¶
type ServiceUnitsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceTopologyName string, serviceName string, serviceUnitName string, serviceUnitInfo deploymentmanager.ServiceUnitResource) (result deploymentmanager.ServiceUnitsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, serviceTopologyName string, serviceName string, serviceUnitName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, serviceTopologyName string, serviceName string, serviceUnitName string) (result deploymentmanager.ServiceUnitResource, err error) }
ServiceUnitsClientAPI contains the set of methods on the ServiceUnitsClient type.
type ServicesClientAPI ¶
type ServicesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceTopologyName string, serviceName string, serviceInfo deploymentmanager.ServiceResource) (result deploymentmanager.ServiceResource, err error) Delete(ctx context.Context, resourceGroupName string, serviceTopologyName string, serviceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, serviceTopologyName string, serviceName string) (result deploymentmanager.ServiceResource, err error) }
ServicesClientAPI contains the set of methods on the ServicesClient type.
type StepsClientAPI ¶
type StepsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, stepName string, stepInfo *deploymentmanager.StepResource) (result deploymentmanager.StepResource, err error) Delete(ctx context.Context, resourceGroupName string, stepName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, stepName string) (result deploymentmanager.StepResource, err error) }
StepsClientAPI contains the set of methods on the StepsClient type.
Click to show internal directories.
Click to hide internal directories.