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 PossibleValuesForHibernateSupport() []string + func PossibleValuesForProvisioningState() []string + func ValidateDevCenterID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGalleryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateImageID(input interface{}, key string) (warnings []string, errors []error) + type DevCenterId struct + DevCenterName string + ResourceGroupName string + SubscriptionId string + func NewDevCenterID(subscriptionId string, resourceGroupName string, devCenterName string) DevCenterId + func ParseDevCenterID(input string) (*DevCenterId, error) + func ParseDevCenterIDInsensitively(input string) (*DevCenterId, error) + func (id *DevCenterId) FromParseResult(input resourceids.ParseResult) error + func (id DevCenterId) ID() string + func (id DevCenterId) Segments() []resourceids.Segment + func (id DevCenterId) String() string + type GalleryId struct + DevCenterName string + GalleryName string + ResourceGroupName string + SubscriptionId string + func NewGalleryID(subscriptionId string, resourceGroupName string, devCenterName string, ...) GalleryId + func ParseGalleryID(input string) (*GalleryId, error) + func ParseGalleryIDInsensitively(input string) (*GalleryId, error) + func (id *GalleryId) FromParseResult(input resourceids.ParseResult) error + func (id GalleryId) ID() string + func (id GalleryId) Segments() []resourceids.Segment + func (id GalleryId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *Image + OData *odata.OData + type HibernateSupport string + const HibernateSupportDisabled + const HibernateSupportEnabled + func (s *HibernateSupport) UnmarshalJSON(bytes []byte) error + type Image struct + Id *string + Name *string + Properties *ImageProperties + SystemData *systemdata.SystemData + Type *string + type ImageId struct + DevCenterName string + GalleryName string + ImageName string + ResourceGroupName string + SubscriptionId string + func NewImageID(subscriptionId string, resourceGroupName string, devCenterName string, ...) ImageId + func ParseImageID(input string) (*ImageId, error) + func ParseImageIDInsensitively(input string) (*ImageId, error) + func (id *ImageId) FromParseResult(input resourceids.ParseResult) error + func (id ImageId) ID() string + func (id ImageId) Segments() []resourceids.Segment + func (id ImageId) String() string + type ImageOperationPredicate struct + Id *string + Name *string + Type *string + func (p ImageOperationPredicate) Matches(input Image) bool + type ImageProperties struct + Description *string + HibernateSupport *HibernateSupport + Offer *string + ProvisioningState *ProvisioningState + Publisher *string + RecommendedMachineConfiguration *RecommendedMachineConfiguration + Sku *string + type ImagesClient struct + Client *resourcemanager.Client + func NewImagesClientWithBaseURI(sdkApi sdkEnv.Api) (*ImagesClient, error) + func (c ImagesClient) Get(ctx context.Context, id ImageId) (result GetOperationResponse, err error) + func (c ImagesClient) ListByDevCenter(ctx context.Context, id DevCenterId, options ListByDevCenterOperationOptions) (result ListByDevCenterOperationResponse, err error) + func (c ImagesClient) ListByDevCenterComplete(ctx context.Context, id DevCenterId, options ListByDevCenterOperationOptions) (ListByDevCenterCompleteResult, error) + func (c ImagesClient) ListByDevCenterCompleteMatchingPredicate(ctx context.Context, id DevCenterId, options ListByDevCenterOperationOptions, ...) (result ListByDevCenterCompleteResult, err error) + func (c ImagesClient) ListByGallery(ctx context.Context, id GalleryId, options ListByGalleryOperationOptions) (result ListByGalleryOperationResponse, err error) + func (c ImagesClient) ListByGalleryComplete(ctx context.Context, id GalleryId, options ListByGalleryOperationOptions) (ListByGalleryCompleteResult, error) + func (c ImagesClient) ListByGalleryCompleteMatchingPredicate(ctx context.Context, id GalleryId, options ListByGalleryOperationOptions, ...) (result ListByGalleryCompleteResult, err error) + type ListByDevCenterCompleteResult struct + Items []Image + LatestHttpResponse *http.Response + type ListByDevCenterCustomPager struct + NextLink *odata.Link + func (p *ListByDevCenterCustomPager) NextPageLink() *odata.Link + type ListByDevCenterOperationOptions struct + Top *int64 + func DefaultListByDevCenterOperationOptions() ListByDevCenterOperationOptions + func (o ListByDevCenterOperationOptions) ToHeaders() *client.Headers + func (o ListByDevCenterOperationOptions) ToOData() *odata.Query + func (o ListByDevCenterOperationOptions) ToQuery() *client.QueryParams + type ListByDevCenterOperationResponse struct + HttpResponse *http.Response + Model *[]Image + OData *odata.OData + type ListByGalleryCompleteResult struct + Items []Image + LatestHttpResponse *http.Response + type ListByGalleryCustomPager struct + NextLink *odata.Link + func (p *ListByGalleryCustomPager) NextPageLink() *odata.Link + type ListByGalleryOperationOptions struct + Top *int64 + func DefaultListByGalleryOperationOptions() ListByGalleryOperationOptions + func (o ListByGalleryOperationOptions) ToHeaders() *client.Headers + func (o ListByGalleryOperationOptions) ToOData() *odata.Query + func (o ListByGalleryOperationOptions) ToQuery() *client.QueryParams + type ListByGalleryOperationResponse struct + HttpResponse *http.Response + Model *[]Image + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreated + const ProvisioningStateCreating + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMovingResources + const ProvisioningStateNotSpecified + const ProvisioningStateRolloutInProgress + const ProvisioningStateRunning + const ProvisioningStateStorageProvisioningFailed + const ProvisioningStateSucceeded + const ProvisioningStateTransientFailure + const ProvisioningStateUpdated + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RecommendedMachineConfiguration struct + Memory *ResourceRange + VCPUs *ResourceRange + type ResourceRange struct + Max *int64 + Min *int64