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 ValidateGalleryImageID(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 *GalleryImages + 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 GalleryImageId struct + GalleryImageName string + ResourceGroupName string + SubscriptionId string + func NewGalleryImageID(subscriptionId string, resourceGroupName string, galleryImageName string) GalleryImageId + func ParseGalleryImageID(input string) (*GalleryImageId, error) + func ParseGalleryImageIDInsensitively(input string) (*GalleryImageId, error) + func (id *GalleryImageId) FromParseResult(input resourceids.ParseResult) error + func (id GalleryImageId) ID() string + func (id GalleryImageId) Segments() []resourceids.Segment + func (id GalleryImageId) String() string + type GalleryImageIdentifier struct + Offer string + Publisher string + Sku string + type GalleryImageProperties struct + CloudInitDataSource *CloudInitDataSource + ContainerId *string + HyperVGeneration *HyperVGeneration + Identifier *GalleryImageIdentifier + ImagePath *string + OsType OperatingSystemTypes + ProvisioningState *ProvisioningStateEnum + Status *GalleryImageStatus + Version *GalleryImageVersion + type GalleryImageStatus struct + DownloadStatus *GalleryImageStatusDownloadStatus + ErrorCode *string + ErrorMessage *string + ProgressPercentage *int64 + ProvisioningStatus *GalleryImageStatusProvisioningStatus + type GalleryImageStatusDownloadStatus struct + DownloadSizeInMB *int64 + type GalleryImageStatusProvisioningStatus struct + OperationId *string + Status *Status + type GalleryImageVersion struct + Name *string + Properties *GalleryImageVersionProperties + type GalleryImageVersionProperties struct + StorageProfile GalleryImageVersionStorageProfile + type GalleryImageVersionStorageProfile struct + OsDiskImage *GalleryDiskImage + type GalleryImages struct + ExtendedLocation *ExtendedLocation + Id *string + Location string + Name *string + Properties *GalleryImageProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type GalleryImagesClient struct + Client *resourcemanager.Client + func NewGalleryImagesClientWithBaseURI(sdkApi sdkEnv.Api) (*GalleryImagesClient, error) + func (c GalleryImagesClient) CreateOrUpdate(ctx context.Context, id GalleryImageId, input GalleryImages) (result CreateOrUpdateOperationResponse, err error) + func (c GalleryImagesClient) CreateOrUpdateThenPoll(ctx context.Context, id GalleryImageId, input GalleryImages) error + func (c GalleryImagesClient) Delete(ctx context.Context, id GalleryImageId) (result DeleteOperationResponse, err error) + func (c GalleryImagesClient) DeleteThenPoll(ctx context.Context, id GalleryImageId) error + func (c GalleryImagesClient) Get(ctx context.Context, id GalleryImageId) (result GetOperationResponse, err error) + func (c GalleryImagesClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error) + func (c GalleryImagesClient) ListAll(ctx context.Context, id commonids.SubscriptionId) (result ListAllOperationResponse, err error) + func (c GalleryImagesClient) ListAllComplete(ctx context.Context, id commonids.SubscriptionId) (ListAllCompleteResult, error) + func (c GalleryImagesClient) ListAllCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListAllCompleteResult, err error) + func (c GalleryImagesClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error) + func (c GalleryImagesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error) + func (c GalleryImagesClient) Update(ctx context.Context, id GalleryImageId, input GalleryImagesUpdateRequest) (result UpdateOperationResponse, err error) + func (c GalleryImagesClient) UpdateThenPoll(ctx context.Context, id GalleryImageId, input GalleryImagesUpdateRequest) error + type GalleryImagesOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p GalleryImagesOperationPredicate) Matches(input GalleryImages) bool + type GalleryImagesUpdateRequest struct + Tags *map[string]string + type GetOperationResponse struct + HttpResponse *http.Response + Model *GalleryImages + OData *odata.OData + type HyperVGeneration string + const HyperVGenerationVOne + const HyperVGenerationVTwo + func (s *HyperVGeneration) UnmarshalJSON(bytes []byte) error + type ListAllCompleteResult struct + Items []GalleryImages + LatestHttpResponse *http.Response + type ListAllCustomPager struct + NextLink *odata.Link + func (p *ListAllCustomPager) NextPageLink() *odata.Link + type ListAllOperationResponse struct + HttpResponse *http.Response + Model *[]GalleryImages + OData *odata.OData + type ListCompleteResult struct + Items []GalleryImages + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]GalleryImages + OData *odata.OData + 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 *GalleryImages + OData *odata.OData + Poller pollers.Poller