Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Action string + const ActionAllow + func PossibleActionValues() []Action + type ActionsRequired string + const ActionsRequiredNone + const ActionsRequiredRecreate + func PossibleActionsRequiredValues() []ActionsRequired + type ActivationProperties struct + Status ActivationStatus + func (ap ActivationProperties) MarshalJSON() ([]byte, error) + type ActivationStatus string + const ActivationStatusActive + const ActivationStatusInactive + func PossibleActivationStatusValues() []ActivationStatus + type ActiveDirectoryObject struct + ObjectID *string + TenantID *string + type Actor struct + Name *string + type AgentPool struct + ID *string + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (ap *AgentPool) UnmarshalJSON(body []byte) error + func (ap AgentPool) MarshalJSON() ([]byte, error) + type AgentPoolListResult struct + NextLink *string + Value *[]AgentPool + func (aplr AgentPoolListResult) IsEmpty() bool + type AgentPoolListResultIterator struct + func NewAgentPoolListResultIterator(page AgentPoolListResultPage) AgentPoolListResultIterator + func (iter *AgentPoolListResultIterator) Next() error + func (iter *AgentPoolListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AgentPoolListResultIterator) NotDone() bool + func (iter AgentPoolListResultIterator) Response() AgentPoolListResult + func (iter AgentPoolListResultIterator) Value() AgentPool + type AgentPoolListResultPage struct + func NewAgentPoolListResultPage(cur AgentPoolListResult, ...) AgentPoolListResultPage + func (page *AgentPoolListResultPage) Next() error + func (page *AgentPoolListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AgentPoolListResultPage) NotDone() bool + func (page AgentPoolListResultPage) Response() AgentPoolListResult + func (page AgentPoolListResultPage) Values() []AgentPool + type AgentPoolProperties struct + Count *int32 + Os OS + ProvisioningState ProvisioningState + Tier *string + VirtualNetworkSubnetResourceID *string + func (app AgentPoolProperties) MarshalJSON() ([]byte, error) + type AgentPoolPropertiesUpdateParameters struct + Count *int32 + type AgentPoolQueueStatus struct + Count *int32 + type AgentPoolUpdateParameters struct + Tags map[string]*string + func (apup *AgentPoolUpdateParameters) UnmarshalJSON(body []byte) error + func (apup AgentPoolUpdateParameters) MarshalJSON() ([]byte, error) + type AgentPoolsClient struct + func NewAgentPoolsClient(subscriptionID string) AgentPoolsClient + func NewAgentPoolsClientWithBaseURI(baseURI string, subscriptionID string) AgentPoolsClient + func (client AgentPoolsClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result AgentPoolsCreateFuture, err error) + func (client AgentPoolsClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client AgentPoolsClient) CreateResponder(resp *http.Response) (result AgentPool, err error) + func (client AgentPoolsClient) CreateSender(req *http.Request) (future AgentPoolsCreateFuture, err error) + func (client AgentPoolsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result AgentPoolsDeleteFuture, err error) + func (client AgentPoolsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client AgentPoolsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AgentPoolsClient) DeleteSender(req *http.Request) (future AgentPoolsDeleteFuture, err error) + func (client AgentPoolsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result AgentPool, err error) + func (client AgentPoolsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client AgentPoolsClient) GetQueueStatus(ctx context.Context, resourceGroupName string, registryName string, ...) (result AgentPoolQueueStatus, err error) + func (client AgentPoolsClient) GetQueueStatusPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client AgentPoolsClient) GetQueueStatusResponder(resp *http.Response) (result AgentPoolQueueStatus, err error) + func (client AgentPoolsClient) GetQueueStatusSender(req *http.Request) (*http.Response, error) + func (client AgentPoolsClient) GetResponder(resp *http.Response) (result AgentPool, err error) + func (client AgentPoolsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AgentPoolsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result AgentPoolListResultPage, err error) + func (client AgentPoolsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result AgentPoolListResultIterator, err error) + func (client AgentPoolsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client AgentPoolsClient) ListResponder(resp *http.Response) (result AgentPoolListResult, err error) + func (client AgentPoolsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AgentPoolsClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result AgentPoolsUpdateFuture, err error) + func (client AgentPoolsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client AgentPoolsClient) UpdateResponder(resp *http.Response) (result AgentPool, err error) + func (client AgentPoolsClient) UpdateSender(req *http.Request) (future AgentPoolsUpdateFuture, err error) + type AgentPoolsCreateFuture struct + Result func(AgentPoolsClient) (AgentPool, error) + func (future *AgentPoolsCreateFuture) UnmarshalJSON(body []byte) error + type AgentPoolsDeleteFuture struct + Result func(AgentPoolsClient) (autorest.Response, error) + func (future *AgentPoolsDeleteFuture) UnmarshalJSON(body []byte) error + type AgentPoolsUpdateFuture struct + Result func(AgentPoolsClient) (AgentPool, error) + func (future *AgentPoolsUpdateFuture) UnmarshalJSON(body []byte) error + type AgentProperties struct + CPU *int32 + type Architecture string + const ArchitectureAmd64 + const ArchitectureArm + const ArchitectureArm64 + const ArchitectureThreeEightSix + const ArchitectureX86 + func PossibleArchitectureValues() []Architecture + type Argument struct + IsSecret *bool + Name *string + Value *string + type AuditLogStatus string + const AuditLogStatusDisabled + const AuditLogStatusEnabled + func PossibleAuditLogStatusValues() []AuditLogStatus + type AuthInfo struct + ExpiresIn *int32 + RefreshToken *string + Scope *string + Token *string + TokenType TokenType + type AuthInfoUpdateParameters struct + ExpiresIn *int32 + RefreshToken *string + Scope *string + Token *string + TokenType TokenType + type AzureADAuthenticationAsArmPolicy struct + Status AzureADAuthenticationAsArmPolicyStatus + type AzureADAuthenticationAsArmPolicyStatus string + const AzureADAuthenticationAsArmPolicyStatusDisabled + const AzureADAuthenticationAsArmPolicyStatusEnabled + func PossibleAzureADAuthenticationAsArmPolicyStatusValues() []AzureADAuthenticationAsArmPolicyStatus + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BaseImageDependency struct + Digest *string + Registry *string + Repository *string + Tag *string + Type BaseImageDependencyType + type BaseImageDependencyType string + const BaseImageDependencyTypeBuildTime + const BaseImageDependencyTypeRunTime + func PossibleBaseImageDependencyTypeValues() []BaseImageDependencyType + type BaseImageTrigger struct + BaseImageTriggerType BaseImageTriggerType + Name *string + Status TriggerStatus + UpdateTriggerEndpoint *string + UpdateTriggerPayloadType UpdateTriggerPayloadType + type BaseImageTriggerType string + const BaseImageTriggerTypeAll + const BaseImageTriggerTypeRuntime + func PossibleBaseImageTriggerTypeValues() []BaseImageTriggerType + type BaseImageTriggerUpdateParameters struct + BaseImageTriggerType BaseImageTriggerType + Name *string + Status TriggerStatus + UpdateTriggerEndpoint *string + UpdateTriggerPayloadType UpdateTriggerPayloadType + type BasicRunRequest interface + AsDockerBuildRequest func() (*DockerBuildRequest, bool) + AsEncodedTaskRunRequest func() (*EncodedTaskRunRequest, bool) + AsFileTaskRunRequest func() (*FileTaskRunRequest, bool) + AsRunRequest func() (*RunRequest, bool) + AsTaskRunRequest func() (*TaskRunRequest, bool) + type BasicTaskStepProperties interface + AsDockerBuildStep func() (*DockerBuildStep, bool) + AsEncodedTaskStep func() (*EncodedTaskStep, bool) + AsFileTaskStep func() (*FileTaskStep, bool) + AsTaskStepProperties func() (*TaskStepProperties, bool) + type BasicTaskStepUpdateParameters interface + AsDockerBuildStepUpdateParameters func() (*DockerBuildStepUpdateParameters, bool) + AsEncodedTaskStepUpdateParameters func() (*EncodedTaskStepUpdateParameters, bool) + AsFileTaskStepUpdateParameters func() (*FileTaskStepUpdateParameters, bool) + AsTaskStepUpdateParameters func() (*TaskStepUpdateParameters, bool) + type CallbackConfig struct + CustomHeaders map[string]*string + ServiceURI *string + func (cc CallbackConfig) MarshalJSON() ([]byte, error) + type CertificateType string + const CertificateTypeLocalDirectory + func PossibleCertificateTypeValues() []CertificateType + type ConnectedRegistriesClient struct + func NewConnectedRegistriesClient(subscriptionID string) ConnectedRegistriesClient + func NewConnectedRegistriesClientWithBaseURI(baseURI string, subscriptionID string) ConnectedRegistriesClient + func (client ConnectedRegistriesClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistriesCreateFuture, err error) + func (client ConnectedRegistriesClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ConnectedRegistriesClient) CreateResponder(resp *http.Response) (result ConnectedRegistry, err error) + func (client ConnectedRegistriesClient) CreateSender(req *http.Request) (future ConnectedRegistriesCreateFuture, err error) + func (client ConnectedRegistriesClient) Deactivate(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistriesDeactivateFuture, err error) + func (client ConnectedRegistriesClient) DeactivatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ConnectedRegistriesClient) DeactivateResponder(resp *http.Response) (result autorest.Response, err error) + func (client ConnectedRegistriesClient) DeactivateSender(req *http.Request) (future ConnectedRegistriesDeactivateFuture, err error) + func (client ConnectedRegistriesClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistriesDeleteFuture, err error) + func (client ConnectedRegistriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ConnectedRegistriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ConnectedRegistriesClient) DeleteSender(req *http.Request) (future ConnectedRegistriesDeleteFuture, err error) + func (client ConnectedRegistriesClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistry, err error) + func (client ConnectedRegistriesClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ConnectedRegistriesClient) GetResponder(resp *http.Response) (result ConnectedRegistry, err error) + func (client ConnectedRegistriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConnectedRegistriesClient) List(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistryListResultPage, err error) + func (client ConnectedRegistriesClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistryListResultIterator, err error) + func (client ConnectedRegistriesClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ConnectedRegistriesClient) ListResponder(resp *http.Response) (result ConnectedRegistryListResult, err error) + func (client ConnectedRegistriesClient) ListSender(req *http.Request) (*http.Response, error) + func (client ConnectedRegistriesClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result ConnectedRegistriesUpdateFuture, err error) + func (client ConnectedRegistriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ConnectedRegistriesClient) UpdateResponder(resp *http.Response) (result ConnectedRegistry, err error) + func (client ConnectedRegistriesClient) UpdateSender(req *http.Request) (future ConnectedRegistriesUpdateFuture, err error) + type ConnectedRegistriesCreateFuture struct + Result func(ConnectedRegistriesClient) (ConnectedRegistry, error) + func (future *ConnectedRegistriesCreateFuture) UnmarshalJSON(body []byte) error + type ConnectedRegistriesDeactivateFuture struct + Result func(ConnectedRegistriesClient) (autorest.Response, error) + func (future *ConnectedRegistriesDeactivateFuture) UnmarshalJSON(body []byte) error + type ConnectedRegistriesDeleteFuture struct + Result func(ConnectedRegistriesClient) (autorest.Response, error) + func (future *ConnectedRegistriesDeleteFuture) UnmarshalJSON(body []byte) error + type ConnectedRegistriesUpdateFuture struct + Result func(ConnectedRegistriesClient) (ConnectedRegistry, error) + func (future *ConnectedRegistriesUpdateFuture) UnmarshalJSON(body []byte) error + type ConnectedRegistry struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (cr *ConnectedRegistry) UnmarshalJSON(body []byte) error + func (cr ConnectedRegistry) MarshalJSON() ([]byte, error) + type ConnectedRegistryListResult struct + NextLink *string + Value *[]ConnectedRegistry + func (crlr ConnectedRegistryListResult) IsEmpty() bool + type ConnectedRegistryListResultIterator struct + func NewConnectedRegistryListResultIterator(page ConnectedRegistryListResultPage) ConnectedRegistryListResultIterator + func (iter *ConnectedRegistryListResultIterator) Next() error + func (iter *ConnectedRegistryListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ConnectedRegistryListResultIterator) NotDone() bool + func (iter ConnectedRegistryListResultIterator) Response() ConnectedRegistryListResult + func (iter ConnectedRegistryListResultIterator) Value() ConnectedRegistry + type ConnectedRegistryListResultPage struct + func NewConnectedRegistryListResultPage(cur ConnectedRegistryListResult, ...) ConnectedRegistryListResultPage + func (page *ConnectedRegistryListResultPage) Next() error + func (page *ConnectedRegistryListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ConnectedRegistryListResultPage) NotDone() bool + func (page ConnectedRegistryListResultPage) Response() ConnectedRegistryListResult + func (page ConnectedRegistryListResultPage) Values() []ConnectedRegistry + type ConnectedRegistryMode string + const ConnectedRegistryModeMirror + const ConnectedRegistryModeReadOnly + const ConnectedRegistryModeReadWrite + const ConnectedRegistryModeRegistry + func PossibleConnectedRegistryModeValues() []ConnectedRegistryMode + type ConnectedRegistryProperties struct + Activation *ActivationProperties + ClientTokenIds *[]string + ConnectionState ConnectionState + LastActivityTime *date.Time + Logging *LoggingProperties + LoginServer *LoginServerProperties + Mode ConnectedRegistryMode + NotificationsList *[]string + Parent *ParentProperties + ProvisioningState ProvisioningState + StatusDetails *[]StatusDetailProperties + Version *string + func (crp ConnectedRegistryProperties) MarshalJSON() ([]byte, error) + type ConnectedRegistryUpdateParameters struct + func (crup *ConnectedRegistryUpdateParameters) UnmarshalJSON(body []byte) error + func (crup ConnectedRegistryUpdateParameters) MarshalJSON() ([]byte, error) + type ConnectedRegistryUpdateProperties struct + ClientTokenIds *[]string + Logging *LoggingProperties + NotificationsList *[]string + SyncProperties *SyncUpdateProperties + type ConnectionState string + const ConnectionStateOffline + const ConnectionStateOnline + const ConnectionStateSyncing + const ConnectionStateUnhealthy + func PossibleConnectionStateValues() []ConnectionState + type ConnectionStatus string + const ConnectionStatusApproved + const ConnectionStatusDisconnected + const ConnectionStatusPending + const ConnectionStatusRejected + func PossibleConnectionStatusValues() []ConnectionStatus + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type Credentials struct + CustomRegistries map[string]*CustomRegistryCredentials + SourceRegistry *SourceRegistryCredentials + func (c Credentials) MarshalJSON() ([]byte, error) + type CustomRegistryCredentials struct + Identity *string + Password *SecretObject + UserName *SecretObject + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + func PossibleDefaultActionValues() []DefaultAction + type DockerBuildRequest struct + AgentConfiguration *AgentProperties + AgentPoolName *string + Arguments *[]Argument + Credentials *Credentials + DockerFilePath *string + ImageNames *[]string + IsArchiveEnabled *bool + IsPushEnabled *bool + LogTemplate *string + NoCache *bool + Platform *PlatformProperties + SourceLocation *string + Target *string + Timeout *int32 + Type Type + func (dbr DockerBuildRequest) AsBasicRunRequest() (BasicRunRequest, bool) + func (dbr DockerBuildRequest) AsDockerBuildRequest() (*DockerBuildRequest, bool) + func (dbr DockerBuildRequest) AsEncodedTaskRunRequest() (*EncodedTaskRunRequest, bool) + func (dbr DockerBuildRequest) AsFileTaskRunRequest() (*FileTaskRunRequest, bool) + func (dbr DockerBuildRequest) AsRunRequest() (*RunRequest, bool) + func (dbr DockerBuildRequest) AsTaskRunRequest() (*TaskRunRequest, bool) + func (dbr DockerBuildRequest) MarshalJSON() ([]byte, error) + type DockerBuildStep struct + Arguments *[]Argument + BaseImageDependencies *[]BaseImageDependency + ContextAccessToken *string + ContextPath *string + DockerFilePath *string + ImageNames *[]string + IsPushEnabled *bool + NoCache *bool + Target *string + Type TypeBasicTaskStepProperties + func (dbs DockerBuildStep) AsBasicTaskStepProperties() (BasicTaskStepProperties, bool) + func (dbs DockerBuildStep) AsDockerBuildStep() (*DockerBuildStep, bool) + func (dbs DockerBuildStep) AsEncodedTaskStep() (*EncodedTaskStep, bool) + func (dbs DockerBuildStep) AsFileTaskStep() (*FileTaskStep, bool) + func (dbs DockerBuildStep) AsTaskStepProperties() (*TaskStepProperties, bool) + func (dbs DockerBuildStep) MarshalJSON() ([]byte, error) + type DockerBuildStepUpdateParameters struct + Arguments *[]Argument + ContextAccessToken *string + ContextPath *string + DockerFilePath *string + ImageNames *[]string + IsPushEnabled *bool + NoCache *bool + Target *string + Type TypeBasicTaskStepUpdateParameters + func (dbsup DockerBuildStepUpdateParameters) AsBasicTaskStepUpdateParameters() (BasicTaskStepUpdateParameters, bool) + func (dbsup DockerBuildStepUpdateParameters) AsDockerBuildStepUpdateParameters() (*DockerBuildStepUpdateParameters, bool) + func (dbsup DockerBuildStepUpdateParameters) AsEncodedTaskStepUpdateParameters() (*EncodedTaskStepUpdateParameters, bool) + func (dbsup DockerBuildStepUpdateParameters) AsFileTaskStepUpdateParameters() (*FileTaskStepUpdateParameters, bool) + func (dbsup DockerBuildStepUpdateParameters) AsTaskStepUpdateParameters() (*TaskStepUpdateParameters, bool) + func (dbsup DockerBuildStepUpdateParameters) MarshalJSON() ([]byte, error) + type EncodedTaskRunRequest struct + AgentConfiguration *AgentProperties + AgentPoolName *string + Credentials *Credentials + EncodedTaskContent *string + EncodedValuesContent *string + IsArchiveEnabled *bool + LogTemplate *string + Platform *PlatformProperties + SourceLocation *string + Timeout *int32 + Type Type + Values *[]SetValue + func (etrr EncodedTaskRunRequest) AsBasicRunRequest() (BasicRunRequest, bool) + func (etrr EncodedTaskRunRequest) AsDockerBuildRequest() (*DockerBuildRequest, bool) + func (etrr EncodedTaskRunRequest) AsEncodedTaskRunRequest() (*EncodedTaskRunRequest, bool) + func (etrr EncodedTaskRunRequest) AsFileTaskRunRequest() (*FileTaskRunRequest, bool) + func (etrr EncodedTaskRunRequest) AsRunRequest() (*RunRequest, bool) + func (etrr EncodedTaskRunRequest) AsTaskRunRequest() (*TaskRunRequest, bool) + func (etrr EncodedTaskRunRequest) MarshalJSON() ([]byte, error) + type EncodedTaskStep struct + BaseImageDependencies *[]BaseImageDependency + ContextAccessToken *string + ContextPath *string + EncodedTaskContent *string + EncodedValuesContent *string + Type TypeBasicTaskStepProperties + Values *[]SetValue + func (ets EncodedTaskStep) AsBasicTaskStepProperties() (BasicTaskStepProperties, bool) + func (ets EncodedTaskStep) AsDockerBuildStep() (*DockerBuildStep, bool) + func (ets EncodedTaskStep) AsEncodedTaskStep() (*EncodedTaskStep, bool) + func (ets EncodedTaskStep) AsFileTaskStep() (*FileTaskStep, bool) + func (ets EncodedTaskStep) AsTaskStepProperties() (*TaskStepProperties, bool) + func (ets EncodedTaskStep) MarshalJSON() ([]byte, error) + type EncodedTaskStepUpdateParameters struct + ContextAccessToken *string + ContextPath *string + EncodedTaskContent *string + EncodedValuesContent *string + Type TypeBasicTaskStepUpdateParameters + Values *[]SetValue + func (etsup EncodedTaskStepUpdateParameters) AsBasicTaskStepUpdateParameters() (BasicTaskStepUpdateParameters, bool) + func (etsup EncodedTaskStepUpdateParameters) AsDockerBuildStepUpdateParameters() (*DockerBuildStepUpdateParameters, bool) + func (etsup EncodedTaskStepUpdateParameters) AsEncodedTaskStepUpdateParameters() (*EncodedTaskStepUpdateParameters, bool) + func (etsup EncodedTaskStepUpdateParameters) AsFileTaskStepUpdateParameters() (*FileTaskStepUpdateParameters, bool) + func (etsup EncodedTaskStepUpdateParameters) AsTaskStepUpdateParameters() (*TaskStepUpdateParameters, bool) + func (etsup EncodedTaskStepUpdateParameters) MarshalJSON() ([]byte, error) + type EncryptionProperty struct + KeyVaultProperties *KeyVaultProperties + Status EncryptionStatus + type EncryptionStatus string + const EncryptionStatusDisabled + const EncryptionStatusEnabled + func PossibleEncryptionStatusValues() []EncryptionStatus + type ErrorResponse struct + Error *ErrorResponseBody + type ErrorResponseBody struct + Code *string + Details *[]InnerErrorDescription + Message *string + Target *string + type Event struct + EventRequestMessage *EventRequestMessage + EventResponseMessage *EventResponseMessage + ID *string + type EventContent struct + Action *string + Actor *Actor + ID *string + Request *Request + Source *Source + Target *Target + Timestamp *date.Time + type EventInfo struct + ID *string + type EventListResult struct + NextLink *string + Value *[]Event + func (elr EventListResult) IsEmpty() bool + type EventListResultIterator struct + func NewEventListResultIterator(page EventListResultPage) EventListResultIterator + func (iter *EventListResultIterator) Next() error + func (iter *EventListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter EventListResultIterator) NotDone() bool + func (iter EventListResultIterator) Response() EventListResult + func (iter EventListResultIterator) Value() Event + type EventListResultPage struct + func NewEventListResultPage(cur EventListResult, ...) EventListResultPage + func (page *EventListResultPage) Next() error + func (page *EventListResultPage) NextWithContext(ctx context.Context) (err error) + func (page EventListResultPage) NotDone() bool + func (page EventListResultPage) Response() EventListResult + func (page EventListResultPage) Values() []Event + type EventRequestMessage struct + Content *EventContent + Headers map[string]*string + Method *string + RequestURI *string + Version *string + func (erm EventRequestMessage) MarshalJSON() ([]byte, error) + type EventResponseMessage struct + Content *string + Headers map[string]*string + ReasonPhrase *string + StatusCode *string + Version *string + func (erm EventResponseMessage) MarshalJSON() ([]byte, error) + type ExportPipeline struct + ID *string + Identity *IdentityProperties + Location *string + Name *string + SystemData *SystemData + Type *string + func (ep *ExportPipeline) UnmarshalJSON(body []byte) error + func (ep ExportPipeline) MarshalJSON() ([]byte, error) + type ExportPipelineListResult struct + NextLink *string + Value *[]ExportPipeline + func (eplr ExportPipelineListResult) IsEmpty() bool + type ExportPipelineListResultIterator struct + func NewExportPipelineListResultIterator(page ExportPipelineListResultPage) ExportPipelineListResultIterator + func (iter *ExportPipelineListResultIterator) Next() error + func (iter *ExportPipelineListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ExportPipelineListResultIterator) NotDone() bool + func (iter ExportPipelineListResultIterator) Response() ExportPipelineListResult + func (iter ExportPipelineListResultIterator) Value() ExportPipeline + type ExportPipelineListResultPage struct + func NewExportPipelineListResultPage(cur ExportPipelineListResult, ...) ExportPipelineListResultPage + func (page *ExportPipelineListResultPage) Next() error + func (page *ExportPipelineListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ExportPipelineListResultPage) NotDone() bool + func (page ExportPipelineListResultPage) Response() ExportPipelineListResult + func (page ExportPipelineListResultPage) Values() []ExportPipeline + type ExportPipelineProperties struct + Options *[]PipelineOptions + ProvisioningState ProvisioningState + Target *ExportPipelineTargetProperties + func (epp ExportPipelineProperties) MarshalJSON() ([]byte, error) + type ExportPipelineTargetProperties struct + KeyVaultURI *string + Type *string + URI *string + type ExportPipelinesClient struct + func NewExportPipelinesClient(subscriptionID string) ExportPipelinesClient + func NewExportPipelinesClientWithBaseURI(baseURI string, subscriptionID string) ExportPipelinesClient + func (client ExportPipelinesClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result ExportPipelinesCreateFuture, err error) + func (client ExportPipelinesClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ExportPipelinesClient) CreateResponder(resp *http.Response) (result ExportPipeline, err error) + func (client ExportPipelinesClient) CreateSender(req *http.Request) (future ExportPipelinesCreateFuture, err error) + func (client ExportPipelinesClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ExportPipelinesDeleteFuture, err error) + func (client ExportPipelinesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ExportPipelinesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ExportPipelinesClient) DeleteSender(req *http.Request) (future ExportPipelinesDeleteFuture, err error) + func (client ExportPipelinesClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result ExportPipeline, err error) + func (client ExportPipelinesClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ExportPipelinesClient) GetResponder(resp *http.Response) (result ExportPipeline, err error) + func (client ExportPipelinesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ExportPipelinesClient) List(ctx context.Context, resourceGroupName string, registryName string) (result ExportPipelineListResultPage, err error) + func (client ExportPipelinesClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result ExportPipelineListResultIterator, err error) + func (client ExportPipelinesClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client ExportPipelinesClient) ListResponder(resp *http.Response) (result ExportPipelineListResult, err error) + func (client ExportPipelinesClient) ListSender(req *http.Request) (*http.Response, error) + type ExportPipelinesCreateFuture struct + Result func(ExportPipelinesClient) (ExportPipeline, error) + func (future *ExportPipelinesCreateFuture) UnmarshalJSON(body []byte) error + type ExportPipelinesDeleteFuture struct + Result func(ExportPipelinesClient) (autorest.Response, error) + func (future *ExportPipelinesDeleteFuture) UnmarshalJSON(body []byte) error + type ExportPolicy struct + Status ExportPolicyStatus + type ExportPolicyStatus string + const ExportPolicyStatusDisabled + const ExportPolicyStatusEnabled + func PossibleExportPolicyStatusValues() []ExportPolicyStatus + type FileTaskRunRequest struct + AgentConfiguration *AgentProperties + AgentPoolName *string + Credentials *Credentials + IsArchiveEnabled *bool + LogTemplate *string + Platform *PlatformProperties + SourceLocation *string + TaskFilePath *string + Timeout *int32 + Type Type + Values *[]SetValue + ValuesFilePath *string + func (ftrr FileTaskRunRequest) AsBasicRunRequest() (BasicRunRequest, bool) + func (ftrr FileTaskRunRequest) AsDockerBuildRequest() (*DockerBuildRequest, bool) + func (ftrr FileTaskRunRequest) AsEncodedTaskRunRequest() (*EncodedTaskRunRequest, bool) + func (ftrr FileTaskRunRequest) AsFileTaskRunRequest() (*FileTaskRunRequest, bool) + func (ftrr FileTaskRunRequest) AsRunRequest() (*RunRequest, bool) + func (ftrr FileTaskRunRequest) AsTaskRunRequest() (*TaskRunRequest, bool) + func (ftrr FileTaskRunRequest) MarshalJSON() ([]byte, error) + type FileTaskStep struct + BaseImageDependencies *[]BaseImageDependency + ContextAccessToken *string + ContextPath *string + TaskFilePath *string + Type TypeBasicTaskStepProperties + Values *[]SetValue + ValuesFilePath *string + func (fts FileTaskStep) AsBasicTaskStepProperties() (BasicTaskStepProperties, bool) + func (fts FileTaskStep) AsDockerBuildStep() (*DockerBuildStep, bool) + func (fts FileTaskStep) AsEncodedTaskStep() (*EncodedTaskStep, bool) + func (fts FileTaskStep) AsFileTaskStep() (*FileTaskStep, bool) + func (fts FileTaskStep) AsTaskStepProperties() (*TaskStepProperties, bool) + func (fts FileTaskStep) MarshalJSON() ([]byte, error) + type FileTaskStepUpdateParameters struct + ContextAccessToken *string + ContextPath *string + TaskFilePath *string + Type TypeBasicTaskStepUpdateParameters + Values *[]SetValue + ValuesFilePath *string + func (ftsup FileTaskStepUpdateParameters) AsBasicTaskStepUpdateParameters() (BasicTaskStepUpdateParameters, bool) + func (ftsup FileTaskStepUpdateParameters) AsDockerBuildStepUpdateParameters() (*DockerBuildStepUpdateParameters, bool) + func (ftsup FileTaskStepUpdateParameters) AsEncodedTaskStepUpdateParameters() (*EncodedTaskStepUpdateParameters, bool) + func (ftsup FileTaskStepUpdateParameters) AsFileTaskStepUpdateParameters() (*FileTaskStepUpdateParameters, bool) + func (ftsup FileTaskStepUpdateParameters) AsTaskStepUpdateParameters() (*TaskStepUpdateParameters, bool) + func (ftsup FileTaskStepUpdateParameters) MarshalJSON() ([]byte, error) + type GenerateCredentialsParameters struct + Expiry *date.Time + Name TokenPasswordName + TokenID *string + type GenerateCredentialsResult struct + Passwords *[]TokenPassword + Username *string + type IPRule struct + Action Action + IPAddressOrRange *string + type IdentityProperties struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + UserAssignedIdentities map[string]*UserIdentityProperties + func (IP IdentityProperties) MarshalJSON() ([]byte, error) + type ImageDescriptor struct + Digest *string + Registry *string + Repository *string + Tag *string + type ImageUpdateTrigger struct + ID *string + Images *[]ImageDescriptor + Timestamp *date.Time + type ImportImageParameters struct + Mode ImportMode + Source *ImportSource + TargetTags *[]string + UntaggedTargetRepositories *[]string + type ImportMode string + const ImportModeForce + const ImportModeNoForce + func PossibleImportModeValues() []ImportMode + type ImportPipeline struct + ID *string + Identity *IdentityProperties + Location *string + Name *string + SystemData *SystemData + Type *string + func (IP *ImportPipeline) UnmarshalJSON(body []byte) error + func (IP ImportPipeline) MarshalJSON() ([]byte, error) + type ImportPipelineListResult struct + NextLink *string + Value *[]ImportPipeline + func (iplr ImportPipelineListResult) IsEmpty() bool + type ImportPipelineListResultIterator struct + func NewImportPipelineListResultIterator(page ImportPipelineListResultPage) ImportPipelineListResultIterator + func (iter *ImportPipelineListResultIterator) Next() error + func (iter *ImportPipelineListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ImportPipelineListResultIterator) NotDone() bool + func (iter ImportPipelineListResultIterator) Response() ImportPipelineListResult + func (iter ImportPipelineListResultIterator) Value() ImportPipeline + type ImportPipelineListResultPage struct + func NewImportPipelineListResultPage(cur ImportPipelineListResult, ...) ImportPipelineListResultPage + func (page *ImportPipelineListResultPage) Next() error + func (page *ImportPipelineListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ImportPipelineListResultPage) NotDone() bool + func (page ImportPipelineListResultPage) Response() ImportPipelineListResult + func (page ImportPipelineListResultPage) Values() []ImportPipeline + type ImportPipelineProperties struct + Options *[]PipelineOptions + ProvisioningState ProvisioningState + Source *ImportPipelineSourceProperties + Trigger *PipelineTriggerProperties + func (ipp ImportPipelineProperties) MarshalJSON() ([]byte, error) + type ImportPipelineSourceProperties struct + KeyVaultURI *string + Type PipelineSourceType + URI *string + type ImportPipelinesClient struct + func NewImportPipelinesClient(subscriptionID string) ImportPipelinesClient + func NewImportPipelinesClientWithBaseURI(baseURI string, subscriptionID string) ImportPipelinesClient + func (client ImportPipelinesClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result ImportPipelinesCreateFuture, err error) + func (client ImportPipelinesClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ImportPipelinesClient) CreateResponder(resp *http.Response) (result ImportPipeline, err error) + func (client ImportPipelinesClient) CreateSender(req *http.Request) (future ImportPipelinesCreateFuture, err error) + func (client ImportPipelinesClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ImportPipelinesDeleteFuture, err error) + func (client ImportPipelinesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ImportPipelinesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ImportPipelinesClient) DeleteSender(req *http.Request) (future ImportPipelinesDeleteFuture, err error) + func (client ImportPipelinesClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result ImportPipeline, err error) + func (client ImportPipelinesClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ImportPipelinesClient) GetResponder(resp *http.Response) (result ImportPipeline, err error) + func (client ImportPipelinesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ImportPipelinesClient) List(ctx context.Context, resourceGroupName string, registryName string) (result ImportPipelineListResultPage, err error) + func (client ImportPipelinesClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result ImportPipelineListResultIterator, err error) + func (client ImportPipelinesClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client ImportPipelinesClient) ListResponder(resp *http.Response) (result ImportPipelineListResult, err error) + func (client ImportPipelinesClient) ListSender(req *http.Request) (*http.Response, error) + type ImportPipelinesCreateFuture struct + Result func(ImportPipelinesClient) (ImportPipeline, error) + func (future *ImportPipelinesCreateFuture) UnmarshalJSON(body []byte) error + type ImportPipelinesDeleteFuture struct + Result func(ImportPipelinesClient) (autorest.Response, error) + func (future *ImportPipelinesDeleteFuture) UnmarshalJSON(body []byte) error + type ImportSource struct + Credentials *ImportSourceCredentials + RegistryURI *string + ResourceID *string + SourceImage *string + type ImportSourceCredentials struct + Password *string + Username *string + type InnerErrorDescription struct + Code *string + Message *string + Target *string + type KeyVaultProperties struct + Identity *string + KeyIdentifier *string + KeyRotationEnabled *bool + LastKeyRotationTimestamp *date.Time + VersionedKeyIdentifier *string + func (kvp KeyVaultProperties) MarshalJSON() ([]byte, error) + type LastModifiedByType string + const LastModifiedByTypeApplication + const LastModifiedByTypeKey + const LastModifiedByTypeManagedIdentity + const LastModifiedByTypeUser + func PossibleLastModifiedByTypeValues() []LastModifiedByType + type LogLevel string + const LogLevelDebug + const LogLevelError + const LogLevelInformation + const LogLevelNone + const LogLevelWarning + func PossibleLogLevelValues() []LogLevel + type LoggingProperties struct + AuditLogStatus AuditLogStatus + LogLevel LogLevel + type LoginServerProperties struct + Host *string + TLS *TLSProperties + func (lsp LoginServerProperties) MarshalJSON() ([]byte, error) + type NetworkRuleBypassOptions string + const NetworkRuleBypassOptionsAzureServices + const NetworkRuleBypassOptionsNone + func PossibleNetworkRuleBypassOptionsValues() []NetworkRuleBypassOptions + type NetworkRuleSet struct + DefaultAction DefaultAction + IPRules *[]IPRule + type OS string + const OSLinux + const OSWindows + func PossibleOSValues() []OS + type OperationDefinition struct + Display *OperationDisplayDefinition + IsDataAction *bool + Name *string + Origin *string + func (od *OperationDefinition) UnmarshalJSON(body []byte) error + func (od OperationDefinition) MarshalJSON() ([]byte, error) + type OperationDisplayDefinition struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]OperationDefinition + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() OperationDefinition + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []OperationDefinition + type OperationLogSpecificationDefinition struct + BlobDuration *string + DisplayName *string + Name *string + type OperationMetricSpecificationDefinition struct + AggregationType *string + DisplayDescription *string + DisplayName *string + InternalMetricName *string + Name *string + Unit *string + type OperationPropertiesDefinition struct + ServiceSpecification *OperationServiceSpecificationDefinition + type OperationServiceSpecificationDefinition struct + LogSpecifications *[]OperationLogSpecificationDefinition + MetricSpecifications *[]OperationMetricSpecificationDefinition + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OverrideTaskStepProperties struct + Arguments *[]Argument + ContextPath *string + File *string + Target *string + UpdateTriggerToken *string + Values *[]SetValue + type PackageType struct + Endpoint *string + Name *string + func (pt PackageType) MarshalJSON() ([]byte, error) + type ParentProperties struct + ID *string + SyncProperties *SyncProperties + type PasswordName string + const PasswordNamePassword + const PasswordNamePassword2 + func PossiblePasswordNameValues() []PasswordName + type PipelineOptions string + const PipelineOptionsContinueOnErrors + const PipelineOptionsDeleteSourceBlobOnSuccess + const PipelineOptionsOverwriteBlobs + const PipelineOptionsOverwriteTags + func PossiblePipelineOptionsValues() []PipelineOptions + type PipelineRun struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (pr *PipelineRun) UnmarshalJSON(body []byte) error + func (pr PipelineRun) MarshalJSON() ([]byte, error) + type PipelineRunListResult struct + NextLink *string + Value *[]PipelineRun + func (prlr PipelineRunListResult) IsEmpty() bool + type PipelineRunListResultIterator struct + func NewPipelineRunListResultIterator(page PipelineRunListResultPage) PipelineRunListResultIterator + func (iter *PipelineRunListResultIterator) Next() error + func (iter *PipelineRunListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PipelineRunListResultIterator) NotDone() bool + func (iter PipelineRunListResultIterator) Response() PipelineRunListResult + func (iter PipelineRunListResultIterator) Value() PipelineRun + type PipelineRunListResultPage struct + func NewPipelineRunListResultPage(cur PipelineRunListResult, ...) PipelineRunListResultPage + func (page *PipelineRunListResultPage) Next() error + func (page *PipelineRunListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PipelineRunListResultPage) NotDone() bool + func (page PipelineRunListResultPage) Response() PipelineRunListResult + func (page PipelineRunListResultPage) Values() []PipelineRun + type PipelineRunProperties struct + ForceUpdateTag *string + ProvisioningState ProvisioningState + Request *PipelineRunRequest + Response *PipelineRunResponse + func (prp PipelineRunProperties) MarshalJSON() ([]byte, error) + type PipelineRunRequest struct + Artifacts *[]string + CatalogDigest *string + PipelineResourceID *string + Source *PipelineRunSourceProperties + Target *PipelineRunTargetProperties + type PipelineRunResponse struct + CatalogDigest *string + FinishTime *date.Time + ImportedArtifacts *[]string + PipelineRunErrorMessage *string + Progress *ProgressProperties + Source *ImportPipelineSourceProperties + StartTime *date.Time + Status *string + Target *ExportPipelineTargetProperties + Trigger *PipelineTriggerDescriptor + type PipelineRunSourceProperties struct + Name *string + Type PipelineRunSourceType + type PipelineRunSourceType string + const PipelineRunSourceTypeAzureStorageBlob + func PossiblePipelineRunSourceTypeValues() []PipelineRunSourceType + type PipelineRunTargetProperties struct + Name *string + Type PipelineRunTargetType + type PipelineRunTargetType string + const PipelineRunTargetTypeAzureStorageBlob + func PossiblePipelineRunTargetTypeValues() []PipelineRunTargetType + type PipelineRunsClient struct + func NewPipelineRunsClient(subscriptionID string) PipelineRunsClient + func NewPipelineRunsClientWithBaseURI(baseURI string, subscriptionID string) PipelineRunsClient + func (client PipelineRunsClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result PipelineRunsCreateFuture, err error) + func (client PipelineRunsClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client PipelineRunsClient) CreateResponder(resp *http.Response) (result PipelineRun, err error) + func (client PipelineRunsClient) CreateSender(req *http.Request) (future PipelineRunsCreateFuture, err error) + func (client PipelineRunsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result PipelineRunsDeleteFuture, err error) + func (client PipelineRunsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client PipelineRunsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PipelineRunsClient) DeleteSender(req *http.Request) (future PipelineRunsDeleteFuture, err error) + func (client PipelineRunsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result PipelineRun, err error) + func (client PipelineRunsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client PipelineRunsClient) GetResponder(resp *http.Response) (result PipelineRun, err error) + func (client PipelineRunsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PipelineRunsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result PipelineRunListResultPage, err error) + func (client PipelineRunsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result PipelineRunListResultIterator, err error) + func (client PipelineRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client PipelineRunsClient) ListResponder(resp *http.Response) (result PipelineRunListResult, err error) + func (client PipelineRunsClient) ListSender(req *http.Request) (*http.Response, error) + type PipelineRunsCreateFuture struct + Result func(PipelineRunsClient) (PipelineRun, error) + func (future *PipelineRunsCreateFuture) UnmarshalJSON(body []byte) error + type PipelineRunsDeleteFuture struct + Result func(PipelineRunsClient) (autorest.Response, error) + func (future *PipelineRunsDeleteFuture) UnmarshalJSON(body []byte) error + type PipelineSourceTriggerDescriptor struct + Timestamp *date.Time + type PipelineSourceTriggerProperties struct + Status TriggerStatus + type PipelineSourceType string + const PipelineSourceTypeAzureStorageBlobContainer + func PossiblePipelineSourceTypeValues() []PipelineSourceType + type PipelineTriggerDescriptor struct + SourceTrigger *PipelineSourceTriggerDescriptor + type PipelineTriggerProperties struct + SourceTrigger *PipelineSourceTriggerProperties + type PlatformProperties struct + Architecture Architecture + Os OS + Variant Variant + type PlatformUpdateParameters struct + Architecture Architecture + Os OS + Variant Variant + type Policies struct + AzureADAuthenticationAsArmPolicy *AzureADAuthenticationAsArmPolicy + ExportPolicy *ExportPolicy + QuarantinePolicy *QuarantinePolicy + RetentionPolicy *RetentionPolicy + SoftDeletePolicy *SoftDeletePolicy + TrustPolicy *TrustPolicy + type PolicyStatus string + const PolicyStatusDisabled + const PolicyStatusEnabled + func PossiblePolicyStatusValues() []PolicyStatus + type PrivateEndpoint struct + ID *string + type PrivateEndpointConnection struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResult struct + NextLink *string + Value *[]PrivateEndpointConnection + func (peclr PrivateEndpointConnectionListResult) IsEmpty() bool + type PrivateEndpointConnectionListResultIterator struct + func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator + func (iter *PrivateEndpointConnectionListResultIterator) Next() error + func (iter *PrivateEndpointConnectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionListResultIterator) NotDone() bool + func (iter PrivateEndpointConnectionListResultIterator) Response() PrivateEndpointConnectionListResult + func (iter PrivateEndpointConnectionListResultIterator) Value() PrivateEndpointConnection + type PrivateEndpointConnectionListResultPage struct + func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, ...) PrivateEndpointConnectionListResultPage + func (page *PrivateEndpointConnectionListResultPage) Next() error + func (page *PrivateEndpointConnectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionListResultPage) NotDone() bool + func (page PrivateEndpointConnectionListResultPage) Response() PrivateEndpointConnectionListResult + func (page PrivateEndpointConnectionListResultPage) Values() []PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState ProvisioningState + func (pecp PrivateEndpointConnectionProperties) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, registryName string, ...) (result PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateSender(req *http.Request) (future PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (future PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result PrivateEndpointConnectionListResultPage, err error) + func (client PrivateEndpointConnectionsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result PrivateEndpointConnectionListResultIterator, err error) + func (client PrivateEndpointConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnectionsCreateOrUpdateFuture struct + Result func(PrivateEndpointConnectionsClient) (PrivateEndpointConnection, error) + func (future *PrivateEndpointConnectionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointConnectionsDeleteFuture struct + Result func(PrivateEndpointConnectionsClient) (autorest.Response, error) + func (future *PrivateEndpointConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceListResult struct + NextLink *string + Value *[]PrivateLinkResource + func (plrlr PrivateLinkResourceListResult) IsEmpty() bool + type PrivateLinkResourceListResultIterator struct + func NewPrivateLinkResourceListResultIterator(page PrivateLinkResourceListResultPage) PrivateLinkResourceListResultIterator + func (iter *PrivateLinkResourceListResultIterator) Next() error + func (iter *PrivateLinkResourceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateLinkResourceListResultIterator) NotDone() bool + func (iter PrivateLinkResourceListResultIterator) Response() PrivateLinkResourceListResult + func (iter PrivateLinkResourceListResultIterator) Value() PrivateLinkResource + type PrivateLinkResourceListResultPage struct + func NewPrivateLinkResourceListResultPage(cur PrivateLinkResourceListResult, ...) PrivateLinkResourceListResultPage + func (page *PrivateLinkResourceListResultPage) Next() error + func (page *PrivateLinkResourceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateLinkResourceListResultPage) NotDone() bool + func (page PrivateLinkResourceListResultPage) Response() PrivateLinkResourceListResult + func (page PrivateLinkResourceListResultPage) Values() []PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkServiceConnectionState struct + ActionsRequired ActionsRequired + Description *string + Status ConnectionStatus + type ProgressProperties struct + Percentage *string + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type QuarantinePolicy struct + Status PolicyStatus + type RegenerateCredentialParameters struct + Name PasswordName + type RegistriesClient struct + func NewRegistriesClient(subscriptionID string) RegistriesClient + func NewRegistriesClientWithBaseURI(baseURI string, subscriptionID string) RegistriesClient + func (client RegistriesClient) CheckNameAvailability(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (result RegistryNameStatus, err error) + func (client RegistriesClient) CheckNameAvailabilityPreparer(ctx context.Context, registryNameCheckRequest RegistryNameCheckRequest) (*http.Request, error) + func (client RegistriesClient) CheckNameAvailabilityResponder(resp *http.Response) (result RegistryNameStatus, err error) + func (client RegistriesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesCreateFuture, err error) + func (client RegistriesClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) CreateResponder(resp *http.Response) (result Registry, err error) + func (client RegistriesClient) CreateSender(req *http.Request) (future RegistriesCreateFuture, err error) + func (client RegistriesClient) Delete(ctx context.Context, resourceGroupName string, registryName string) (result RegistriesDeleteFuture, err error) + func (client RegistriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RegistriesClient) DeleteSender(req *http.Request) (future RegistriesDeleteFuture, err error) + func (client RegistriesClient) GenerateCredentials(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesGenerateCredentialsFuture, err error) + func (client RegistriesClient) GenerateCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) GenerateCredentialsResponder(resp *http.Response) (result GenerateCredentialsResult, err error) + func (client RegistriesClient) GenerateCredentialsSender(req *http.Request) (future RegistriesGenerateCredentialsFuture, err error) + func (client RegistriesClient) Get(ctx context.Context, resourceGroupName string, registryName string) (result Registry, err error) + func (client RegistriesClient) GetBuildSourceUploadURL(ctx context.Context, resourceGroupName string, registryName string) (result SourceUploadDefinition, err error) + func (client RegistriesClient) GetBuildSourceUploadURLPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) GetBuildSourceUploadURLResponder(resp *http.Response) (result SourceUploadDefinition, err error) + func (client RegistriesClient) GetBuildSourceUploadURLSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) GetPrivateLinkResource(ctx context.Context, resourceGroupName string, registryName string, ...) (result PrivateLinkResource, err error) + func (client RegistriesClient) GetPrivateLinkResourcePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) GetPrivateLinkResourceResponder(resp *http.Response) (result PrivateLinkResource, err error) + func (client RegistriesClient) GetPrivateLinkResourceSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) GetResponder(resp *http.Response) (result Registry, err error) + func (client RegistriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ImportImage(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesImportImageFuture, err error) + func (client RegistriesClient) ImportImagePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) ImportImageResponder(resp *http.Response) (result autorest.Response, err error) + func (client RegistriesClient) ImportImageSender(req *http.Request) (future RegistriesImportImageFuture, err error) + func (client RegistriesClient) List(ctx context.Context) (result RegistryListResultPage, err error) + func (client RegistriesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result RegistryListResultPage, err error) + func (client RegistriesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result RegistryListResultIterator, err error) + func (client RegistriesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client RegistriesClient) ListByResourceGroupResponder(resp *http.Response) (result RegistryListResult, err error) + func (client RegistriesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListComplete(ctx context.Context) (result RegistryListResultIterator, err error) + func (client RegistriesClient) ListCredentials(ctx context.Context, resourceGroupName string, registryName string) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) ListCredentialsPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) ListCredentialsResponder(resp *http.Response) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) ListCredentialsSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client RegistriesClient) ListPrivateLinkResources(ctx context.Context, resourceGroupName string, registryName string) (result PrivateLinkResourceListResultPage, err error) + func (client RegistriesClient) ListPrivateLinkResourcesComplete(ctx context.Context, resourceGroupName string, registryName string) (result PrivateLinkResourceListResultIterator, err error) + func (client RegistriesClient) ListPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) ListPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error) + func (client RegistriesClient) ListPrivateLinkResourcesSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListResponder(resp *http.Response) (result RegistryListResult, err error) + func (client RegistriesClient) ListSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ListUsages(ctx context.Context, resourceGroupName string, registryName string) (result RegistryUsageListResult, err error) + func (client RegistriesClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client RegistriesClient) ListUsagesResponder(resp *http.Response) (result RegistryUsageListResult, err error) + func (client RegistriesClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) RegenerateCredential(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) RegenerateCredentialPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) RegenerateCredentialResponder(resp *http.Response) (result RegistryListCredentialsResult, err error) + func (client RegistriesClient) RegenerateCredentialSender(req *http.Request) (*http.Response, error) + func (client RegistriesClient) ScheduleRun(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesScheduleRunFuture, err error) + func (client RegistriesClient) ScheduleRunPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) ScheduleRunResponder(resp *http.Response) (result Run, err error) + func (client RegistriesClient) ScheduleRunSender(req *http.Request) (future RegistriesScheduleRunFuture, err error) + func (client RegistriesClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result RegistriesUpdateFuture, err error) + func (client RegistriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RegistriesClient) UpdateResponder(resp *http.Response) (result Registry, err error) + func (client RegistriesClient) UpdateSender(req *http.Request) (future RegistriesUpdateFuture, err error) + type RegistriesCreateFuture struct + Result func(RegistriesClient) (Registry, error) + func (future *RegistriesCreateFuture) UnmarshalJSON(body []byte) error + type RegistriesDeleteFuture struct + Result func(RegistriesClient) (autorest.Response, error) + func (future *RegistriesDeleteFuture) UnmarshalJSON(body []byte) error + type RegistriesGenerateCredentialsFuture struct + Result func(RegistriesClient) (GenerateCredentialsResult, error) + func (future *RegistriesGenerateCredentialsFuture) UnmarshalJSON(body []byte) error + type RegistriesImportImageFuture struct + Result func(RegistriesClient) (autorest.Response, error) + func (future *RegistriesImportImageFuture) UnmarshalJSON(body []byte) error + type RegistriesScheduleRunFuture struct + Result func(RegistriesClient) (Run, error) + func (future *RegistriesScheduleRunFuture) UnmarshalJSON(body []byte) error + type RegistriesUpdateFuture struct + Result func(RegistriesClient) (Registry, error) + func (future *RegistriesUpdateFuture) UnmarshalJSON(body []byte) error + type Registry struct + ID *string + Identity *IdentityProperties + Location *string + Name *string + Sku *Sku + SystemData *SystemData + Tags map[string]*string + Type *string + func (r *Registry) UnmarshalJSON(body []byte) error + func (r Registry) MarshalJSON() ([]byte, error) + type RegistryListCredentialsResult struct + Passwords *[]RegistryPassword + Username *string + type RegistryListResult struct + NextLink *string + Value *[]Registry + func (rlr RegistryListResult) IsEmpty() bool + type RegistryListResultIterator struct + func NewRegistryListResultIterator(page RegistryListResultPage) RegistryListResultIterator + func (iter *RegistryListResultIterator) Next() error + func (iter *RegistryListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RegistryListResultIterator) NotDone() bool + func (iter RegistryListResultIterator) Response() RegistryListResult + func (iter RegistryListResultIterator) Value() Registry + type RegistryListResultPage struct + func NewRegistryListResultPage(cur RegistryListResult, ...) RegistryListResultPage + func (page *RegistryListResultPage) Next() error + func (page *RegistryListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RegistryListResultPage) NotDone() bool + func (page RegistryListResultPage) Response() RegistryListResult + func (page RegistryListResultPage) Values() []Registry + type RegistryNameCheckRequest struct + Name *string + Type *string + type RegistryNameStatus struct + Message *string + NameAvailable *bool + Reason *string + type RegistryPassword struct + Name PasswordName + Value *string + type RegistryProperties struct + AdminUserEnabled *bool + AnonymousPullEnabled *bool + CreationDate *date.Time + DataEndpointEnabled *bool + DataEndpointHostNames *[]string + Encryption *EncryptionProperty + LoginServer *string + NetworkRuleBypassOptions NetworkRuleBypassOptions + NetworkRuleSet *NetworkRuleSet + Policies *Policies + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + PublicNetworkAccess PublicNetworkAccess + Status *Status + ZoneRedundancy ZoneRedundancy + func (rp RegistryProperties) MarshalJSON() ([]byte, error) + type RegistryPropertiesUpdateParameters struct + AdminUserEnabled *bool + AnonymousPullEnabled *bool + DataEndpointEnabled *bool + Encryption *EncryptionProperty + NetworkRuleBypassOptions NetworkRuleBypassOptions + NetworkRuleSet *NetworkRuleSet + Policies *Policies + PublicNetworkAccess PublicNetworkAccess + type RegistryUpdateParameters struct + Identity *IdentityProperties + Sku *Sku + Tags map[string]*string + func (rup *RegistryUpdateParameters) UnmarshalJSON(body []byte) error + func (rup RegistryUpdateParameters) MarshalJSON() ([]byte, error) + type RegistryUsage struct + CurrentValue *int64 + Limit *int64 + Name *string + Unit RegistryUsageUnit + type RegistryUsageListResult struct + Value *[]RegistryUsage + type RegistryUsageUnit string + const RegistryUsageUnitBytes + const RegistryUsageUnitCount + func PossibleRegistryUsageUnitValues() []RegistryUsageUnit + type Replication struct + ID *string + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (r *Replication) UnmarshalJSON(body []byte) error + func (r Replication) MarshalJSON() ([]byte, error) + type ReplicationListResult struct + NextLink *string + Value *[]Replication + func (rlr ReplicationListResult) IsEmpty() bool + type ReplicationListResultIterator struct + func NewReplicationListResultIterator(page ReplicationListResultPage) ReplicationListResultIterator + func (iter *ReplicationListResultIterator) Next() error + func (iter *ReplicationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ReplicationListResultIterator) NotDone() bool + func (iter ReplicationListResultIterator) Response() ReplicationListResult + func (iter ReplicationListResultIterator) Value() Replication + type ReplicationListResultPage struct + func NewReplicationListResultPage(cur ReplicationListResult, ...) ReplicationListResultPage + func (page *ReplicationListResultPage) Next() error + func (page *ReplicationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ReplicationListResultPage) NotDone() bool + func (page ReplicationListResultPage) Response() ReplicationListResult + func (page ReplicationListResultPage) Values() []Replication + type ReplicationProperties struct + ProvisioningState ProvisioningState + RegionEndpointEnabled *bool + Status *Status + ZoneRedundancy ZoneRedundancy + func (rp ReplicationProperties) MarshalJSON() ([]byte, error) + type ReplicationUpdateParameters struct + Tags map[string]*string + func (rup *ReplicationUpdateParameters) UnmarshalJSON(body []byte) error + func (rup ReplicationUpdateParameters) MarshalJSON() ([]byte, error) + type ReplicationUpdateParametersProperties struct + RegionEndpointEnabled *bool + type ReplicationsClient struct + func NewReplicationsClient(subscriptionID string) ReplicationsClient + func NewReplicationsClientWithBaseURI(baseURI string, subscriptionID string) ReplicationsClient + func (client ReplicationsClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result ReplicationsCreateFuture, err error) + func (client ReplicationsClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) CreateResponder(resp *http.Response) (result Replication, err error) + func (client ReplicationsClient) CreateSender(req *http.Request) (future ReplicationsCreateFuture, err error) + func (client ReplicationsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ReplicationsDeleteFuture, err error) + func (client ReplicationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ReplicationsClient) DeleteSender(req *http.Request) (future ReplicationsDeleteFuture, err error) + func (client ReplicationsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Replication, err error) + func (client ReplicationsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) GetResponder(resp *http.Response) (result Replication, err error) + func (client ReplicationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ReplicationsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result ReplicationListResultPage, err error) + func (client ReplicationsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result ReplicationListResultIterator, err error) + func (client ReplicationsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client ReplicationsClient) ListResponder(resp *http.Response) (result ReplicationListResult, err error) + func (client ReplicationsClient) ListSender(req *http.Request) (*http.Response, error) + func (client ReplicationsClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result ReplicationsUpdateFuture, err error) + func (client ReplicationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ReplicationsClient) UpdateResponder(resp *http.Response) (result Replication, err error) + func (client ReplicationsClient) UpdateSender(req *http.Request) (future ReplicationsUpdateFuture, err error) + type ReplicationsCreateFuture struct + Result func(ReplicationsClient) (Replication, error) + func (future *ReplicationsCreateFuture) UnmarshalJSON(body []byte) error + type ReplicationsDeleteFuture struct + Result func(ReplicationsClient) (autorest.Response, error) + func (future *ReplicationsDeleteFuture) UnmarshalJSON(body []byte) error + type ReplicationsUpdateFuture struct + Result func(ReplicationsClient) (Replication, error) + func (future *ReplicationsUpdateFuture) UnmarshalJSON(body []byte) error + type Request struct + Addr *string + Host *string + ID *string + Method *string + Useragent *string + type Resource struct + ID *string + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceIdentityType string + const ResourceIdentityTypeNone + const ResourceIdentityTypeSystemAssigned + const ResourceIdentityTypeSystemAssignedUserAssigned + const ResourceIdentityTypeUserAssigned + func PossibleResourceIdentityTypeValues() []ResourceIdentityType + type RetentionPolicy struct + Days *int32 + LastUpdatedTime *date.Time + Status PolicyStatus + func (rp RetentionPolicy) MarshalJSON() ([]byte, error) + type Run struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (r *Run) UnmarshalJSON(body []byte) error + func (r Run) MarshalJSON() ([]byte, error) + type RunFilter struct + AgentPoolName *string + CreateTime *date.Time + FinishTime *date.Time + IsArchiveEnabled *bool + OutputImageManifests *string + RunID *string + RunType RunType + Status RunStatus + TaskName *string + type RunGetLogResult struct + LogArtifactLink *string + LogLink *string + type RunListResult struct + NextLink *string + Value *[]Run + func (rlr RunListResult) IsEmpty() bool + type RunListResultIterator struct + func NewRunListResultIterator(page RunListResultPage) RunListResultIterator + func (iter *RunListResultIterator) Next() error + func (iter *RunListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RunListResultIterator) NotDone() bool + func (iter RunListResultIterator) Response() RunListResult + func (iter RunListResultIterator) Value() Run + type RunListResultPage struct + func NewRunListResultPage(cur RunListResult, ...) RunListResultPage + func (page *RunListResultPage) Next() error + func (page *RunListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RunListResultPage) NotDone() bool + func (page RunListResultPage) Response() RunListResult + func (page RunListResultPage) Values() []Run + type RunProperties struct + AgentConfiguration *AgentProperties + AgentPoolName *string + CreateTime *date.Time + CustomRegistries *[]string + FinishTime *date.Time + ImageUpdateTrigger *ImageUpdateTrigger + IsArchiveEnabled *bool + LastUpdatedTime *date.Time + LogArtifact *ImageDescriptor + OutputImages *[]ImageDescriptor + Platform *PlatformProperties + ProvisioningState ProvisioningState + RunErrorMessage *string + RunID *string + RunType RunType + SourceRegistryAuth *string + SourceTrigger *SourceTriggerDescriptor + StartTime *date.Time + Status RunStatus + Task *string + TimerTrigger *TimerTriggerDescriptor + UpdateTriggerToken *string + func (rp RunProperties) MarshalJSON() ([]byte, error) + type RunRequest struct + AgentPoolName *string + IsArchiveEnabled *bool + LogTemplate *string + Type Type + func (rr RunRequest) AsBasicRunRequest() (BasicRunRequest, bool) + func (rr RunRequest) AsDockerBuildRequest() (*DockerBuildRequest, bool) + func (rr RunRequest) AsEncodedTaskRunRequest() (*EncodedTaskRunRequest, bool) + func (rr RunRequest) AsFileTaskRunRequest() (*FileTaskRunRequest, bool) + func (rr RunRequest) AsRunRequest() (*RunRequest, bool) + func (rr RunRequest) AsTaskRunRequest() (*TaskRunRequest, bool) + func (rr RunRequest) MarshalJSON() ([]byte, error) + type RunStatus string + const RunStatusCanceled + const RunStatusError + const RunStatusFailed + const RunStatusQueued + const RunStatusRunning + const RunStatusStarted + const RunStatusSucceeded + const RunStatusTimeout + func PossibleRunStatusValues() []RunStatus + type RunType string + const RunTypeAutoBuild + const RunTypeAutoRun + const RunTypeQuickBuild + const RunTypeQuickRun + func PossibleRunTypeValues() []RunType + type RunUpdateParameters struct + IsArchiveEnabled *bool + type RunsCancelFuture struct + Result func(RunsClient) (autorest.Response, error) + func (future *RunsCancelFuture) UnmarshalJSON(body []byte) error + type RunsClient struct + func NewRunsClient(subscriptionID string) RunsClient + func NewRunsClientWithBaseURI(baseURI string, subscriptionID string) RunsClient + func (client RunsClient) Cancel(ctx context.Context, resourceGroupName string, registryName string, ...) (result RunsCancelFuture, err error) + func (client RunsClient) CancelPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RunsClient) CancelResponder(resp *http.Response) (result autorest.Response, err error) + func (client RunsClient) CancelSender(req *http.Request) (future RunsCancelFuture, err error) + func (client RunsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Run, err error) + func (client RunsClient) GetLogSasURL(ctx context.Context, resourceGroupName string, registryName string, ...) (result RunGetLogResult, err error) + func (client RunsClient) GetLogSasURLPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RunsClient) GetLogSasURLResponder(resp *http.Response) (result RunGetLogResult, err error) + func (client RunsClient) GetLogSasURLSender(req *http.Request) (*http.Response, error) + func (client RunsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RunsClient) GetResponder(resp *http.Response) (result Run, err error) + func (client RunsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RunsClient) List(ctx context.Context, resourceGroupName string, registryName string, ...) (result RunListResultPage, err error) + func (client RunsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string, ...) (result RunListResultIterator, err error) + func (client RunsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RunsClient) ListResponder(resp *http.Response) (result RunListResult, err error) + func (client RunsClient) ListSender(req *http.Request) (*http.Response, error) + func (client RunsClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result RunsUpdateFuture, err error) + func (client RunsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client RunsClient) UpdateResponder(resp *http.Response) (result Run, err error) + func (client RunsClient) UpdateSender(req *http.Request) (future RunsUpdateFuture, err error) + type RunsUpdateFuture struct + Result func(RunsClient) (Run, error) + func (future *RunsUpdateFuture) UnmarshalJSON(body []byte) error + type ScopeMap struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (sm *ScopeMap) UnmarshalJSON(body []byte) error + func (sm ScopeMap) MarshalJSON() ([]byte, error) + type ScopeMapListResult struct + NextLink *string + Value *[]ScopeMap + func (smlr ScopeMapListResult) IsEmpty() bool + type ScopeMapListResultIterator struct + func NewScopeMapListResultIterator(page ScopeMapListResultPage) ScopeMapListResultIterator + func (iter *ScopeMapListResultIterator) Next() error + func (iter *ScopeMapListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ScopeMapListResultIterator) NotDone() bool + func (iter ScopeMapListResultIterator) Response() ScopeMapListResult + func (iter ScopeMapListResultIterator) Value() ScopeMap + type ScopeMapListResultPage struct + func NewScopeMapListResultPage(cur ScopeMapListResult, ...) ScopeMapListResultPage + func (page *ScopeMapListResultPage) Next() error + func (page *ScopeMapListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ScopeMapListResultPage) NotDone() bool + func (page ScopeMapListResultPage) Response() ScopeMapListResult + func (page ScopeMapListResultPage) Values() []ScopeMap + type ScopeMapProperties struct + Actions *[]string + CreationDate *date.Time + Description *string + ProvisioningState ProvisioningState + Type *string + func (smp ScopeMapProperties) MarshalJSON() ([]byte, error) + type ScopeMapPropertiesUpdateParameters struct + Actions *[]string + Description *string + type ScopeMapUpdateParameters struct + func (smup *ScopeMapUpdateParameters) UnmarshalJSON(body []byte) error + func (smup ScopeMapUpdateParameters) MarshalJSON() ([]byte, error) + type ScopeMapsClient struct + func NewScopeMapsClient(subscriptionID string) ScopeMapsClient + func NewScopeMapsClientWithBaseURI(baseURI string, subscriptionID string) ScopeMapsClient + func (client ScopeMapsClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result ScopeMapsCreateFuture, err error) + func (client ScopeMapsClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ScopeMapsClient) CreateResponder(resp *http.Response) (result ScopeMap, err error) + func (client ScopeMapsClient) CreateSender(req *http.Request) (future ScopeMapsCreateFuture, err error) + func (client ScopeMapsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result ScopeMapsDeleteFuture, err error) + func (client ScopeMapsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ScopeMapsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ScopeMapsClient) DeleteSender(req *http.Request) (future ScopeMapsDeleteFuture, err error) + func (client ScopeMapsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result ScopeMap, err error) + func (client ScopeMapsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ScopeMapsClient) GetResponder(resp *http.Response) (result ScopeMap, err error) + func (client ScopeMapsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ScopeMapsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result ScopeMapListResultPage, err error) + func (client ScopeMapsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result ScopeMapListResultIterator, err error) + func (client ScopeMapsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client ScopeMapsClient) ListResponder(resp *http.Response) (result ScopeMapListResult, err error) + func (client ScopeMapsClient) ListSender(req *http.Request) (*http.Response, error) + func (client ScopeMapsClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result ScopeMapsUpdateFuture, err error) + func (client ScopeMapsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client ScopeMapsClient) UpdateResponder(resp *http.Response) (result ScopeMap, err error) + func (client ScopeMapsClient) UpdateSender(req *http.Request) (future ScopeMapsUpdateFuture, err error) + type ScopeMapsCreateFuture struct + Result func(ScopeMapsClient) (ScopeMap, error) + func (future *ScopeMapsCreateFuture) UnmarshalJSON(body []byte) error + type ScopeMapsDeleteFuture struct + Result func(ScopeMapsClient) (autorest.Response, error) + func (future *ScopeMapsDeleteFuture) UnmarshalJSON(body []byte) error + type ScopeMapsUpdateFuture struct + Result func(ScopeMapsClient) (ScopeMap, error) + func (future *ScopeMapsUpdateFuture) UnmarshalJSON(body []byte) error + type SecretObject struct + Type SecretObjectType + Value *string + type SecretObjectType string + const SecretObjectTypeOpaque + const SecretObjectTypeVaultsecret + func PossibleSecretObjectTypeValues() []SecretObjectType + type SetValue struct + IsSecret *bool + Name *string + Value *string + type Sku struct + Name SkuName + Tier SkuTier + func (s Sku) MarshalJSON() ([]byte, error) + type SkuName string + const SkuNameBasic + const SkuNameClassic + const SkuNamePremium + const SkuNameStandard + func PossibleSkuNameValues() []SkuName + type SkuTier string + const SkuTierBasic + const SkuTierClassic + const SkuTierPremium + const SkuTierStandard + func PossibleSkuTierValues() []SkuTier + type SoftDeletePolicy struct + LastUpdatedTime *date.Time + RetentionDays *int32 + Status PolicyStatus + func (sdp SoftDeletePolicy) MarshalJSON() ([]byte, error) + type Source struct + Addr *string + InstanceID *string + type SourceControlType string + const SourceControlTypeGithub + const SourceControlTypeVisualStudioTeamService + func PossibleSourceControlTypeValues() []SourceControlType + type SourceProperties struct + Branch *string + RepositoryURL *string + SourceControlAuthProperties *AuthInfo + SourceControlType SourceControlType + type SourceRegistryCredentials struct + LoginMode SourceRegistryLoginMode + type SourceRegistryLoginMode string + const SourceRegistryLoginModeDefault + const SourceRegistryLoginModeNone + func PossibleSourceRegistryLoginModeValues() []SourceRegistryLoginMode + type SourceTrigger struct + Name *string + SourceRepository *SourceProperties + SourceTriggerEvents *[]SourceTriggerEvent + Status TriggerStatus + type SourceTriggerDescriptor struct + BranchName *string + CommitID *string + EventType *string + ID *string + ProviderType *string + PullRequestID *string + RepositoryURL *string + type SourceTriggerEvent string + const SourceTriggerEventCommit + const SourceTriggerEventPullrequest + func PossibleSourceTriggerEventValues() []SourceTriggerEvent + type SourceTriggerUpdateParameters struct + Name *string + SourceRepository *SourceUpdateParameters + SourceTriggerEvents *[]SourceTriggerEvent + Status TriggerStatus + type SourceUpdateParameters struct + Branch *string + RepositoryURL *string + SourceControlAuthProperties *AuthInfoUpdateParameters + SourceControlType SourceControlType + type SourceUploadDefinition struct + RelativePath *string + UploadURL *string + type Status struct + DisplayStatus *string + Message *string + Timestamp *date.Time + func (s Status) MarshalJSON() ([]byte, error) + type StatusDetailProperties struct + Code *string + CorrelationID *string + Description *string + Timestamp *date.Time + Type *string + func (sdp StatusDetailProperties) MarshalJSON() ([]byte, error) + type StorageAccountProperties struct + ID *string + type SyncProperties struct + GatewayEndpoint *string + LastSyncTime *date.Time + MessageTTL *string + Schedule *string + SyncWindow *string + TokenID *string + func (sp SyncProperties) MarshalJSON() ([]byte, error) + type SyncUpdateProperties struct + MessageTTL *string + Schedule *string + SyncWindow *string + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType LastModifiedByType + type TLSCertificateProperties struct + Location *string + Type CertificateType + func (TCP TLSCertificateProperties) MarshalJSON() ([]byte, error) + type TLSProperties struct + Certificate *TLSCertificateProperties + Status TLSStatus + func (tp TLSProperties) MarshalJSON() ([]byte, error) + type TLSStatus string + const TLSStatusDisabled + const TLSStatusEnabled + func PossibleTLSStatusValues() []TLSStatus + type Target struct + Digest *string + Length *int64 + MediaType *string + Name *string + Repository *string + Size *int64 + Tag *string + URL *string + Version *string + type Task struct + ID *string + Identity *IdentityProperties + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (t *Task) UnmarshalJSON(body []byte) error + func (t Task) MarshalJSON() ([]byte, error) + type TaskListResult struct + NextLink *string + Value *[]Task + func (tlr TaskListResult) IsEmpty() bool + type TaskListResultIterator struct + func NewTaskListResultIterator(page TaskListResultPage) TaskListResultIterator + func (iter *TaskListResultIterator) Next() error + func (iter *TaskListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter TaskListResultIterator) NotDone() bool + func (iter TaskListResultIterator) Response() TaskListResult + func (iter TaskListResultIterator) Value() Task + type TaskListResultPage struct + func NewTaskListResultPage(cur TaskListResult, ...) TaskListResultPage + func (page *TaskListResultPage) Next() error + func (page *TaskListResultPage) NextWithContext(ctx context.Context) (err error) + func (page TaskListResultPage) NotDone() bool + func (page TaskListResultPage) Response() TaskListResult + func (page TaskListResultPage) Values() []Task + type TaskProperties struct + AgentConfiguration *AgentProperties + AgentPoolName *string + CreationDate *date.Time + Credentials *Credentials + IsSystemTask *bool + LogTemplate *string + Platform *PlatformProperties + ProvisioningState ProvisioningState + Status TaskStatus + Step BasicTaskStepProperties + Timeout *int32 + Trigger *TriggerProperties + func (tp *TaskProperties) UnmarshalJSON(body []byte) error + func (tp TaskProperties) MarshalJSON() ([]byte, error) + type TaskPropertiesUpdateParameters struct + AgentConfiguration *AgentProperties + AgentPoolName *string + Credentials *Credentials + LogTemplate *string + Platform *PlatformUpdateParameters + Status TaskStatus + Step BasicTaskStepUpdateParameters + Timeout *int32 + Trigger *TriggerUpdateParameters + func (tpup *TaskPropertiesUpdateParameters) UnmarshalJSON(body []byte) error + type TaskRun struct + ID *string + Identity *IdentityProperties + Location *string + Name *string + SystemData *SystemData + Type *string + func (tr *TaskRun) UnmarshalJSON(body []byte) error + func (tr TaskRun) MarshalJSON() ([]byte, error) + type TaskRunListResult struct + NextLink *string + Value *[]TaskRun + func (trlr TaskRunListResult) IsEmpty() bool + type TaskRunListResultIterator struct + func NewTaskRunListResultIterator(page TaskRunListResultPage) TaskRunListResultIterator + func (iter *TaskRunListResultIterator) Next() error + func (iter *TaskRunListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter TaskRunListResultIterator) NotDone() bool + func (iter TaskRunListResultIterator) Response() TaskRunListResult + func (iter TaskRunListResultIterator) Value() TaskRun + type TaskRunListResultPage struct + func NewTaskRunListResultPage(cur TaskRunListResult, ...) TaskRunListResultPage + func (page *TaskRunListResultPage) Next() error + func (page *TaskRunListResultPage) NextWithContext(ctx context.Context) (err error) + func (page TaskRunListResultPage) NotDone() bool + func (page TaskRunListResultPage) Response() TaskRunListResult + func (page TaskRunListResultPage) Values() []TaskRun + type TaskRunProperties struct + ForceUpdateTag *string + ProvisioningState ProvisioningState + RunRequest BasicRunRequest + RunResult *Run + func (trp *TaskRunProperties) UnmarshalJSON(body []byte) error + func (trp TaskRunProperties) MarshalJSON() ([]byte, error) + type TaskRunPropertiesUpdateParameters struct + ForceUpdateTag *string + RunRequest BasicRunRequest + func (trpup *TaskRunPropertiesUpdateParameters) UnmarshalJSON(body []byte) error + type TaskRunRequest struct + AgentPoolName *string + IsArchiveEnabled *bool + LogTemplate *string + OverrideTaskStepProperties *OverrideTaskStepProperties + TaskID *string + Type Type + func (trr TaskRunRequest) AsBasicRunRequest() (BasicRunRequest, bool) + func (trr TaskRunRequest) AsDockerBuildRequest() (*DockerBuildRequest, bool) + func (trr TaskRunRequest) AsEncodedTaskRunRequest() (*EncodedTaskRunRequest, bool) + func (trr TaskRunRequest) AsFileTaskRunRequest() (*FileTaskRunRequest, bool) + func (trr TaskRunRequest) AsRunRequest() (*RunRequest, bool) + func (trr TaskRunRequest) AsTaskRunRequest() (*TaskRunRequest, bool) + func (trr TaskRunRequest) MarshalJSON() ([]byte, error) + type TaskRunUpdateParameters struct + Identity *IdentityProperties + Location *string + Tags map[string]*string + func (trup *TaskRunUpdateParameters) UnmarshalJSON(body []byte) error + func (trup TaskRunUpdateParameters) MarshalJSON() ([]byte, error) + type TaskRunsClient struct + func NewTaskRunsClient(subscriptionID string) TaskRunsClient + func NewTaskRunsClientWithBaseURI(baseURI string, subscriptionID string) TaskRunsClient + func (client TaskRunsClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result TaskRunsCreateFuture, err error) + func (client TaskRunsClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TaskRunsClient) CreateResponder(resp *http.Response) (result TaskRun, err error) + func (client TaskRunsClient) CreateSender(req *http.Request) (future TaskRunsCreateFuture, err error) + func (client TaskRunsClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result TaskRunsDeleteFuture, err error) + func (client TaskRunsClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TaskRunsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TaskRunsClient) DeleteSender(req *http.Request) (future TaskRunsDeleteFuture, err error) + func (client TaskRunsClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result TaskRun, err error) + func (client TaskRunsClient) GetDetails(ctx context.Context, resourceGroupName string, registryName string, ...) (result TaskRun, err error) + func (client TaskRunsClient) GetDetailsPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TaskRunsClient) GetDetailsResponder(resp *http.Response) (result TaskRun, err error) + func (client TaskRunsClient) GetDetailsSender(req *http.Request) (*http.Response, error) + func (client TaskRunsClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TaskRunsClient) GetResponder(resp *http.Response) (result TaskRun, err error) + func (client TaskRunsClient) GetSender(req *http.Request) (*http.Response, error) + func (client TaskRunsClient) List(ctx context.Context, resourceGroupName string, registryName string) (result TaskRunListResultPage, err error) + func (client TaskRunsClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result TaskRunListResultIterator, err error) + func (client TaskRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client TaskRunsClient) ListResponder(resp *http.Response) (result TaskRunListResult, err error) + func (client TaskRunsClient) ListSender(req *http.Request) (*http.Response, error) + func (client TaskRunsClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result TaskRunsUpdateFuture, err error) + func (client TaskRunsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TaskRunsClient) UpdateResponder(resp *http.Response) (result TaskRun, err error) + func (client TaskRunsClient) UpdateSender(req *http.Request) (future TaskRunsUpdateFuture, err error) + type TaskRunsCreateFuture struct + Result func(TaskRunsClient) (TaskRun, error) + func (future *TaskRunsCreateFuture) UnmarshalJSON(body []byte) error + type TaskRunsDeleteFuture struct + Result func(TaskRunsClient) (autorest.Response, error) + func (future *TaskRunsDeleteFuture) UnmarshalJSON(body []byte) error + type TaskRunsUpdateFuture struct + Result func(TaskRunsClient) (TaskRun, error) + func (future *TaskRunsUpdateFuture) UnmarshalJSON(body []byte) error + type TaskStatus string + const TaskStatusDisabled + const TaskStatusEnabled + func PossibleTaskStatusValues() []TaskStatus + type TaskStepProperties struct + BaseImageDependencies *[]BaseImageDependency + ContextAccessToken *string + ContextPath *string + Type TypeBasicTaskStepProperties + func (tsp TaskStepProperties) AsBasicTaskStepProperties() (BasicTaskStepProperties, bool) + func (tsp TaskStepProperties) AsDockerBuildStep() (*DockerBuildStep, bool) + func (tsp TaskStepProperties) AsEncodedTaskStep() (*EncodedTaskStep, bool) + func (tsp TaskStepProperties) AsFileTaskStep() (*FileTaskStep, bool) + func (tsp TaskStepProperties) AsTaskStepProperties() (*TaskStepProperties, bool) + func (tsp TaskStepProperties) MarshalJSON() ([]byte, error) + type TaskStepUpdateParameters struct + ContextAccessToken *string + ContextPath *string + Type TypeBasicTaskStepUpdateParameters + func (tsup TaskStepUpdateParameters) AsBasicTaskStepUpdateParameters() (BasicTaskStepUpdateParameters, bool) + func (tsup TaskStepUpdateParameters) AsDockerBuildStepUpdateParameters() (*DockerBuildStepUpdateParameters, bool) + func (tsup TaskStepUpdateParameters) AsEncodedTaskStepUpdateParameters() (*EncodedTaskStepUpdateParameters, bool) + func (tsup TaskStepUpdateParameters) AsFileTaskStepUpdateParameters() (*FileTaskStepUpdateParameters, bool) + func (tsup TaskStepUpdateParameters) AsTaskStepUpdateParameters() (*TaskStepUpdateParameters, bool) + func (tsup TaskStepUpdateParameters) MarshalJSON() ([]byte, error) + type TaskUpdateParameters struct + Identity *IdentityProperties + Tags map[string]*string + func (tup *TaskUpdateParameters) UnmarshalJSON(body []byte) error + func (tup TaskUpdateParameters) MarshalJSON() ([]byte, error) + type TasksClient struct + func NewTasksClient(subscriptionID string) TasksClient + func NewTasksClientWithBaseURI(baseURI string, subscriptionID string) TasksClient + func (client TasksClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result TasksCreateFuture, err error) + func (client TasksClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TasksClient) CreateResponder(resp *http.Response) (result Task, err error) + func (client TasksClient) CreateSender(req *http.Request) (future TasksCreateFuture, err error) + func (client TasksClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result TasksDeleteFuture, err error) + func (client TasksClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TasksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TasksClient) DeleteSender(req *http.Request) (future TasksDeleteFuture, err error) + func (client TasksClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Task, err error) + func (client TasksClient) GetDetails(ctx context.Context, resourceGroupName string, registryName string, ...) (result Task, err error) + func (client TasksClient) GetDetailsPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TasksClient) GetDetailsResponder(resp *http.Response) (result Task, err error) + func (client TasksClient) GetDetailsSender(req *http.Request) (*http.Response, error) + func (client TasksClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TasksClient) GetResponder(resp *http.Response) (result Task, err error) + func (client TasksClient) GetSender(req *http.Request) (*http.Response, error) + func (client TasksClient) List(ctx context.Context, resourceGroupName string, registryName string) (result TaskListResultPage, err error) + func (client TasksClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result TaskListResultIterator, err error) + func (client TasksClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client TasksClient) ListResponder(resp *http.Response) (result TaskListResult, err error) + func (client TasksClient) ListSender(req *http.Request) (*http.Response, error) + func (client TasksClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result TasksUpdateFuture, err error) + func (client TasksClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TasksClient) UpdateResponder(resp *http.Response) (result Task, err error) + func (client TasksClient) UpdateSender(req *http.Request) (future TasksUpdateFuture, err error) + type TasksCreateFuture struct + Result func(TasksClient) (Task, error) + func (future *TasksCreateFuture) UnmarshalJSON(body []byte) error + type TasksDeleteFuture struct + Result func(TasksClient) (autorest.Response, error) + func (future *TasksDeleteFuture) UnmarshalJSON(body []byte) error + type TasksUpdateFuture struct + Result func(TasksClient) (Task, error) + func (future *TasksUpdateFuture) UnmarshalJSON(body []byte) error + type TimerTrigger struct + Name *string + Schedule *string + Status TriggerStatus + type TimerTriggerDescriptor struct + ScheduleOccurrence *string + TimerTriggerName *string + type TimerTriggerUpdateParameters struct + Name *string + Schedule *string + Status TriggerStatus + type Token struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (t *Token) UnmarshalJSON(body []byte) error + func (t Token) MarshalJSON() ([]byte, error) + type TokenCertificate struct + EncodedPemCertificate *string + Expiry *date.Time + Name TokenCertificateName + Thumbprint *string + type TokenCertificateName string + const TokenCertificateNameCertificate1 + const TokenCertificateNameCertificate2 + func PossibleTokenCertificateNameValues() []TokenCertificateName + type TokenCredentialsProperties struct + Certificates *[]TokenCertificate + Passwords *[]TokenPassword + type TokenListResult struct + NextLink *string + Value *[]Token + func (tlr TokenListResult) IsEmpty() bool + type TokenListResultIterator struct + func NewTokenListResultIterator(page TokenListResultPage) TokenListResultIterator + func (iter *TokenListResultIterator) Next() error + func (iter *TokenListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter TokenListResultIterator) NotDone() bool + func (iter TokenListResultIterator) Response() TokenListResult + func (iter TokenListResultIterator) Value() Token + type TokenListResultPage struct + func NewTokenListResultPage(cur TokenListResult, ...) TokenListResultPage + func (page *TokenListResultPage) Next() error + func (page *TokenListResultPage) NextWithContext(ctx context.Context) (err error) + func (page TokenListResultPage) NotDone() bool + func (page TokenListResultPage) Response() TokenListResult + func (page TokenListResultPage) Values() []Token + type TokenPassword struct + CreationTime *date.Time + Expiry *date.Time + Name TokenPasswordName + Value *string + func (tp TokenPassword) MarshalJSON() ([]byte, error) + type TokenPasswordName string + const TokenPasswordNamePassword1 + const TokenPasswordNamePassword2 + func PossibleTokenPasswordNameValues() []TokenPasswordName + type TokenProperties struct + CreationDate *date.Time + Credentials *TokenCredentialsProperties + ProvisioningState ProvisioningState + ScopeMapID *string + Status TokenStatus + func (tp TokenProperties) MarshalJSON() ([]byte, error) + type TokenStatus string + const TokenStatusDisabled + const TokenStatusEnabled + func PossibleTokenStatusValues() []TokenStatus + type TokenType string + const TokenTypeOAuth + const TokenTypePAT + func PossibleTokenTypeValues() []TokenType + type TokenUpdateParameters struct + func (tup *TokenUpdateParameters) UnmarshalJSON(body []byte) error + func (tup TokenUpdateParameters) MarshalJSON() ([]byte, error) + type TokenUpdateProperties struct + Credentials *TokenCredentialsProperties + ScopeMapID *string + Status TokenStatus + type TokensClient struct + func NewTokensClient(subscriptionID string) TokensClient + func NewTokensClientWithBaseURI(baseURI string, subscriptionID string) TokensClient + func (client TokensClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result TokensCreateFuture, err error) + func (client TokensClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TokensClient) CreateResponder(resp *http.Response) (result Token, err error) + func (client TokensClient) CreateSender(req *http.Request) (future TokensCreateFuture, err error) + func (client TokensClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result TokensDeleteFuture, err error) + func (client TokensClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TokensClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TokensClient) DeleteSender(req *http.Request) (future TokensDeleteFuture, err error) + func (client TokensClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Token, err error) + func (client TokensClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TokensClient) GetResponder(resp *http.Response) (result Token, err error) + func (client TokensClient) GetSender(req *http.Request) (*http.Response, error) + func (client TokensClient) List(ctx context.Context, resourceGroupName string, registryName string) (result TokenListResultPage, err error) + func (client TokensClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result TokenListResultIterator, err error) + func (client TokensClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client TokensClient) ListResponder(resp *http.Response) (result TokenListResult, err error) + func (client TokensClient) ListSender(req *http.Request) (*http.Response, error) + func (client TokensClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result TokensUpdateFuture, err error) + func (client TokensClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client TokensClient) UpdateResponder(resp *http.Response) (result Token, err error) + func (client TokensClient) UpdateSender(req *http.Request) (future TokensUpdateFuture, err error) + type TokensCreateFuture struct + Result func(TokensClient) (Token, error) + func (future *TokensCreateFuture) UnmarshalJSON(body []byte) error + type TokensDeleteFuture struct + Result func(TokensClient) (autorest.Response, error) + func (future *TokensDeleteFuture) UnmarshalJSON(body []byte) error + type TokensUpdateFuture struct + Result func(TokensClient) (Token, error) + func (future *TokensUpdateFuture) UnmarshalJSON(body []byte) error + type TriggerProperties struct + BaseImageTrigger *BaseImageTrigger + SourceTriggers *[]SourceTrigger + TimerTriggers *[]TimerTrigger + type TriggerStatus string + const TriggerStatusDisabled + const TriggerStatusEnabled + func PossibleTriggerStatusValues() []TriggerStatus + type TriggerUpdateParameters struct + BaseImageTrigger *BaseImageTriggerUpdateParameters + SourceTriggers *[]SourceTriggerUpdateParameters + TimerTriggers *[]TimerTriggerUpdateParameters + type TrustPolicy struct + Status PolicyStatus + Type TrustPolicyType + type TrustPolicyType string + const TrustPolicyTypeNotary + func PossibleTrustPolicyTypeValues() []TrustPolicyType + type Type string + const TypeDockerBuildRequest + const TypeEncodedTaskRunRequest + const TypeFileTaskRunRequest + const TypeRunRequest + const TypeTaskRunRequest + func PossibleTypeValues() []Type + type TypeBasicTaskStepProperties string + const TypeBasicTaskStepPropertiesTypeDocker + const TypeBasicTaskStepPropertiesTypeEncodedTask + const TypeBasicTaskStepPropertiesTypeFileTask + const TypeBasicTaskStepPropertiesTypeTaskStepProperties + func PossibleTypeBasicTaskStepPropertiesValues() []TypeBasicTaskStepProperties + type TypeBasicTaskStepUpdateParameters string + const TypeBasicTaskStepUpdateParametersTypeDocker + const TypeBasicTaskStepUpdateParametersTypeEncodedTask + const TypeBasicTaskStepUpdateParametersTypeFileTask + const TypeBasicTaskStepUpdateParametersTypeTaskStepUpdateParameters + func PossibleTypeBasicTaskStepUpdateParametersValues() []TypeBasicTaskStepUpdateParameters + type UpdateTriggerPayloadType string + const UpdateTriggerPayloadTypeDefault + const UpdateTriggerPayloadTypeToken + func PossibleUpdateTriggerPayloadTypeValues() []UpdateTriggerPayloadType + type UserIdentityProperties struct + ClientID *string + PrincipalID *string + type Variant string + const VariantV6 + const VariantV7 + const VariantV8 + func PossibleVariantValues() []Variant + type Webhook struct + ID *string + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (w *Webhook) UnmarshalJSON(body []byte) error + func (w Webhook) MarshalJSON() ([]byte, error) + type WebhookAction string + const WebhookActionChartDelete + const WebhookActionChartPush + const WebhookActionDelete + const WebhookActionPush + const WebhookActionQuarantine + func PossibleWebhookActionValues() []WebhookAction + type WebhookCreateParameters struct + Location *string + Tags map[string]*string + func (wcp *WebhookCreateParameters) UnmarshalJSON(body []byte) error + func (wcp WebhookCreateParameters) MarshalJSON() ([]byte, error) + type WebhookListResult struct + NextLink *string + Value *[]Webhook + func (wlr WebhookListResult) IsEmpty() bool + type WebhookListResultIterator struct + func NewWebhookListResultIterator(page WebhookListResultPage) WebhookListResultIterator + func (iter *WebhookListResultIterator) Next() error + func (iter *WebhookListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WebhookListResultIterator) NotDone() bool + func (iter WebhookListResultIterator) Response() WebhookListResult + func (iter WebhookListResultIterator) Value() Webhook + type WebhookListResultPage struct + func NewWebhookListResultPage(cur WebhookListResult, ...) WebhookListResultPage + func (page *WebhookListResultPage) Next() error + func (page *WebhookListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WebhookListResultPage) NotDone() bool + func (page WebhookListResultPage) Response() WebhookListResult + func (page WebhookListResultPage) Values() []Webhook + type WebhookProperties struct + Actions *[]WebhookAction + ProvisioningState ProvisioningState + Scope *string + Status WebhookStatus + func (wp WebhookProperties) MarshalJSON() ([]byte, error) + type WebhookPropertiesCreateParameters struct + Actions *[]WebhookAction + CustomHeaders map[string]*string + Scope *string + ServiceURI *string + Status WebhookStatus + func (wpcp WebhookPropertiesCreateParameters) MarshalJSON() ([]byte, error) + type WebhookPropertiesUpdateParameters struct + Actions *[]WebhookAction + CustomHeaders map[string]*string + Scope *string + ServiceURI *string + Status WebhookStatus + func (wpup WebhookPropertiesUpdateParameters) MarshalJSON() ([]byte, error) + type WebhookStatus string + const WebhookStatusDisabled + const WebhookStatusEnabled + func PossibleWebhookStatusValues() []WebhookStatus + type WebhookUpdateParameters struct + Tags map[string]*string + func (wup *WebhookUpdateParameters) UnmarshalJSON(body []byte) error + func (wup WebhookUpdateParameters) MarshalJSON() ([]byte, error) + type WebhooksClient struct + func NewWebhooksClient(subscriptionID string) WebhooksClient + func NewWebhooksClientWithBaseURI(baseURI string, subscriptionID string) WebhooksClient + func (client WebhooksClient) Create(ctx context.Context, resourceGroupName string, registryName string, ...) (result WebhooksCreateFuture, err error) + func (client WebhooksClient) CreatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) CreateResponder(resp *http.Response) (result Webhook, err error) + func (client WebhooksClient) CreateSender(req *http.Request) (future WebhooksCreateFuture, err error) + func (client WebhooksClient) Delete(ctx context.Context, resourceGroupName string, registryName string, ...) (result WebhooksDeleteFuture, err error) + func (client WebhooksClient) DeletePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client WebhooksClient) DeleteSender(req *http.Request) (future WebhooksDeleteFuture, err error) + func (client WebhooksClient) Get(ctx context.Context, resourceGroupName string, registryName string, ...) (result Webhook, err error) + func (client WebhooksClient) GetCallbackConfig(ctx context.Context, resourceGroupName string, registryName string, ...) (result CallbackConfig, err error) + func (client WebhooksClient) GetCallbackConfigPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) GetCallbackConfigResponder(resp *http.Response) (result CallbackConfig, err error) + func (client WebhooksClient) GetCallbackConfigSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) GetPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) GetResponder(resp *http.Response) (result Webhook, err error) + func (client WebhooksClient) GetSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) List(ctx context.Context, resourceGroupName string, registryName string) (result WebhookListResultPage, err error) + func (client WebhooksClient) ListComplete(ctx context.Context, resourceGroupName string, registryName string) (result WebhookListResultIterator, err error) + func (client WebhooksClient) ListEvents(ctx context.Context, resourceGroupName string, registryName string, ...) (result EventListResultPage, err error) + func (client WebhooksClient) ListEventsComplete(ctx context.Context, resourceGroupName string, registryName string, ...) (result EventListResultIterator, err error) + func (client WebhooksClient) ListEventsPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) ListEventsResponder(resp *http.Response) (result EventListResult, err error) + func (client WebhooksClient) ListEventsSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) ListPreparer(ctx context.Context, resourceGroupName string, registryName string) (*http.Request, error) + func (client WebhooksClient) ListResponder(resp *http.Response) (result WebhookListResult, err error) + func (client WebhooksClient) ListSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) Ping(ctx context.Context, resourceGroupName string, registryName string, ...) (result EventInfo, err error) + func (client WebhooksClient) PingPreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) PingResponder(resp *http.Response) (result EventInfo, err error) + func (client WebhooksClient) PingSender(req *http.Request) (*http.Response, error) + func (client WebhooksClient) Update(ctx context.Context, resourceGroupName string, registryName string, ...) (result WebhooksUpdateFuture, err error) + func (client WebhooksClient) UpdatePreparer(ctx context.Context, resourceGroupName string, registryName string, ...) (*http.Request, error) + func (client WebhooksClient) UpdateResponder(resp *http.Response) (result Webhook, err error) + func (client WebhooksClient) UpdateSender(req *http.Request) (future WebhooksUpdateFuture, err error) + type WebhooksCreateFuture struct + Result func(WebhooksClient) (Webhook, error) + func (future *WebhooksCreateFuture) UnmarshalJSON(body []byte) error + type WebhooksDeleteFuture struct + Result func(WebhooksClient) (autorest.Response, error) + func (future *WebhooksDeleteFuture) UnmarshalJSON(body []byte) error + type WebhooksUpdateFuture struct + Result func(WebhooksClient) (Webhook, error) + func (future *WebhooksUpdateFuture) UnmarshalJSON(body []byte) error + type ZoneRedundancy string + const ZoneRedundancyDisabled + const ZoneRedundancyEnabled + func PossibleZoneRedundancyValues() []ZoneRedundancy