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 PossibleValuesForSharedToValues() []string + func ValidateImageVersionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSharedGalleryImageID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *SharedGalleryImageVersion + OData *odata.OData + type ImageVersionId struct + ImageName string + LocationName string + SharedGalleryName string + SubscriptionId string + VersionName string + func NewImageVersionID(subscriptionId string, locationName string, sharedGalleryName string, ...) ImageVersionId + func ParseImageVersionID(input string) (*ImageVersionId, error) + func ParseImageVersionIDInsensitively(input string) (*ImageVersionId, error) + func (id *ImageVersionId) FromParseResult(input resourceids.ParseResult) error + func (id ImageVersionId) ID() string + func (id ImageVersionId) Segments() []resourceids.Segment + func (id ImageVersionId) String() string + type ListCompleteResult struct + Items []SharedGalleryImageVersion + 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 *[]SharedGalleryImageVersion + OData *odata.OData + type SharedGalleryIdentifier struct + UniqueId *string + 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 SharedGalleryImageVersion struct + Identifier *SharedGalleryIdentifier + Location *string + Name *string + Properties *SharedGalleryImageVersionProperties + type SharedGalleryImageVersionOperationPredicate struct + Location *string + Name *string + func (p SharedGalleryImageVersionOperationPredicate) Matches(input SharedGalleryImageVersion) bool + type SharedGalleryImageVersionProperties struct + EndOfLifeDate *string + PublishedDate *string + func (o *SharedGalleryImageVersionProperties) GetEndOfLifeDateAsTime() (*time.Time, error) + func (o *SharedGalleryImageVersionProperties) GetPublishedDateAsTime() (*time.Time, error) + func (o *SharedGalleryImageVersionProperties) SetEndOfLifeDateAsTime(input time.Time) + func (o *SharedGalleryImageVersionProperties) SetPublishedDateAsTime(input time.Time) + type SharedGalleryImageVersionsClient struct + Client *resourcemanager.Client + func NewSharedGalleryImageVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*SharedGalleryImageVersionsClient, error) + func (c SharedGalleryImageVersionsClient) Get(ctx context.Context, id ImageVersionId) (result GetOperationResponse, err error) + func (c SharedGalleryImageVersionsClient) List(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c SharedGalleryImageVersionsClient) ListComplete(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions) (ListCompleteResult, error) + func (c SharedGalleryImageVersionsClient) ListCompleteMatchingPredicate(ctx context.Context, id SharedGalleryImageId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type SharedToValues string + const SharedToValuesTenant + func (s *SharedToValues) UnmarshalJSON(bytes []byte) error