Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIKeyAuthentication
- type ArtifactSource
- type ArtifactSourceProperties
- type ArtifactSourcePropertiesModel
- type ArtifactSourcesClient
- type Authentication
- type AzureEntityResource
- type BaseClient
- type BasicAuthentication
- type BasicHealthCheckStepAttributes
- type BasicRestRequestAuthentication
- type BasicStepProperties
- type CloudError
- type CloudErrorBody
- type DeploymentMode
- type HealthCheckStepAttributes
- type HealthCheckStepProperties
- type Identity
- type ListArtifactSource
- type ListRollout
- type ListServiceResource
- type ListServiceTopologyResource
- type ListServiceUnitResource
- type ListStepResource
- type Message
- type Operation
- type OperationDetail
- type OperationsClient
- type OperationsList
- type PrePostStep
- type ProxyResource
- type Resource
- type ResourceOperation
- type RestAuthLocation
- type RestHealthCheck
- type RestHealthCheckStepAttributes
- type RestMatchQuantifier
- type RestParameters
- type RestRequest
- type RestRequestAuthentication
- type RestRequestMethod
- type RestResponse
- type RestResponseRegex
- type Rollout
- type RolloutIdentityAuthentication
- 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 StepGroup
- type StepOperationInfo
- type StepProperties
- type StepResource
- type StepType
- type StepsClient
- type TrackedResource
- type Type
- type TypeBasicHealthCheckStepAttributes
- type TypeBasicRestRequestAuthentication
- type WaitStepAttributes
- type WaitStepProperties
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIKeyAuthentication ¶
type APIKeyAuthentication = original.APIKeyAuthentication
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 BasicHealthCheckStepAttributes ¶
type BasicHealthCheckStepAttributes = original.BasicHealthCheckStepAttributes
type BasicRestRequestAuthentication ¶
type BasicRestRequestAuthentication = original.BasicRestRequestAuthentication
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 HealthCheckStepAttributes ¶
type HealthCheckStepAttributes = original.HealthCheckStepAttributes
type HealthCheckStepProperties ¶
type HealthCheckStepProperties = original.HealthCheckStepProperties
type ListArtifactSource ¶
type ListArtifactSource = original.ListArtifactSource
type ListRollout ¶
type ListRollout = original.ListRollout
type ListServiceResource ¶
type ListServiceResource = original.ListServiceResource
type ListServiceTopologyResource ¶
type ListServiceTopologyResource = original.ListServiceTopologyResource
type ListServiceUnitResource ¶
type ListServiceUnitResource = original.ListServiceUnitResource
type ListStepResource ¶
type ListStepResource = original.ListStepResource
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 OperationsList ¶
type OperationsList = original.OperationsList
type PrePostStep ¶
type PrePostStep = original.PrePostStep
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceOperation ¶
type ResourceOperation = original.ResourceOperation
type RestAuthLocation ¶
type RestAuthLocation = original.RestAuthLocation
const ( Header RestAuthLocation = original.Header Query RestAuthLocation = original.Query )
func PossibleRestAuthLocationValues ¶
func PossibleRestAuthLocationValues() []RestAuthLocation
type RestHealthCheck ¶
type RestHealthCheck = original.RestHealthCheck
type RestHealthCheckStepAttributes ¶
type RestHealthCheckStepAttributes = original.RestHealthCheckStepAttributes
type RestMatchQuantifier ¶
type RestMatchQuantifier = original.RestMatchQuantifier
const ( All RestMatchQuantifier = original.All Any RestMatchQuantifier = original.Any )
func PossibleRestMatchQuantifierValues ¶
func PossibleRestMatchQuantifierValues() []RestMatchQuantifier
type RestParameters ¶
type RestParameters = original.RestParameters
type RestRequest ¶
type RestRequest = original.RestRequest
type RestRequestAuthentication ¶
type RestRequestAuthentication = original.RestRequestAuthentication
type RestRequestMethod ¶
type RestRequestMethod = original.RestRequestMethod
const ( GET RestRequestMethod = original.GET POST RestRequestMethod = original.POST )
func PossibleRestRequestMethodValues ¶
func PossibleRestRequestMethodValues() []RestRequestMethod
type RestResponse ¶
type RestResponse = original.RestResponse
type RestResponseRegex ¶
type RestResponseRegex = original.RestResponseRegex
type RolloutIdentityAuthentication ¶
type RolloutIdentityAuthentication = original.RolloutIdentityAuthentication
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 ( StepTypeHealthCheck StepType = original.StepTypeHealthCheck 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 TypeBasicHealthCheckStepAttributes ¶
type TypeBasicHealthCheckStepAttributes = original.TypeBasicHealthCheckStepAttributes
const ( TypeHealthCheckStepAttributes TypeBasicHealthCheckStepAttributes = original.TypeHealthCheckStepAttributes TypeREST TypeBasicHealthCheckStepAttributes = original.TypeREST )
func PossibleTypeBasicHealthCheckStepAttributesValues ¶
func PossibleTypeBasicHealthCheckStepAttributesValues() []TypeBasicHealthCheckStepAttributes
type TypeBasicRestRequestAuthentication ¶
type TypeBasicRestRequestAuthentication = original.TypeBasicRestRequestAuthentication
const ( TypeAPIKey TypeBasicRestRequestAuthentication = original.TypeAPIKey TypeRestRequestAuthentication TypeBasicRestRequestAuthentication = original.TypeRestRequestAuthentication TypeRolloutIdentity TypeBasicRestRequestAuthentication = original.TypeRolloutIdentity )
func PossibleTypeBasicRestRequestAuthenticationValues ¶
func PossibleTypeBasicRestRequestAuthenticationValues() []TypeBasicRestRequestAuthentication
type WaitStepAttributes ¶
type WaitStepAttributes = original.WaitStepAttributes
type WaitStepProperties ¶
type WaitStepProperties = original.WaitStepProperties
Click to show internal directories.
Click to hide internal directories.