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 PossibleValuesForOperatingSystemTypes() []string + func ValidateApplicationID(input interface{}, key string) (warnings []string, errors []error) + type ApplicationId struct + ApplicationName string + GalleryName string + ResourceGroupName string + SubscriptionId string + func NewApplicationID(subscriptionId string, resourceGroupName string, galleryName string, ...) ApplicationId + func ParseApplicationID(input string) (*ApplicationId, error) + func ParseApplicationIDInsensitively(input string) (*ApplicationId, error) + func (id *ApplicationId) FromParseResult(input resourceids.ParseResult) error + func (id ApplicationId) ID() string + func (id ApplicationId) Segments() []resourceids.Segment + func (id ApplicationId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *GalleryApplication + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GalleryApplication struct + Id *string + Location string + Name *string + Properties *GalleryApplicationProperties + Tags *map[string]string + Type *string + type GalleryApplicationOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p GalleryApplicationOperationPredicate) Matches(input GalleryApplication) bool + type GalleryApplicationProperties struct + Description *string + EndOfLifeDate *string + Eula *string + PrivacyStatementUri *string + ReleaseNoteUri *string + SupportedOSType OperatingSystemTypes + func (o *GalleryApplicationProperties) GetEndOfLifeDateAsTime() (*time.Time, error) + func (o *GalleryApplicationProperties) SetEndOfLifeDateAsTime(input time.Time) + type GalleryApplicationUpdate struct + Id *string + Name *string + Properties *GalleryApplicationProperties + Tags *map[string]string + Type *string + type GalleryApplicationsClient struct + Client *resourcemanager.Client + func NewGalleryApplicationsClientWithBaseURI(sdkApi sdkEnv.Api) (*GalleryApplicationsClient, error) + func (c GalleryApplicationsClient) CreateOrUpdate(ctx context.Context, id ApplicationId, input GalleryApplication) (result CreateOrUpdateOperationResponse, err error) + func (c GalleryApplicationsClient) CreateOrUpdateThenPoll(ctx context.Context, id ApplicationId, input GalleryApplication) error + func (c GalleryApplicationsClient) Delete(ctx context.Context, id ApplicationId) (result DeleteOperationResponse, err error) + func (c GalleryApplicationsClient) DeleteThenPoll(ctx context.Context, id ApplicationId) error + func (c GalleryApplicationsClient) Get(ctx context.Context, id ApplicationId) (result GetOperationResponse, err error) + func (c GalleryApplicationsClient) ListByGallery(ctx context.Context, id commonids.SharedImageGalleryId) (result ListByGalleryOperationResponse, err error) + func (c GalleryApplicationsClient) ListByGalleryComplete(ctx context.Context, id commonids.SharedImageGalleryId) (ListByGalleryCompleteResult, error) + func (c GalleryApplicationsClient) ListByGalleryCompleteMatchingPredicate(ctx context.Context, id commonids.SharedImageGalleryId, ...) (result ListByGalleryCompleteResult, err error) + func (c GalleryApplicationsClient) Update(ctx context.Context, id ApplicationId, input GalleryApplicationUpdate) (result UpdateOperationResponse, err error) + func (c GalleryApplicationsClient) UpdateThenPoll(ctx context.Context, id ApplicationId, input GalleryApplicationUpdate) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *GalleryApplication + OData *odata.OData + type ListByGalleryCompleteResult struct + Items []GalleryApplication + LatestHttpResponse *http.Response + type ListByGalleryCustomPager struct + NextLink *odata.Link + func (p *ListByGalleryCustomPager) NextPageLink() *odata.Link + type ListByGalleryOperationResponse struct + HttpResponse *http.Response + Model *[]GalleryApplication + OData *odata.OData + type OperatingSystemTypes string + const OperatingSystemTypesLinux + const OperatingSystemTypesWindows + func (s *OperatingSystemTypes) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *GalleryApplication + OData *odata.OData + Poller pollers.Poller