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 PossibleValuesForPrivateEndpointConnectionProvisioningState() []string + func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string + func ValidateHostPoolID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspacePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + type HostPoolId struct + HostPoolName string + ResourceGroupName string + SubscriptionId string + func NewHostPoolID(subscriptionId string, resourceGroupName string, hostPoolName string) HostPoolId + func ParseHostPoolID(input string) (*HostPoolId, error) + func ParseHostPoolIDInsensitively(input string) (*HostPoolId, error) + func (id *HostPoolId) FromParseResult(input resourceids.ParseResult) error + func (id HostPoolId) ID() string + func (id HostPoolId) Segments() []resourceids.Segment + func (id HostPoolId) String() string + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionId struct + HostPoolName string + PrivateEndpointConnectionName string + ResourceGroupName string + SubscriptionId string + func NewPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, hostPoolName string, ...) PrivateEndpointConnectionId + func ParsePrivateEndpointConnectionID(input string) (*PrivateEndpointConnectionId, error) + func ParsePrivateEndpointConnectionIDInsensitively(input string) (*PrivateEndpointConnectionId, error) + func (id *PrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateEndpointConnectionId) ID() string + func (id PrivateEndpointConnectionId) Segments() []resourceids.Segment + func (id PrivateEndpointConnectionId) String() string + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState + ProvisioningState *PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func (s *PrivateEndpointConnectionProvisioningState) UnmarshalJSON(bytes []byte) error + type PrivateEndpointConnectionWithSystemData struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + SystemData *systemdata.SystemData + Type *string + type PrivateEndpointConnectionWithSystemDataOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateEndpointConnectionWithSystemDataOperationPredicate) Matches(input PrivateEndpointConnectionWithSystemData) bool + type PrivateEndpointConnectionsDeleteByHostPoolOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type PrivateEndpointConnectionsDeleteByWorkspaceOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type PrivateEndpointConnectionsGetByHostPoolOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionWithSystemData + OData *odata.OData + type PrivateEndpointConnectionsGetByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionWithSystemData + OData *odata.OData + type PrivateEndpointConnectionsListByHostPoolCompleteResult struct + Items []PrivateEndpointConnectionWithSystemData + LatestHttpResponse *http.Response + type PrivateEndpointConnectionsListByHostPoolCustomPager struct + NextLink *odata.Link + func (p *PrivateEndpointConnectionsListByHostPoolCustomPager) NextPageLink() *odata.Link + type PrivateEndpointConnectionsListByHostPoolOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnectionWithSystemData + OData *odata.OData + type PrivateEndpointConnectionsListByWorkspaceCompleteResult struct + Items []PrivateEndpointConnectionWithSystemData + LatestHttpResponse *http.Response + type PrivateEndpointConnectionsListByWorkspaceCustomPager struct + NextLink *odata.Link + func (p *PrivateEndpointConnectionsListByWorkspaceCustomPager) NextPageLink() *odata.Link + type PrivateEndpointConnectionsListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnectionWithSystemData + OData *odata.OData + type PrivateEndpointConnectionsUpdateByHostPoolOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionWithSystemData + OData *odata.OData + type PrivateEndpointConnectionsUpdateByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionWithSystemData + OData *odata.OData + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func (s *PrivateEndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error + type PrivateLinkClient struct + Client *resourcemanager.Client + func NewPrivateLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkClient, error) + func (c PrivateLinkClient) PrivateEndpointConnectionsDeleteByHostPool(ctx context.Context, id PrivateEndpointConnectionId) (result PrivateEndpointConnectionsDeleteByHostPoolOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsDeleteByWorkspace(ctx context.Context, id WorkspacePrivateEndpointConnectionId) (result PrivateEndpointConnectionsDeleteByWorkspaceOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsGetByHostPool(ctx context.Context, id PrivateEndpointConnectionId) (result PrivateEndpointConnectionsGetByHostPoolOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsGetByWorkspace(ctx context.Context, id WorkspacePrivateEndpointConnectionId) (result PrivateEndpointConnectionsGetByWorkspaceOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsListByHostPool(ctx context.Context, id HostPoolId) (result PrivateEndpointConnectionsListByHostPoolOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsListByHostPoolComplete(ctx context.Context, id HostPoolId) (PrivateEndpointConnectionsListByHostPoolCompleteResult, error) + func (c PrivateLinkClient) PrivateEndpointConnectionsListByHostPoolCompleteMatchingPredicate(ctx context.Context, id HostPoolId, ...) (result PrivateEndpointConnectionsListByHostPoolCompleteResult, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsListByWorkspace(ctx context.Context, id WorkspaceId) (result PrivateEndpointConnectionsListByWorkspaceOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsListByWorkspaceComplete(ctx context.Context, id WorkspaceId) (PrivateEndpointConnectionsListByWorkspaceCompleteResult, error) + func (c PrivateLinkClient) PrivateEndpointConnectionsListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result PrivateEndpointConnectionsListByWorkspaceCompleteResult, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsUpdateByHostPool(ctx context.Context, id PrivateEndpointConnectionId, ...) (result PrivateEndpointConnectionsUpdateByHostPoolOperationResponse, err error) + func (c PrivateLinkClient) PrivateEndpointConnectionsUpdateByWorkspace(ctx context.Context, id WorkspacePrivateEndpointConnectionId, ...) (result PrivateEndpointConnectionsUpdateByWorkspaceOperationResponse, err error) + func (c PrivateLinkClient) ResourcesListByHostPool(ctx context.Context, id HostPoolId) (result ResourcesListByHostPoolOperationResponse, err error) + func (c PrivateLinkClient) ResourcesListByHostPoolComplete(ctx context.Context, id HostPoolId) (ResourcesListByHostPoolCompleteResult, error) + func (c PrivateLinkClient) ResourcesListByHostPoolCompleteMatchingPredicate(ctx context.Context, id HostPoolId, ...) (result ResourcesListByHostPoolCompleteResult, err error) + func (c PrivateLinkClient) ResourcesListByWorkspace(ctx context.Context, id WorkspaceId) (result ResourcesListByWorkspaceOperationResponse, err error) + func (c PrivateLinkClient) ResourcesListByWorkspaceComplete(ctx context.Context, id WorkspaceId) (ResourcesListByWorkspaceCompleteResult, error) + func (c PrivateLinkClient) ResourcesListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result ResourcesListByWorkspaceCompleteResult, err error) + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateLinkResourceOperationPredicate) Matches(input PrivateLinkResource) bool + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *PrivateEndpointServiceConnectionStatus + type ResourcesListByHostPoolCompleteResult struct + Items []PrivateLinkResource + LatestHttpResponse *http.Response + type ResourcesListByHostPoolCustomPager struct + NextLink *odata.Link + func (p *ResourcesListByHostPoolCustomPager) NextPageLink() *odata.Link + type ResourcesListByHostPoolOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + OData *odata.OData + type ResourcesListByWorkspaceCompleteResult struct + Items []PrivateLinkResource + LatestHttpResponse *http.Response + type ResourcesListByWorkspaceCustomPager struct + NextLink *odata.Link + func (p *ResourcesListByWorkspaceCustomPager) NextPageLink() *odata.Link + type ResourcesListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + 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 + type WorkspacePrivateEndpointConnectionId struct + PrivateEndpointConnectionName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspacePrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, workspaceName string, ...) WorkspacePrivateEndpointConnectionId + func ParseWorkspacePrivateEndpointConnectionID(input string) (*WorkspacePrivateEndpointConnectionId, error) + func ParseWorkspacePrivateEndpointConnectionIDInsensitively(input string) (*WorkspacePrivateEndpointConnectionId, error) + func (id *WorkspacePrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspacePrivateEndpointConnectionId) ID() string + func (id WorkspacePrivateEndpointConnectionId) Segments() []resourceids.Segment + func (id WorkspacePrivateEndpointConnectionId) String() string