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 PossibleValuesForProvisioningState() []string + func ValidateArchiveID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVersionID(input interface{}, key string) (warnings []string, errors []error) + type ArchiveId struct + ArchiveName string + PackageName string + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewArchiveID(subscriptionId string, resourceGroupName string, registryName string, ...) ArchiveId + func ParseArchiveID(input string) (*ArchiveId, error) + func ParseArchiveIDInsensitively(input string) (*ArchiveId, error) + func (id *ArchiveId) FromParseResult(input resourceids.ParseResult) error + func (id ArchiveId) ID() string + func (id ArchiveId) Segments() []resourceids.Segment + func (id ArchiveId) String() string + type ArchiveVersion struct + Id *string + Name *string + Properties *ArchiveVersionProperties + SystemData *systemdata.SystemData + Type *string + type ArchiveVersionOperationPredicate struct + Id *string + Name *string + Type *string + func (p ArchiveVersionOperationPredicate) Matches(input ArchiveVersion) bool + type ArchiveVersionProperties struct + ArchiveVersionErrorMessage *string + ProvisioningState *ProvisioningState + type ArchiveVersionsClient struct + Client *resourcemanager.Client + func NewArchiveVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ArchiveVersionsClient, error) + func (c ArchiveVersionsClient) Create(ctx context.Context, id VersionId) (result CreateOperationResponse, err error) + func (c ArchiveVersionsClient) CreateThenPoll(ctx context.Context, id VersionId) error + func (c ArchiveVersionsClient) Delete(ctx context.Context, id VersionId) (result DeleteOperationResponse, err error) + func (c ArchiveVersionsClient) DeleteThenPoll(ctx context.Context, id VersionId) error + func (c ArchiveVersionsClient) Get(ctx context.Context, id VersionId) (result GetOperationResponse, err error) + func (c ArchiveVersionsClient) List(ctx context.Context, id ArchiveId) (result ListOperationResponse, err error) + func (c ArchiveVersionsClient) ListComplete(ctx context.Context, id ArchiveId) (ListCompleteResult, error) + func (c ArchiveVersionsClient) ListCompleteMatchingPredicate(ctx context.Context, id ArchiveId, predicate ArchiveVersionOperationPredicate) (result ListCompleteResult, err error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *ArchiveVersion + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *ArchiveVersion + OData *odata.OData + type ListCompleteResult struct + Items []ArchiveVersion + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ArchiveVersion + OData *odata.OData + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type VersionId struct + ArchiveName string + PackageName string + RegistryName string + ResourceGroupName string + SubscriptionId string + VersionName string + func NewVersionID(subscriptionId string, resourceGroupName string, registryName string, ...) VersionId + func ParseVersionID(input string) (*VersionId, error) + func ParseVersionIDInsensitively(input string) (*VersionId, error) + func (id *VersionId) FromParseResult(input resourceids.ParseResult) error + func (id VersionId) ID() string + func (id VersionId) Segments() []resourceids.Segment + func (id VersionId) String() string