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 ValidateLibraryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type LibrariesClient struct + Client *resourcemanager.Client + func NewLibrariesClientWithBaseURI(sdkApi sdkEnv.Api) (*LibrariesClient, error) + func (c LibrariesClient) LibraryGet(ctx context.Context, id LibraryId) (result LibraryGetOperationResponse, err error) + func (c LibrariesClient) ListByWorkspace(ctx context.Context, id WorkspaceId) (result ListByWorkspaceOperationResponse, err error) + func (c LibrariesClient) ListByWorkspaceComplete(ctx context.Context, id WorkspaceId) (ListByWorkspaceCompleteResult, error) + func (c LibrariesClient) ListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result ListByWorkspaceCompleteResult, err error) + type LibraryGetOperationResponse struct + HttpResponse *http.Response + Model *LibraryResource + OData *odata.OData + type LibraryId struct + LibraryName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewLibraryID(subscriptionId string, resourceGroupName string, workspaceName string, ...) LibraryId + func ParseLibraryID(input string) (*LibraryId, error) + func ParseLibraryIDInsensitively(input string) (*LibraryId, error) + func (id *LibraryId) FromParseResult(input resourceids.ParseResult) error + func (id LibraryId) ID() string + func (id LibraryId) Segments() []resourceids.Segment + func (id LibraryId) String() string + type LibraryInfo struct + ContainerName *string + CreatorId *string + Name *string + Path *string + ProvisioningStatus *string + Type *string + UploadedTimestamp *string + func (o *LibraryInfo) GetUploadedTimestampAsTime() (*time.Time, error) + func (o *LibraryInfo) SetUploadedTimestampAsTime(input time.Time) + type LibraryResource struct + Etag *string + Id *string + Name *string + Properties LibraryInfo + Type *string + type LibraryResourceOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p LibraryResourceOperationPredicate) Matches(input LibraryResource) bool + type ListByWorkspaceCompleteResult struct + Items []LibraryResource + LatestHttpResponse *http.Response + type ListByWorkspaceCustomPager struct + NextLink *odata.Link + func (p *ListByWorkspaceCustomPager) NextPageLink() *odata.Link + type ListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *[]LibraryResource + OData *odata.OData + 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