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 PossibleValuesForProvisioningState() []string + func ValidateDevCenterID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGalleryID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Gallery + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + 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 GalleriesClient struct + Client *resourcemanager.Client + func NewGalleriesClientWithBaseURI(sdkApi sdkEnv.Api) (*GalleriesClient, error) + func (c GalleriesClient) CreateOrUpdate(ctx context.Context, id GalleryId, input Gallery) (result CreateOrUpdateOperationResponse, err error) + func (c GalleriesClient) CreateOrUpdateThenPoll(ctx context.Context, id GalleryId, input Gallery) error + func (c GalleriesClient) Delete(ctx context.Context, id GalleryId) (result DeleteOperationResponse, err error) + func (c GalleriesClient) DeleteThenPoll(ctx context.Context, id GalleryId) error + func (c GalleriesClient) Get(ctx context.Context, id GalleryId) (result GetOperationResponse, err error) + func (c GalleriesClient) ListByDevCenter(ctx context.Context, id DevCenterId, options ListByDevCenterOperationOptions) (result ListByDevCenterOperationResponse, err error) + func (c GalleriesClient) ListByDevCenterComplete(ctx context.Context, id DevCenterId, options ListByDevCenterOperationOptions) (ListByDevCenterCompleteResult, error) + func (c GalleriesClient) ListByDevCenterCompleteMatchingPredicate(ctx context.Context, id DevCenterId, options ListByDevCenterOperationOptions, ...) (result ListByDevCenterCompleteResult, err error) + type Gallery struct + Id *string + Name *string + Properties *GalleryProperties + SystemData *systemdata.SystemData + Type *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 GalleryOperationPredicate struct + Id *string + Name *string + Type *string + func (p GalleryOperationPredicate) Matches(input Gallery) bool + type GalleryProperties struct + GalleryResourceId string + ProvisioningState *ProvisioningState + type GetOperationResponse struct + HttpResponse *http.Response + Model *Gallery + OData *odata.OData + type ListByDevCenterCompleteResult struct + Items []Gallery + 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 *[]Gallery + 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