Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForPipelineRunSourceType() []string + func PossibleValuesForPipelineRunTargetType() []string + func PossibleValuesForPipelineSourceType() []string + func PossibleValuesForProvisioningState() []string + func ValidatePipelineRunID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRegistryID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *PipelineRun + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExportPipelineTargetProperties struct + KeyVaultUri string + Type *string + Uri *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *PipelineRun + OData *odata.OData + type ImportPipelineSourceProperties struct + KeyVaultUri string + Type *PipelineSourceType + Uri *string + type ListCompleteResult struct + Items []PipelineRun + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]PipelineRun + OData *odata.OData + type PipelineRun struct + Id *string + Name *string + Properties *PipelineRunProperties + SystemData *systemdata.SystemData + Type *string + type PipelineRunId struct + PipelineRunName string + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewPipelineRunID(subscriptionId string, resourceGroupName string, registryName string, ...) PipelineRunId + func ParsePipelineRunID(input string) (*PipelineRunId, error) + func ParsePipelineRunIDInsensitively(input string) (*PipelineRunId, error) + func (id *PipelineRunId) FromParseResult(input resourceids.ParseResult) error + func (id PipelineRunId) ID() string + func (id PipelineRunId) Segments() []resourceids.Segment + func (id PipelineRunId) String() string + type PipelineRunOperationPredicate struct + Id *string + Name *string + Type *string + func (p PipelineRunOperationPredicate) Matches(input PipelineRun) bool + type PipelineRunProperties struct + ForceUpdateTag *string + ProvisioningState *ProvisioningState + Request *PipelineRunRequest + Response *PipelineRunResponse + type PipelineRunRequest struct + Artifacts *[]string + CatalogDigest *string + PipelineResourceId *string + Source *PipelineRunSourceProperties + Target *PipelineRunTargetProperties + type PipelineRunResponse struct + CatalogDigest *string + FinishTime *string + ImportedArtifacts *[]string + PipelineRunErrorMessage *string + Progress *ProgressProperties + Source *ImportPipelineSourceProperties + StartTime *string + Status *string + Target *ExportPipelineTargetProperties + Trigger *PipelineTriggerDescriptor + func (o *PipelineRunResponse) GetFinishTimeAsTime() (*time.Time, error) + func (o *PipelineRunResponse) GetStartTimeAsTime() (*time.Time, error) + func (o *PipelineRunResponse) SetFinishTimeAsTime(input time.Time) + func (o *PipelineRunResponse) SetStartTimeAsTime(input time.Time) + type PipelineRunSourceProperties struct + Name *string + Type *PipelineRunSourceType + type PipelineRunSourceType string + const PipelineRunSourceTypeAzureStorageBlob + func (s *PipelineRunSourceType) UnmarshalJSON(bytes []byte) error + type PipelineRunTargetProperties struct + Name *string + Type *PipelineRunTargetType + type PipelineRunTargetType string + const PipelineRunTargetTypeAzureStorageBlob + func (s *PipelineRunTargetType) UnmarshalJSON(bytes []byte) error + type PipelineRunsClient struct + Client *resourcemanager.Client + func NewPipelineRunsClientWithBaseURI(sdkApi sdkEnv.Api) (*PipelineRunsClient, error) + func (c PipelineRunsClient) Create(ctx context.Context, id PipelineRunId, input PipelineRun) (result CreateOperationResponse, err error) + func (c PipelineRunsClient) CreateThenPoll(ctx context.Context, id PipelineRunId, input PipelineRun) error + func (c PipelineRunsClient) Delete(ctx context.Context, id PipelineRunId) (result DeleteOperationResponse, err error) + func (c PipelineRunsClient) DeleteThenPoll(ctx context.Context, id PipelineRunId) error + func (c PipelineRunsClient) Get(ctx context.Context, id PipelineRunId) (result GetOperationResponse, err error) + func (c PipelineRunsClient) List(ctx context.Context, id RegistryId) (result ListOperationResponse, err error) + func (c PipelineRunsClient) ListComplete(ctx context.Context, id RegistryId) (ListCompleteResult, error) + func (c PipelineRunsClient) ListCompleteMatchingPredicate(ctx context.Context, id RegistryId, predicate PipelineRunOperationPredicate) (result ListCompleteResult, err error) + type PipelineSourceTriggerDescriptor struct + Timestamp *string + func (o *PipelineSourceTriggerDescriptor) GetTimestampAsTime() (*time.Time, error) + func (o *PipelineSourceTriggerDescriptor) SetTimestampAsTime(input time.Time) + type PipelineSourceType string + const PipelineSourceTypeAzureStorageBlobContainer + func (s *PipelineSourceType) UnmarshalJSON(bytes []byte) error + type PipelineTriggerDescriptor struct + SourceTrigger *PipelineSourceTriggerDescriptor + type ProgressProperties struct + Percentage *string + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RegistryId struct + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewRegistryID(subscriptionId string, resourceGroupName string, registryName string) RegistryId + func ParseRegistryID(input string) (*RegistryId, error) + func ParseRegistryIDInsensitively(input string) (*RegistryId, error) + func (id *RegistryId) FromParseResult(input resourceids.ParseResult) error + func (id RegistryId) ID() string + func (id RegistryId) Segments() []resourceids.Segment + func (id RegistryId) String() string