Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type GetResponse struct + HttpResponse *http.Response + Model *GroupIdInformation + type GroupIdInformation struct + Id *string + Name *string + Properties GroupIdInformationProperties + Type *string + type GroupIdInformationPredicate struct + Id *string + Name *string + Type *string + func (p GroupIdInformationPredicate) Matches(input GroupIdInformation) bool + type GroupIdInformationProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type ListCompleteResult struct + Items []GroupIdInformation + type ListResponse struct + HttpResponse *http.Response + Model *[]GroupIdInformation + func (r ListResponse) HasMore() bool + func (r ListResponse) LoadMore(ctx context.Context) (resp ListResponse, err error) + type PrivateLinkResourceId struct + GroupId string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewPrivateLinkResourceID(subscriptionId string, resourceGroupName string, workspaceName string, ...) PrivateLinkResourceId + func ParsePrivateLinkResourceID(input string) (*PrivateLinkResourceId, error) + func ParsePrivateLinkResourceIDInsensitively(input string) (*PrivateLinkResourceId, error) + func (id PrivateLinkResourceId) ID() string + func (id PrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkResourceId) String() string + type PrivateLinkResourcesClient struct + Client autorest.Client + func NewPrivateLinkResourcesClientWithBaseURI(endpoint string) PrivateLinkResourcesClient + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetResponse, err error) + func (c PrivateLinkResourcesClient) List(ctx context.Context, id WorkspaceId) (resp ListResponse, err error) + func (c PrivateLinkResourcesClient) ListComplete(ctx context.Context, id WorkspaceId) (ListCompleteResult, error) + func (c PrivateLinkResourcesClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate GroupIdInformationPredicate) (resp ListCompleteResult, err error) + 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) ID() string + func (id WorkspaceId) Segments() []resourceids.Segment + func (id WorkspaceId) String() string