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 PossibleValuesForArchitecture() []string + func PossibleValuesForGalleryProvisioningState() []string + func PossibleValuesForHyperVGeneration() []string + func PossibleValuesForOperatingSystemStateTypes() []string + func PossibleValuesForOperatingSystemTypes() []string + func ValidateGalleryImageID(input interface{}, key string) (warnings []string, errors []error) + type Architecture string + const ArchitectureArmSixFour + const ArchitectureXSixFour + func (s *Architecture) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *GalleryImage + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Disallowed struct + DiskTypes *[]string + type GalleryImage struct + Id *string + Location string + Name *string + Properties *GalleryImageProperties + Tags *map[string]string + Type *string + type GalleryImageFeature struct + Name *string + Value *string + type GalleryImageId struct + GalleryName string + ImageName string + ResourceGroupName string + SubscriptionId string + func NewGalleryImageID(subscriptionId string, resourceGroupName string, galleryName 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 GalleryImageOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p GalleryImageOperationPredicate) Matches(input GalleryImage) bool + type GalleryImageProperties struct + Architecture *Architecture + Description *string + Disallowed *Disallowed + EndOfLifeDate *string + Eula *string + Features *[]GalleryImageFeature + HyperVGeneration *HyperVGeneration + Identifier GalleryImageIdentifier + OsState OperatingSystemStateTypes + OsType OperatingSystemTypes + PrivacyStatementUri *string + ProvisioningState *GalleryProvisioningState + PurchasePlan *ImagePurchasePlan + Recommended *RecommendedMachineConfiguration + ReleaseNoteUri *string + func (o *GalleryImageProperties) GetEndOfLifeDateAsTime() (*time.Time, error) + func (o *GalleryImageProperties) SetEndOfLifeDateAsTime(input time.Time) + type GalleryImageUpdate struct + Id *string + Name *string + Properties *GalleryImageProperties + 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 GalleryImage) (result CreateOrUpdateOperationResponse, err error) + func (c GalleryImagesClient) CreateOrUpdateThenPoll(ctx context.Context, id GalleryImageId, input GalleryImage) 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) ListByGallery(ctx context.Context, id commonids.SharedImageGalleryId) (result ListByGalleryOperationResponse, err error) + func (c GalleryImagesClient) ListByGalleryComplete(ctx context.Context, id commonids.SharedImageGalleryId) (ListByGalleryCompleteResult, error) + func (c GalleryImagesClient) ListByGalleryCompleteMatchingPredicate(ctx context.Context, id commonids.SharedImageGalleryId, ...) (result ListByGalleryCompleteResult, err error) + func (c GalleryImagesClient) Update(ctx context.Context, id GalleryImageId, input GalleryImageUpdate) (result UpdateOperationResponse, err error) + func (c GalleryImagesClient) UpdateThenPoll(ctx context.Context, id GalleryImageId, input GalleryImageUpdate) error + type GalleryProvisioningState string + const GalleryProvisioningStateCreating + const GalleryProvisioningStateDeleting + const GalleryProvisioningStateFailed + const GalleryProvisioningStateMigrating + const GalleryProvisioningStateSucceeded + const GalleryProvisioningStateUpdating + func (s *GalleryProvisioningState) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *GalleryImage + OData *odata.OData + type HyperVGeneration string + const HyperVGenerationVOne + const HyperVGenerationVTwo + func (s *HyperVGeneration) UnmarshalJSON(bytes []byte) error + type ImagePurchasePlan struct + Name *string + Product *string + Publisher *string + type ListByGalleryCompleteResult struct + Items []GalleryImage + LatestHttpResponse *http.Response + type ListByGalleryCustomPager struct + NextLink *odata.Link + func (p *ListByGalleryCustomPager) NextPageLink() *odata.Link + type ListByGalleryOperationResponse struct + HttpResponse *http.Response + Model *[]GalleryImage + OData *odata.OData + type OperatingSystemStateTypes string + const OperatingSystemStateTypesGeneralized + const OperatingSystemStateTypesSpecialized + func (s *OperatingSystemStateTypes) UnmarshalJSON(bytes []byte) error + type OperatingSystemTypes string + const OperatingSystemTypesLinux + const OperatingSystemTypesWindows + func (s *OperatingSystemTypes) UnmarshalJSON(bytes []byte) error + type RecommendedMachineConfiguration struct + Memory *ResourceRange + VCPUs *ResourceRange + type ResourceRange struct + Max *int64 + Min *int64 + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *GalleryImage + OData *odata.OData + Poller pollers.Poller