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 ValidatePrivateLinkResourceID(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 *GroupIdInformation + OData *odata.OData + type GroupIdInformation struct + Id *string + Name *string + Properties GroupIdInformationProperties + Type *string + type GroupIdInformationOperationPredicate struct + Id *string + Name *string + Type *string + func (p GroupIdInformationOperationPredicate) Matches(input GroupIdInformation) bool + type GroupIdInformationProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type ListCompleteResult struct + Items []GroupIdInformation + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]GroupIdInformation + OData *odata.OData + 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) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkResourceId) ID() string + func (id PrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkResourceId) String() string + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetOperationResponse, err error) + func (c PrivateLinkResourcesClient) List(ctx context.Context, id WorkspaceId) (result ListOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListComplete(ctx context.Context, id WorkspaceId) (ListCompleteResult, error) + func (c PrivateLinkResourcesClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result 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) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceId) ID() string + func (id WorkspaceId) Segments() []resourceids.Segment + func (id WorkspaceId) String() string