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 PossibleValuesForHyperVGeneration() []string + func PossibleValuesForOperatingSystemStateTypes() []string + func PossibleValuesForOperatingSystemTypes() []string + func PossibleValuesForSharedToValues() []string + func ValidateSharedGalleryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSharedGalleryImageID(input interface{}, key string) (warnings []string, errors []error) + type Disallowed struct + DiskTypes *[]string + type GalleryImageFeature struct + Name *string + Value *string + type GalleryImageIdentifier struct + Offer string + Publisher string + Sku string + type GetOperationResponse struct + HttpResponse *http.Response + Model *SharedGalleryImage + 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 ListCompleteResult struct + Items []SharedGalleryImage + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + SharedTo *SharedToValues + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]SharedGalleryImage + 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 SharedGalleryId struct + LocationName string + SharedGalleryName string + SubscriptionId string + func NewSharedGalleryID(subscriptionId string, locationName string, sharedGalleryName string) SharedGalleryId + func ParseSharedGalleryID(input string) (*SharedGalleryId, error) + func ParseSharedGalleryIDInsensitively(input string) (*SharedGalleryId, error) + func (id *SharedGalleryId) FromParseResult(input resourceids.ParseResult) error + func (id SharedGalleryId) ID() string + func (id SharedGalleryId) Segments() []resourceids.Segment + func (id SharedGalleryId) String() string + type SharedGalleryIdentifier struct + UniqueId *string + type SharedGalleryImage struct + Identifier *SharedGalleryIdentifier + Location *string + Name *string + Properties *SharedGalleryImageProperties + type SharedGalleryImageId struct + ImageName string + LocationName string + SharedGalleryName string + SubscriptionId string + func NewSharedGalleryImageID(subscriptionId string, locationName string, sharedGalleryName string, ...) SharedGalleryImageId + func ParseSharedGalleryImageID(input string) (*SharedGalleryImageId, error) + func ParseSharedGalleryImageIDInsensitively(input string) (*SharedGalleryImageId, error) + func (id *SharedGalleryImageId) FromParseResult(input resourceids.ParseResult) error + func (id SharedGalleryImageId) ID() string + func (id SharedGalleryImageId) Segments() []resourceids.Segment + func (id SharedGalleryImageId) String() string + type SharedGalleryImageOperationPredicate struct + Location *string + Name *string + func (p SharedGalleryImageOperationPredicate) Matches(input SharedGalleryImage) bool + type SharedGalleryImageProperties struct + Disallowed *Disallowed + EndOfLifeDate *string + Features *[]GalleryImageFeature + HyperVGeneration *HyperVGeneration + Identifier GalleryImageIdentifier + OsState OperatingSystemStateTypes + OsType OperatingSystemTypes + PurchasePlan *ImagePurchasePlan + Recommended *RecommendedMachineConfiguration + func (o *SharedGalleryImageProperties) GetEndOfLifeDateAsTime() (*time.Time, error) + func (o *SharedGalleryImageProperties) SetEndOfLifeDateAsTime(input time.Time) + type SharedGalleryImagesClient struct + Client *resourcemanager.Client + func NewSharedGalleryImagesClientWithBaseURI(sdkApi sdkEnv.Api) (*SharedGalleryImagesClient, error) + func (c SharedGalleryImagesClient) Get(ctx context.Context, id SharedGalleryImageId) (result GetOperationResponse, err error) + func (c SharedGalleryImagesClient) List(ctx context.Context, id SharedGalleryId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c SharedGalleryImagesClient) ListComplete(ctx context.Context, id SharedGalleryId, options ListOperationOptions) (ListCompleteResult, error) + func (c SharedGalleryImagesClient) ListCompleteMatchingPredicate(ctx context.Context, id SharedGalleryId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type SharedToValues string + const SharedToValuesTenant + func (s *SharedToValues) UnmarshalJSON(bytes []byte) error