Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type ArtifactSource
- type ArtifactSourceProperties
- type ArtifactSourcePropertiesModel
- type ArtifactSourcesClient
- type Authentication
- type AzureEntityResource
- type BaseClient
- type BasicAuthentication
- type BasicStepProperties
- type CloudError
- type CloudErrorBody
- type DeploymentMode
- type Identity
- type ListOperation
- type Message
- type Operation
- type OperationDetail
- type OperationsClient
- type PrePostStep
- type ProxyResource
- type Resource
- type ResourceOperation
- type Rollout
- type RolloutOperationInfo
- type RolloutProperties
- type RolloutPropertiesModel
- type RolloutRequest
- type RolloutRequestProperties
- type RolloutStep
- type RolloutsClient
- type RolloutsCreateOrUpdateFuture
- type SasAuthentication
- type SasProperties
- type Service
- type ServiceProperties
- type ServiceResource
- type ServiceResourceProperties
- type ServiceTopologiesClient
- type ServiceTopologyProperties
- type ServiceTopologyResource
- type ServiceTopologyResourceProperties
- type ServiceUnit
- type ServiceUnitArtifacts
- type ServiceUnitProperties
- type ServiceUnitResource
- type ServiceUnitResourceProperties
- type ServiceUnitsClient
- type ServiceUnitsCreateOrUpdateFuture
- type ServicesClient
- type Step
- type StepOperationInfo
- type StepProperties
- type StepResource
- type StepType
- type StepsClient
- type TrackedResource
- type Type
- type WaitStepAttributes
- type WaitStepProperties
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArtifactSource ¶
type ArtifactSource = original.ArtifactSource
type ArtifactSourceProperties ¶
type ArtifactSourceProperties = original.ArtifactSourceProperties
type ArtifactSourcePropertiesModel ¶
type ArtifactSourcePropertiesModel = original.ArtifactSourcePropertiesModel
type ArtifactSourcesClient ¶
type ArtifactSourcesClient = original.ArtifactSourcesClient
func NewArtifactSourcesClient ¶
func NewArtifactSourcesClient(subscriptionID string) ArtifactSourcesClient
func NewArtifactSourcesClientWithBaseURI ¶
func NewArtifactSourcesClientWithBaseURI(baseURI string, subscriptionID string) ArtifactSourcesClient
type Authentication ¶
type Authentication = original.Authentication
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicAuthentication ¶
type BasicAuthentication = original.BasicAuthentication
type BasicStepProperties ¶
type BasicStepProperties = original.BasicStepProperties
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type DeploymentMode ¶
type DeploymentMode = original.DeploymentMode
const ( Complete DeploymentMode = original.Complete Incremental DeploymentMode = original.Incremental )
func PossibleDeploymentModeValues ¶
func PossibleDeploymentModeValues() []DeploymentMode
type ListOperation ¶
type ListOperation = original.ListOperation
type OperationDetail ¶
type OperationDetail = original.OperationDetail
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PrePostStep ¶
type PrePostStep = original.PrePostStep
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceOperation ¶
type ResourceOperation = original.ResourceOperation
type RolloutOperationInfo ¶
type RolloutOperationInfo = original.RolloutOperationInfo
type RolloutProperties ¶
type RolloutProperties = original.RolloutProperties
type RolloutPropertiesModel ¶
type RolloutPropertiesModel = original.RolloutPropertiesModel
type RolloutRequest ¶
type RolloutRequest = original.RolloutRequest
type RolloutRequestProperties ¶
type RolloutRequestProperties = original.RolloutRequestProperties
type RolloutStep ¶
type RolloutStep = original.RolloutStep
type RolloutsClient ¶
type RolloutsClient = original.RolloutsClient
func NewRolloutsClient ¶
func NewRolloutsClient(subscriptionID string) RolloutsClient
func NewRolloutsClientWithBaseURI ¶
func NewRolloutsClientWithBaseURI(baseURI string, subscriptionID string) RolloutsClient
type RolloutsCreateOrUpdateFuture ¶
type RolloutsCreateOrUpdateFuture = original.RolloutsCreateOrUpdateFuture
type SasAuthentication ¶
type SasAuthentication = original.SasAuthentication
type SasProperties ¶
type SasProperties = original.SasProperties
type ServiceProperties ¶
type ServiceProperties = original.ServiceProperties
type ServiceResource ¶
type ServiceResource = original.ServiceResource
type ServiceResourceProperties ¶
type ServiceResourceProperties = original.ServiceResourceProperties
type ServiceTopologiesClient ¶
type ServiceTopologiesClient = original.ServiceTopologiesClient
func NewServiceTopologiesClient ¶
func NewServiceTopologiesClient(subscriptionID string) ServiceTopologiesClient
func NewServiceTopologiesClientWithBaseURI ¶
func NewServiceTopologiesClientWithBaseURI(baseURI string, subscriptionID string) ServiceTopologiesClient
type ServiceTopologyProperties ¶
type ServiceTopologyProperties = original.ServiceTopologyProperties
type ServiceTopologyResource ¶
type ServiceTopologyResource = original.ServiceTopologyResource
type ServiceTopologyResourceProperties ¶
type ServiceTopologyResourceProperties = original.ServiceTopologyResourceProperties
type ServiceUnit ¶
type ServiceUnit = original.ServiceUnit
type ServiceUnitArtifacts ¶
type ServiceUnitArtifacts = original.ServiceUnitArtifacts
type ServiceUnitProperties ¶
type ServiceUnitProperties = original.ServiceUnitProperties
type ServiceUnitResource ¶
type ServiceUnitResource = original.ServiceUnitResource
type ServiceUnitResourceProperties ¶
type ServiceUnitResourceProperties = original.ServiceUnitResourceProperties
type ServiceUnitsClient ¶
type ServiceUnitsClient = original.ServiceUnitsClient
func NewServiceUnitsClient ¶
func NewServiceUnitsClient(subscriptionID string) ServiceUnitsClient
func NewServiceUnitsClientWithBaseURI ¶
func NewServiceUnitsClientWithBaseURI(baseURI string, subscriptionID string) ServiceUnitsClient
type ServiceUnitsCreateOrUpdateFuture ¶
type ServiceUnitsCreateOrUpdateFuture = original.ServiceUnitsCreateOrUpdateFuture
type ServicesClient ¶
type ServicesClient = original.ServicesClient
func NewServicesClient ¶
func NewServicesClient(subscriptionID string) ServicesClient
func NewServicesClientWithBaseURI ¶
func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient
type StepOperationInfo ¶
type StepOperationInfo = original.StepOperationInfo
type StepProperties ¶
type StepProperties = original.StepProperties
type StepResource ¶
type StepResource = original.StepResource
type StepType ¶
const ( StepTypeStepProperties StepType = original.StepTypeStepProperties StepTypeWait StepType = original.StepTypeWait )
func PossibleStepTypeValues ¶
func PossibleStepTypeValues() []StepType
type StepsClient ¶
type StepsClient = original.StepsClient
func NewStepsClient ¶
func NewStepsClient(subscriptionID string) StepsClient
func NewStepsClientWithBaseURI ¶
func NewStepsClientWithBaseURI(baseURI string, subscriptionID string) StepsClient
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type Type ¶
func PossibleTypeValues ¶
func PossibleTypeValues() []Type
type WaitStepAttributes ¶
type WaitStepAttributes = original.WaitStepAttributes
type WaitStepProperties ¶
type WaitStepProperties = original.WaitStepProperties
Click to show internal directories.
Click to hide internal directories.