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 PossibleValuesForDataSetKind() []string + func PossibleValuesForProvisioningState() []string + func ValidateDataSetID(input interface{}, key string) (warnings []string, errors []error) + func ValidateShareID(input interface{}, key string) (warnings []string, errors []error) + type ADLSGen1FileDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties ADLSGen1FileProperties + SystemData *systemdata.SystemData + Type *string + func (s ADLSGen1FileDataSet) DataSet() BaseDataSetImpl + func (s ADLSGen1FileDataSet) MarshalJSON() ([]byte, error) + type ADLSGen1FileProperties struct + AccountName string + DataSetId *string + FileName string + FolderPath string + ResourceGroup string + SubscriptionId string + type ADLSGen1FolderDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties ADLSGen1FolderProperties + SystemData *systemdata.SystemData + Type *string + func (s ADLSGen1FolderDataSet) DataSet() BaseDataSetImpl + func (s ADLSGen1FolderDataSet) MarshalJSON() ([]byte, error) + type ADLSGen1FolderProperties struct + AccountName string + DataSetId *string + FolderPath string + ResourceGroup string + SubscriptionId string + type ADLSGen2FileDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties ADLSGen2FileProperties + SystemData *systemdata.SystemData + Type *string + func (s ADLSGen2FileDataSet) DataSet() BaseDataSetImpl + func (s ADLSGen2FileDataSet) MarshalJSON() ([]byte, error) + type ADLSGen2FileProperties struct + DataSetId *string + FilePath string + FileSystem string + ResourceGroup string + StorageAccountName string + SubscriptionId string + type ADLSGen2FileSystemDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties ADLSGen2FileSystemProperties + SystemData *systemdata.SystemData + Type *string + func (s ADLSGen2FileSystemDataSet) DataSet() BaseDataSetImpl + func (s ADLSGen2FileSystemDataSet) MarshalJSON() ([]byte, error) + type ADLSGen2FileSystemProperties struct + DataSetId *string + FileSystem string + ResourceGroup string + StorageAccountName string + SubscriptionId string + type ADLSGen2FolderDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties ADLSGen2FolderProperties + SystemData *systemdata.SystemData + Type *string + func (s ADLSGen2FolderDataSet) DataSet() BaseDataSetImpl + func (s ADLSGen2FolderDataSet) MarshalJSON() ([]byte, error) + type ADLSGen2FolderProperties struct + DataSetId *string + FileSystem string + FolderPath string + ResourceGroup string + StorageAccountName string + SubscriptionId string + type BaseDataSetImpl struct + Id *string + Kind DataSetKind + Name *string + SystemData *systemdata.SystemData + Type *string + func (s BaseDataSetImpl) DataSet() BaseDataSetImpl + type BlobContainerDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties BlobContainerProperties + SystemData *systemdata.SystemData + Type *string + func (s BlobContainerDataSet) DataSet() BaseDataSetImpl + func (s BlobContainerDataSet) MarshalJSON() ([]byte, error) + type BlobContainerProperties struct + ContainerName string + DataSetId *string + ResourceGroup string + StorageAccountName string + SubscriptionId string + type BlobDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties BlobProperties + SystemData *systemdata.SystemData + Type *string + func (s BlobDataSet) DataSet() BaseDataSetImpl + func (s BlobDataSet) MarshalJSON() ([]byte, error) + type BlobFolderDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties BlobFolderProperties + SystemData *systemdata.SystemData + Type *string + func (s BlobFolderDataSet) DataSet() BaseDataSetImpl + func (s BlobFolderDataSet) MarshalJSON() ([]byte, error) + type BlobFolderProperties struct + ContainerName string + DataSetId *string + Prefix string + ResourceGroup string + StorageAccountName string + SubscriptionId string + type BlobProperties struct + ContainerName string + DataSetId *string + FilePath string + ResourceGroup string + StorageAccountName string + SubscriptionId string + type CreateOperationResponse struct + HttpResponse *http.Response + Model DataSet + OData *odata.OData + type DataSet interface + DataSet func() BaseDataSetImpl + func UnmarshalDataSetImplementation(input []byte) (DataSet, error) + type DataSetClient struct + Client *resourcemanager.Client + func NewDataSetClientWithBaseURI(sdkApi sdkEnv.Api) (*DataSetClient, error) + func (c DataSetClient) Create(ctx context.Context, id DataSetId, input DataSet) (result CreateOperationResponse, err error) + func (c DataSetClient) Delete(ctx context.Context, id DataSetId) (result DeleteOperationResponse, err error) + func (c DataSetClient) DeleteThenPoll(ctx context.Context, id DataSetId) error + func (c DataSetClient) Get(ctx context.Context, id DataSetId) (result GetOperationResponse, err error) + func (c DataSetClient) ListByShare(ctx context.Context, id ShareId, options ListByShareOperationOptions) (result ListByShareOperationResponse, err error) + func (c DataSetClient) ListByShareComplete(ctx context.Context, id ShareId, options ListByShareOperationOptions) (ListByShareCompleteResult, error) + func (c DataSetClient) ListByShareCompleteMatchingPredicate(ctx context.Context, id ShareId, options ListByShareOperationOptions, ...) (result ListByShareCompleteResult, err error) + type DataSetId struct + AccountName string + DataSetName string + ResourceGroupName string + ShareName string + SubscriptionId string + func NewDataSetID(subscriptionId string, resourceGroupName string, accountName string, ...) DataSetId + func ParseDataSetID(input string) (*DataSetId, error) + func ParseDataSetIDInsensitively(input string) (*DataSetId, error) + func (id *DataSetId) FromParseResult(input resourceids.ParseResult) error + func (id DataSetId) ID() string + func (id DataSetId) Segments() []resourceids.Segment + func (id DataSetId) String() string + type DataSetKind string + const DataSetKindAdlsGenOneFile + const DataSetKindAdlsGenOneFolder + const DataSetKindAdlsGenTwoFile + const DataSetKindAdlsGenTwoFileSystem + const DataSetKindAdlsGenTwoFolder + const DataSetKindBlob + const DataSetKindBlobFolder + const DataSetKindContainer + const DataSetKindKustoCluster + const DataSetKindKustoDatabase + const DataSetKindKustoTable + const DataSetKindSqlDBTable + const DataSetKindSqlDWTable + const DataSetKindSynapseWorkspaceSqlPoolTable + func (s *DataSetKind) UnmarshalJSON(bytes []byte) error + type DataSetOperationPredicate struct + func (p DataSetOperationPredicate) Matches(input DataSet) bool + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model DataSet + OData *odata.OData + type KustoClusterDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties KustoClusterDataSetProperties + SystemData *systemdata.SystemData + Type *string + func (s KustoClusterDataSet) DataSet() BaseDataSetImpl + func (s KustoClusterDataSet) MarshalJSON() ([]byte, error) + type KustoClusterDataSetProperties struct + DataSetId *string + KustoClusterResourceId string + Location *string + ProvisioningState *ProvisioningState + type KustoDatabaseDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties KustoDatabaseDataSetProperties + SystemData *systemdata.SystemData + Type *string + func (s KustoDatabaseDataSet) DataSet() BaseDataSetImpl + func (s KustoDatabaseDataSet) MarshalJSON() ([]byte, error) + type KustoDatabaseDataSetProperties struct + DataSetId *string + KustoDatabaseResourceId string + Location *string + ProvisioningState *ProvisioningState + type KustoTableDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties KustoTableDataSetProperties + SystemData *systemdata.SystemData + Type *string + func (s KustoTableDataSet) DataSet() BaseDataSetImpl + func (s KustoTableDataSet) MarshalJSON() ([]byte, error) + type KustoTableDataSetProperties struct + DataSetId *string + KustoDatabaseResourceId string + Location *string + ProvisioningState *ProvisioningState + TableLevelSharingProperties TableLevelSharingProperties + type ListByShareCompleteResult struct + Items []DataSet + LatestHttpResponse *http.Response + type ListByShareCustomPager struct + NextLink *odata.Link + func (p *ListByShareCustomPager) NextPageLink() *odata.Link + type ListByShareOperationOptions struct + Filter *string + Orderby *string + func DefaultListByShareOperationOptions() ListByShareOperationOptions + func (o ListByShareOperationOptions) ToHeaders() *client.Headers + func (o ListByShareOperationOptions) ToOData() *odata.Query + func (o ListByShareOperationOptions) ToQuery() *client.QueryParams + type ListByShareOperationResponse struct + HttpResponse *http.Response + Model *[]DataSet + OData *odata.OData + type ProvisioningState string + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RawDataSetImpl struct + Type string + Values map[string]interface{} + func (s RawDataSetImpl) DataSet() BaseDataSetImpl + type ShareId struct + AccountName string + ResourceGroupName string + ShareName string + SubscriptionId string + func NewShareID(subscriptionId string, resourceGroupName string, accountName string, ...) ShareId + func ParseShareID(input string) (*ShareId, error) + func ParseShareIDInsensitively(input string) (*ShareId, error) + func (id *ShareId) FromParseResult(input resourceids.ParseResult) error + func (id ShareId) ID() string + func (id ShareId) Segments() []resourceids.Segment + func (id ShareId) String() string + type SqlDBTableDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties *SqlDBTableProperties + SystemData *systemdata.SystemData + Type *string + func (s SqlDBTableDataSet) DataSet() BaseDataSetImpl + func (s SqlDBTableDataSet) MarshalJSON() ([]byte, error) + type SqlDBTableProperties struct + DataSetId *string + DatabaseName string + SchemaName string + SqlServerResourceId string + TableName string + type SqlDWTableDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties *SqlDWTableProperties + SystemData *systemdata.SystemData + Type *string + func (s SqlDWTableDataSet) DataSet() BaseDataSetImpl + func (s SqlDWTableDataSet) MarshalJSON() ([]byte, error) + type SqlDWTableProperties struct + DataSetId *string + DataWarehouseName string + SchemaName string + SqlServerResourceId string + TableName string + type SynapseWorkspaceSqlPoolTableDataSet struct + Id *string + Kind DataSetKind + Name *string + Properties SynapseWorkspaceSqlPoolTableDataSetProperties + SystemData *systemdata.SystemData + Type *string + func (s SynapseWorkspaceSqlPoolTableDataSet) DataSet() BaseDataSetImpl + func (s SynapseWorkspaceSqlPoolTableDataSet) MarshalJSON() ([]byte, error) + type SynapseWorkspaceSqlPoolTableDataSetProperties struct + DataSetId *string + SynapseWorkspaceSqlPoolTableResourceId string + type TableLevelSharingProperties struct + ExternalTablesToExclude *[]string + ExternalTablesToInclude *[]string + MaterializedViewsToExclude *[]string + MaterializedViewsToInclude *[]string + TablesToExclude *[]string + TablesToInclude *[]string