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 PossibleValuesForLinkedServiceEntityStatus() []string + func ValidateLinkedServiceID(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 *LinkedService + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + Model *LinkedService + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *LinkedService + OData *odata.OData + type LinkedService struct + Id *string + Name *string + Properties LinkedServiceProperties + Tags *map[string]string + Type *string + type LinkedServiceEntityStatus string + const LinkedServiceEntityStatusDeleting + const LinkedServiceEntityStatusProvisioningAccount + const LinkedServiceEntityStatusSucceeded + const LinkedServiceEntityStatusUpdating + func (s *LinkedServiceEntityStatus) UnmarshalJSON(bytes []byte) error + type LinkedServiceId struct + LinkedServiceName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewLinkedServiceID(subscriptionId string, resourceGroupName string, workspaceName string, ...) LinkedServiceId + func ParseLinkedServiceID(input string) (*LinkedServiceId, error) + func ParseLinkedServiceIDInsensitively(input string) (*LinkedServiceId, error) + func (id *LinkedServiceId) FromParseResult(input resourceids.ParseResult) error + func (id LinkedServiceId) ID() string + func (id LinkedServiceId) Segments() []resourceids.Segment + func (id LinkedServiceId) String() string + type LinkedServiceListResult struct + Value *[]LinkedService + type LinkedServiceProperties struct + ProvisioningState *LinkedServiceEntityStatus + ResourceId *string + WriteAccessResourceId *string + type LinkedServicesClient struct + Client *resourcemanager.Client + func NewLinkedServicesClientWithBaseURI(sdkApi sdkEnv.Api) (*LinkedServicesClient, error) + func (c LinkedServicesClient) CreateOrUpdate(ctx context.Context, id LinkedServiceId, input LinkedService) (result CreateOrUpdateOperationResponse, err error) + func (c LinkedServicesClient) CreateOrUpdateThenPoll(ctx context.Context, id LinkedServiceId, input LinkedService) error + func (c LinkedServicesClient) Delete(ctx context.Context, id LinkedServiceId) (result DeleteOperationResponse, err error) + func (c LinkedServicesClient) DeleteThenPoll(ctx context.Context, id LinkedServiceId) error + func (c LinkedServicesClient) Get(ctx context.Context, id LinkedServiceId) (result GetOperationResponse, err error) + func (c LinkedServicesClient) ListByWorkspace(ctx context.Context, id WorkspaceId) (result ListByWorkspaceOperationResponse, err error) + type ListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *LinkedServiceListResult + 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