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 ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspacePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceDescription + OData *odata.OData + type ListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceListResultDescription + OData *odata.OData + type PrivateLinkResourceDescription struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + SystemData *systemdata.SystemData + Type *string + type PrivateLinkResourceListResultDescription struct + Value *[]PrivateLinkResourceDescription + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]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 + type WorkspacePrivateLinkResourceId struct + PrivateLinkResourceName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspacePrivateLinkResourceID(subscriptionId string, resourceGroupName string, workspaceName string, ...) WorkspacePrivateLinkResourceId + func ParseWorkspacePrivateLinkResourceID(input string) (*WorkspacePrivateLinkResourceId, error) + func ParseWorkspacePrivateLinkResourceIDInsensitively(input string) (*WorkspacePrivateLinkResourceId, error) + func (id *WorkspacePrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspacePrivateLinkResourceId) ID() string + func (id WorkspacePrivateLinkResourceId) Segments() []resourceids.Segment + func (id WorkspacePrivateLinkResourceId) String() string + type WorkspacePrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewWorkspacePrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*WorkspacePrivateLinkResourcesClient, error) + func (c WorkspacePrivateLinkResourcesClient) Get(ctx context.Context, id WorkspacePrivateLinkResourceId) (result GetOperationResponse, err error) + func (c WorkspacePrivateLinkResourcesClient) ListByWorkspace(ctx context.Context, id WorkspaceId) (result ListByWorkspaceOperationResponse, err error)