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 PossibleValuesForOperationStatus() []string + func ValidatePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkHubID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkHubPrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + Model *OperationResource + OData *odata.OData + Poller pollers.Poller + type ErrorAdditionalInfo struct + Info *interface{} + Type *string + type ErrorDetail struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorDetail + Message *string + Target *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + type ListCompleteResult struct + Items []PrivateEndpointConnection + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnection + OData *odata.OData + type OperationResource struct + EndTime *string + Error *ErrorDetail + Id *string + Name *string + PercentComplete *float64 + Properties *interface{} + StartTime *string + Status *OperationStatus + func (o *OperationResource) GetEndTimeAsTime() (*time.Time, error) + func (o *OperationResource) GetStartTimeAsTime() (*time.Time, error) + func (o *OperationResource) SetEndTimeAsTime(input time.Time) + func (o *OperationResource) SetStartTimeAsTime(input time.Time) + type OperationStatus string + const OperationStatusCanceled + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + func (s *OperationStatus) UnmarshalJSON(bytes []byte) error + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionForPrivateLinkHub struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionForPrivateLinkHubOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateEndpointConnectionForPrivateLinkHubOperationPredicate) Matches(input PrivateEndpointConnectionForPrivateLinkHub) bool + type PrivateEndpointConnectionId struct + PrivateEndpointConnectionName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, workspaceName 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 PrivateEndpointConnectionOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateEndpointConnectionOperationPredicate) Matches(input PrivateEndpointConnection) bool + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState *string + type PrivateEndpointConnectionsClient struct + Client *resourcemanager.Client + func NewPrivateEndpointConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateEndpointConnectionsClient, error) + func (c PrivateEndpointConnectionsClient) Create(ctx context.Context, id PrivateEndpointConnectionId, ...) (result CreateOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) CreateThenPoll(ctx context.Context, id PrivateEndpointConnectionId, ...) error + func (c PrivateEndpointConnectionsClient) Delete(ctx context.Context, id PrivateEndpointConnectionId) (result DeleteOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointConnectionId) error + func (c PrivateEndpointConnectionsClient) Get(ctx context.Context, id PrivateEndpointConnectionId) (result GetOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) List(ctx context.Context, id WorkspaceId) (result ListOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) ListComplete(ctx context.Context, id WorkspaceId) (ListCompleteResult, error) + func (c PrivateEndpointConnectionsClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result ListCompleteResult, err error) + func (c PrivateEndpointConnectionsClient) PrivateLinkHubGet(ctx context.Context, id PrivateLinkHubPrivateEndpointConnectionId) (result PrivateLinkHubGetOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) PrivateLinkHubList(ctx context.Context, id PrivateLinkHubId) (result PrivateLinkHubListOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) PrivateLinkHubListComplete(ctx context.Context, id PrivateLinkHubId) (PrivateLinkHubListCompleteResult, error) + func (c PrivateEndpointConnectionsClient) PrivateLinkHubListCompleteMatchingPredicate(ctx context.Context, id PrivateLinkHubId, ...) (result PrivateLinkHubListCompleteResult, err error) + type PrivateLinkHubGetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionForPrivateLinkHub + OData *odata.OData + type PrivateLinkHubId struct + PrivateLinkHubName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkHubID(subscriptionId string, resourceGroupName string, privateLinkHubName string) PrivateLinkHubId + func ParsePrivateLinkHubID(input string) (*PrivateLinkHubId, error) + func ParsePrivateLinkHubIDInsensitively(input string) (*PrivateLinkHubId, error) + func (id *PrivateLinkHubId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkHubId) ID() string + func (id PrivateLinkHubId) Segments() []resourceids.Segment + func (id PrivateLinkHubId) String() string + type PrivateLinkHubListCompleteResult struct + Items []PrivateEndpointConnectionForPrivateLinkHub + LatestHttpResponse *http.Response + type PrivateLinkHubListCustomPager struct + NextLink *odata.Link + func (p *PrivateLinkHubListCustomPager) NextPageLink() *odata.Link + type PrivateLinkHubListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnectionForPrivateLinkHub + OData *odata.OData + type PrivateLinkHubPrivateEndpointConnectionId struct + PrivateEndpointConnectionName string + PrivateLinkHubName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkHubPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, privateLinkHubName string, ...) PrivateLinkHubPrivateEndpointConnectionId + func ParsePrivateLinkHubPrivateEndpointConnectionID(input string) (*PrivateLinkHubPrivateEndpointConnectionId, error) + func ParsePrivateLinkHubPrivateEndpointConnectionIDInsensitively(input string) (*PrivateLinkHubPrivateEndpointConnectionId, error) + func (id *PrivateLinkHubPrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkHubPrivateEndpointConnectionId) ID() string + func (id PrivateLinkHubPrivateEndpointConnectionId) Segments() []resourceids.Segment + func (id PrivateLinkHubPrivateEndpointConnectionId) String() string + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *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