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 PossibleValuesForCloudInitDataSource() []string + func PossibleValuesForExtendedLocationTypes() []string + func PossibleValuesForHyperVGeneration() []string + func PossibleValuesForOperatingSystemTypes() []string + func PossibleValuesForProvisioningStateEnum() []string + func PossibleValuesForStatus() []string + func ValidateMarketplaceGalleryImageID(input interface{}, key string) (warnings []string, errors []error) + type CloudInitDataSource string + const CloudInitDataSourceAzure + const CloudInitDataSourceNoCloud + func (s *CloudInitDataSource) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *MarketplaceGalleryImages + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExtendedLocation struct + Name *string + Type *ExtendedLocationTypes + type ExtendedLocationTypes string + const ExtendedLocationTypesCustomLocation + func (s *ExtendedLocationTypes) UnmarshalJSON(bytes []byte) error + type GalleryDiskImage struct + SizeInMB *int64 + type GalleryImageIdentifier struct + Offer string + Publisher string + Sku string + type GalleryImageVersion struct + Name *string + Properties *GalleryImageVersionProperties + type GalleryImageVersionProperties struct + StorageProfile GalleryImageVersionStorageProfile + type GalleryImageVersionStorageProfile struct + OsDiskImage *GalleryDiskImage + type GetOperationResponse struct + HttpResponse *http.Response + Model *MarketplaceGalleryImages + OData *odata.OData + type HyperVGeneration string + const HyperVGenerationVOne + const HyperVGenerationVTwo + func (s *HyperVGeneration) UnmarshalJSON(bytes []byte) error + type ListAllCompleteResult struct + Items []MarketplaceGalleryImages + LatestHttpResponse *http.Response + type ListAllCustomPager struct + NextLink *odata.Link + func (p *ListAllCustomPager) NextPageLink() *odata.Link + type ListAllOperationResponse struct + HttpResponse *http.Response + Model *[]MarketplaceGalleryImages + OData *odata.OData + type ListCompleteResult struct + Items []MarketplaceGalleryImages + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]MarketplaceGalleryImages + OData *odata.OData + type MarketplaceGalleryImageId struct + MarketplaceGalleryImageName string + ResourceGroupName string + SubscriptionId string + func NewMarketplaceGalleryImageID(subscriptionId string, resourceGroupName string, ...) MarketplaceGalleryImageId + func ParseMarketplaceGalleryImageID(input string) (*MarketplaceGalleryImageId, error) + func ParseMarketplaceGalleryImageIDInsensitively(input string) (*MarketplaceGalleryImageId, error) + func (id *MarketplaceGalleryImageId) FromParseResult(input resourceids.ParseResult) error + func (id MarketplaceGalleryImageId) ID() string + func (id MarketplaceGalleryImageId) Segments() []resourceids.Segment + func (id MarketplaceGalleryImageId) String() string + type MarketplaceGalleryImageProperties struct + CloudInitDataSource *CloudInitDataSource + ContainerId *string + HyperVGeneration *HyperVGeneration + Identifier *GalleryImageIdentifier + OsType OperatingSystemTypes + ProvisioningState *ProvisioningStateEnum + Status *MarketplaceGalleryImageStatus + Version *GalleryImageVersion + type MarketplaceGalleryImageStatus struct + DownloadStatus *MarketplaceGalleryImageStatusDownloadStatus + ErrorCode *string + ErrorMessage *string + ProgressPercentage *int64 + ProvisioningStatus *MarketplaceGalleryImageStatusProvisioningStatus + type MarketplaceGalleryImageStatusDownloadStatus struct + DownloadSizeInMB *int64 + type MarketplaceGalleryImageStatusProvisioningStatus struct + OperationId *string + Status *Status + type MarketplaceGalleryImages struct + ExtendedLocation *ExtendedLocation + Id *string + Location string + Name *string + Properties *MarketplaceGalleryImageProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type MarketplaceGalleryImagesClient struct + Client *resourcemanager.Client + func NewMarketplaceGalleryImagesClientWithBaseURI(sdkApi sdkEnv.Api) (*MarketplaceGalleryImagesClient, error) + func (c MarketplaceGalleryImagesClient) CreateOrUpdate(ctx context.Context, id MarketplaceGalleryImageId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c MarketplaceGalleryImagesClient) CreateOrUpdateThenPoll(ctx context.Context, id MarketplaceGalleryImageId, ...) error + func (c MarketplaceGalleryImagesClient) Delete(ctx context.Context, id MarketplaceGalleryImageId) (result DeleteOperationResponse, err error) + func (c MarketplaceGalleryImagesClient) DeleteThenPoll(ctx context.Context, id MarketplaceGalleryImageId) error + func (c MarketplaceGalleryImagesClient) Get(ctx context.Context, id MarketplaceGalleryImageId) (result GetOperationResponse, err error) + func (c MarketplaceGalleryImagesClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error) + func (c MarketplaceGalleryImagesClient) ListAll(ctx context.Context, id commonids.SubscriptionId) (result ListAllOperationResponse, err error) + func (c MarketplaceGalleryImagesClient) ListAllComplete(ctx context.Context, id commonids.SubscriptionId) (ListAllCompleteResult, error) + func (c MarketplaceGalleryImagesClient) ListAllCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListAllCompleteResult, err error) + func (c MarketplaceGalleryImagesClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error) + func (c MarketplaceGalleryImagesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error) + func (c MarketplaceGalleryImagesClient) Update(ctx context.Context, id MarketplaceGalleryImageId, ...) (result UpdateOperationResponse, err error) + func (c MarketplaceGalleryImagesClient) UpdateThenPoll(ctx context.Context, id MarketplaceGalleryImageId, ...) error + type MarketplaceGalleryImagesOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p MarketplaceGalleryImagesOperationPredicate) Matches(input MarketplaceGalleryImages) bool + type MarketplaceGalleryImagesUpdateRequest struct + Tags *map[string]string + type OperatingSystemTypes string + const OperatingSystemTypesLinux + const OperatingSystemTypesWindows + func (s *OperatingSystemTypes) UnmarshalJSON(bytes []byte) error + type ProvisioningStateEnum string + const ProvisioningStateEnumAccepted + const ProvisioningStateEnumCanceled + const ProvisioningStateEnumDeleting + const ProvisioningStateEnumFailed + const ProvisioningStateEnumInProgress + const ProvisioningStateEnumSucceeded + func (s *ProvisioningStateEnum) UnmarshalJSON(bytes []byte) error + type Status string + const StatusFailed + const StatusInProgress + const StatusSucceeded + func (s *Status) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *MarketplaceGalleryImages + OData *odata.OData + Poller pollers.Poller