synapselinkworkspaces

package
v0.20240125.1172517 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/synapselinkworkspaces Documentation

The synapselinkworkspaces SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-02-01-preview).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/synapselinkworkspaces"

Client Initialization

client := synapselinkworkspaces.NewSynapseLinkWorkspacesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: SynapseLinkWorkspacesClient.ListByDatabase

ctx := context.TODO()
id := synapselinkworkspaces.NewSqlDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue", "databaseValue")

// alternatively `client.ListByDatabase(ctx, id)` can be used to do batched pagination
items, err := client.ListByDatabaseComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListByDatabaseCompleteResult

type ListByDatabaseCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []SynapseLinkWorkspace
}

type ListByDatabaseOperationResponse

type ListByDatabaseOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]SynapseLinkWorkspace
}

type SynapseLinkWorkspace

type SynapseLinkWorkspace struct {
	Id         *string                         `json:"id,omitempty"`
	Name       *string                         `json:"name,omitempty"`
	Properties *SynapseLinkWorkspaceProperties `json:"properties,omitempty"`
	Type       *string                         `json:"type,omitempty"`
}

type SynapseLinkWorkspaceInfoProperties

type SynapseLinkWorkspaceInfoProperties struct {
	LinkConnectionName *string `json:"linkConnectionName,omitempty"`
	WorkspaceId        *string `json:"workspaceId,omitempty"`
}

type SynapseLinkWorkspaceOperationPredicate

type SynapseLinkWorkspaceOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (SynapseLinkWorkspaceOperationPredicate) Matches

type SynapseLinkWorkspaceProperties

type SynapseLinkWorkspaceProperties struct {
	Workspaces *[]SynapseLinkWorkspaceInfoProperties `json:"workspaces,omitempty"`
}

type SynapseLinkWorkspacesClient

type SynapseLinkWorkspacesClient struct {
	Client *resourcemanager.Client
}

func NewSynapseLinkWorkspacesClientWithBaseURI

func NewSynapseLinkWorkspacesClientWithBaseURI(sdkApi sdkEnv.Api) (*SynapseLinkWorkspacesClient, error)

func (SynapseLinkWorkspacesClient) ListByDatabase

ListByDatabase ...

func (SynapseLinkWorkspacesClient) ListByDatabaseComplete

ListByDatabaseComplete retrieves all the results into a single object

func (SynapseLinkWorkspacesClient) ListByDatabaseCompleteMatchingPredicate

func (c SynapseLinkWorkspacesClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id commonids.SqlDatabaseId, predicate SynapseLinkWorkspaceOperationPredicate) (result ListByDatabaseCompleteResult, err error)

ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL