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 ValidateTableID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Table + OData *odata.OData + type ListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *TablesListResult + OData *odata.OData + type Table struct + Id *string + Name *string + Properties *TableProperties + Type *string + type TableId struct + ResourceGroupName string + SubscriptionId string + TableName string + WorkspaceName string + func NewTableID(subscriptionId string, resourceGroupName string, workspaceName string, ...) TableId + func ParseTableID(input string) (*TableId, error) + func ParseTableIDInsensitively(input string) (*TableId, error) + func (id *TableId) FromParseResult(input resourceids.ParseResult) error + func (id TableId) ID() string + func (id TableId) Segments() []resourceids.Segment + func (id TableId) String() string + type TableProperties struct + RetentionInDays *int64 + type TablesClient struct + Client *resourcemanager.Client + func NewTablesClientWithBaseURI(sdkApi sdkEnv.Api) (*TablesClient, error) + func (c TablesClient) Get(ctx context.Context, id TableId) (result GetOperationResponse, err error) + func (c TablesClient) ListByWorkspace(ctx context.Context, id WorkspaceId) (result ListByWorkspaceOperationResponse, err error) + func (c TablesClient) Update(ctx context.Context, id TableId, input Table) (result UpdateOperationResponse, err error) + type TablesListResult struct + Value *[]Table + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Table + 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