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 PossibleValuesForAssetProvisioningState() []string + func PossibleValuesForListViewType() []string + func ValidateComponentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRegistryComponentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRegistryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type AssetProvisioningState string + const AssetProvisioningStateCanceled + const AssetProvisioningStateCreating + const AssetProvisioningStateDeleting + const AssetProvisioningStateFailed + const AssetProvisioningStateSucceeded + const AssetProvisioningStateUpdating + func (s *AssetProvisioningState) UnmarshalJSON(bytes []byte) error + type ComponentContainer struct + Description *string + IsArchived *bool + LatestVersion *string + NextVersion *string + Properties *map[string]string + ProvisioningState *AssetProvisioningState + Tags *map[string]string + type ComponentContainerClient struct + Client *resourcemanager.Client + func NewComponentContainerClientWithBaseURI(sdkApi sdkEnv.Api) (*ComponentContainerClient, error) + func (c ComponentContainerClient) CreateOrUpdate(ctx context.Context, id ComponentId, input ComponentContainerResource) (result CreateOrUpdateOperationResponse, err error) + func (c ComponentContainerClient) Delete(ctx context.Context, id ComponentId) (result DeleteOperationResponse, err error) + func (c ComponentContainerClient) Get(ctx context.Context, id ComponentId) (result GetOperationResponse, err error) + func (c ComponentContainerClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ComponentContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error) + func (c ComponentContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c ComponentContainerClient) RegistryComponentContainersCreateOrUpdate(ctx context.Context, id RegistryComponentId, input ComponentContainerResource) (result RegistryComponentContainersCreateOrUpdateOperationResponse, err error) + func (c ComponentContainerClient) RegistryComponentContainersCreateOrUpdateThenPoll(ctx context.Context, id RegistryComponentId, input ComponentContainerResource) error + func (c ComponentContainerClient) RegistryComponentContainersDelete(ctx context.Context, id RegistryComponentId) (result RegistryComponentContainersDeleteOperationResponse, err error) + func (c ComponentContainerClient) RegistryComponentContainersDeleteThenPoll(ctx context.Context, id RegistryComponentId) error + func (c ComponentContainerClient) RegistryComponentContainersGet(ctx context.Context, id RegistryComponentId) (result RegistryComponentContainersGetOperationResponse, err error) + func (c ComponentContainerClient) RegistryComponentContainersList(ctx context.Context, id RegistryId, ...) (result RegistryComponentContainersListOperationResponse, err error) + func (c ComponentContainerClient) RegistryComponentContainersListComplete(ctx context.Context, id RegistryId, ...) (RegistryComponentContainersListCompleteResult, error) + func (c ComponentContainerClient) RegistryComponentContainersListCompleteMatchingPredicate(ctx context.Context, id RegistryId, ...) (result RegistryComponentContainersListCompleteResult, err error) + type ComponentContainerResource struct + Id *string + Name *string + Properties ComponentContainer + SystemData *systemdata.SystemData + Type *string + type ComponentContainerResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p ComponentContainerResourceOperationPredicate) Matches(input ComponentContainerResource) bool + type ComponentId struct + ComponentName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewComponentID(subscriptionId string, resourceGroupName string, workspaceName string, ...) ComponentId + func ParseComponentID(input string) (*ComponentId, error) + func ParseComponentIDInsensitively(input string) (*ComponentId, error) + func (id *ComponentId) FromParseResult(input resourceids.ParseResult) error + func (id ComponentId) ID() string + func (id ComponentId) Segments() []resourceids.Segment + func (id ComponentId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ComponentContainerResource + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ComponentContainerResource + OData *odata.OData + type ListCompleteResult struct + Items []ComponentContainerResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + ListViewType *ListViewType + Skip *string + 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 *[]ComponentContainerResource + OData *odata.OData + type ListViewType string + const ListViewTypeActiveOnly + const ListViewTypeAll + const ListViewTypeArchivedOnly + func (s *ListViewType) UnmarshalJSON(bytes []byte) error + type RegistryComponentContainersCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ComponentContainerResource + OData *odata.OData + Poller pollers.Poller + type RegistryComponentContainersDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type RegistryComponentContainersGetOperationResponse struct + HttpResponse *http.Response + Model *ComponentContainerResource + OData *odata.OData + type RegistryComponentContainersListCompleteResult struct + Items []ComponentContainerResource + LatestHttpResponse *http.Response + type RegistryComponentContainersListCustomPager struct + NextLink *odata.Link + func (p *RegistryComponentContainersListCustomPager) NextPageLink() *odata.Link + type RegistryComponentContainersListOperationOptions struct + Skip *string + func DefaultRegistryComponentContainersListOperationOptions() RegistryComponentContainersListOperationOptions + func (o RegistryComponentContainersListOperationOptions) ToHeaders() *client.Headers + func (o RegistryComponentContainersListOperationOptions) ToOData() *odata.Query + func (o RegistryComponentContainersListOperationOptions) ToQuery() *client.QueryParams + type RegistryComponentContainersListOperationResponse struct + HttpResponse *http.Response + Model *[]ComponentContainerResource + OData *odata.OData + type RegistryComponentId struct + ComponentName string + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewRegistryComponentID(subscriptionId string, resourceGroupName string, registryName string, ...) RegistryComponentId + func ParseRegistryComponentID(input string) (*RegistryComponentId, error) + func ParseRegistryComponentIDInsensitively(input string) (*RegistryComponentId, error) + func (id *RegistryComponentId) FromParseResult(input resourceids.ParseResult) error + func (id RegistryComponentId) ID() string + func (id RegistryComponentId) Segments() []resourceids.Segment + func (id RegistryComponentId) String() string + type RegistryId struct + RegistryName string + ResourceGroupName string + SubscriptionId string + func NewRegistryID(subscriptionId string, resourceGroupName string, registryName string) RegistryId + func ParseRegistryID(input string) (*RegistryId, error) + func ParseRegistryIDInsensitively(input string) (*RegistryId, error) + func (id *RegistryId) FromParseResult(input resourceids.ParseResult) error + func (id RegistryId) ID() string + func (id RegistryId) Segments() []resourceids.Segment + func (id RegistryId) String() string + type WorkspaceId struct + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId + func ParseWorkspaceID(input string) (*WorkspaceId, error) + func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error) + func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceId) ID() string + func (id WorkspaceId) Segments() []resourceids.Segment + func (id WorkspaceId) String() string