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 PossibleValuesForDataType() []string + func PossibleValuesForListViewType() []string + func ValidateWorkspaceDataID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DataContainerResource + OData *odata.OData + type DataContainer struct + DataType DataType + Description *string + IsArchived *bool + LatestVersion *string + NextVersion *string + Properties *map[string]string + Tags *map[string]string + type DataContainerClient struct + Client *resourcemanager.Client + func NewDataContainerClientWithBaseURI(sdkApi sdkEnv.Api) (*DataContainerClient, error) + func (c DataContainerClient) CreateOrUpdate(ctx context.Context, id WorkspaceDataId, input DataContainerResource) (result CreateOrUpdateOperationResponse, err error) + func (c DataContainerClient) Delete(ctx context.Context, id WorkspaceDataId) (result DeleteOperationResponse, err error) + func (c DataContainerClient) Get(ctx context.Context, id WorkspaceDataId) (result GetOperationResponse, err error) + func (c DataContainerClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c DataContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error) + func (c DataContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type DataContainerResource struct + Id *string + Name *string + Properties DataContainer + SystemData *systemdata.SystemData + Type *string + type DataContainerResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p DataContainerResourceOperationPredicate) Matches(input DataContainerResource) bool + type DataType string + const DataTypeMltable + const DataTypeUriFile + const DataTypeUriFolder + func (s *DataType) UnmarshalJSON(bytes []byte) error + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *DataContainerResource + OData *odata.OData + type ListCompleteResult struct + Items []DataContainerResource + 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 *[]DataContainerResource + OData *odata.OData + type ListViewType string + const ListViewTypeActiveOnly + const ListViewTypeAll + const ListViewTypeArchivedOnly + func (s *ListViewType) UnmarshalJSON(bytes []byte) error + type WorkspaceDataId struct + DataName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspaceDataID(subscriptionId string, resourceGroupName string, workspaceName string, ...) WorkspaceDataId + func ParseWorkspaceDataID(input string) (*WorkspaceDataId, error) + func ParseWorkspaceDataIDInsensitively(input string) (*WorkspaceDataId, error) + func (id *WorkspaceDataId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceDataId) ID() string + func (id WorkspaceDataId) Segments() []resourceids.Segment + func (id WorkspaceDataId) 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