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 ValidatePrivateLinkHubID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkHubPrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkHub + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkHub + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []PrivateLinkHub + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkHub + OData *odata.OData + type ListCompleteResult struct + Items []PrivateLinkHub + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkHub + OData *odata.OData + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnectionForPrivateLinkHub struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionForPrivateLinkHubBasic struct + Id *string + Properties *PrivateEndpointConnectionProperties + type PrivateEndpointConnectionForPrivateLinkHubOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateEndpointConnectionForPrivateLinkHubOperationPredicate) Matches(input PrivateEndpointConnectionForPrivateLinkHub) bool + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState *string + type PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionForPrivateLinkHub + OData *odata.OData + type PrivateEndpointConnectionsPrivateLinkHubListCompleteResult struct + Items []PrivateEndpointConnectionForPrivateLinkHub + LatestHttpResponse *http.Response + type PrivateEndpointConnectionsPrivateLinkHubListCustomPager struct + NextLink *odata.Link + func (p *PrivateEndpointConnectionsPrivateLinkHubListCustomPager) NextPageLink() *odata.Link + type PrivateEndpointConnectionsPrivateLinkHubListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnectionForPrivateLinkHub + OData *odata.OData + type PrivateLinkHub struct + Id *string + Location string + Name *string + Properties *PrivateLinkHubProperties + Tags *map[string]string + Type *string + 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 PrivateLinkHubOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p PrivateLinkHubOperationPredicate) Matches(input PrivateLinkHub) bool + type PrivateLinkHubPatchInfo struct + Tags *map[string]string + 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 PrivateLinkHubProperties struct + PrivateEndpointConnections *[]PrivateEndpointConnectionForPrivateLinkHubBasic + ProvisioningState *string + type PrivateLinkHubsClient struct + Client *resourcemanager.Client + func NewPrivateLinkHubsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkHubsClient, error) + func (c PrivateLinkHubsClient) CreateOrUpdate(ctx context.Context, id PrivateLinkHubId, input PrivateLinkHub) (result CreateOrUpdateOperationResponse, err error) + func (c PrivateLinkHubsClient) Delete(ctx context.Context, id PrivateLinkHubId) (result DeleteOperationResponse, err error) + func (c PrivateLinkHubsClient) DeleteThenPoll(ctx context.Context, id PrivateLinkHubId) error + func (c PrivateLinkHubsClient) Get(ctx context.Context, id PrivateLinkHubId) (result GetOperationResponse, err error) + func (c PrivateLinkHubsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c PrivateLinkHubsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c PrivateLinkHubsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c PrivateLinkHubsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c PrivateLinkHubsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c PrivateLinkHubsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubGet(ctx context.Context, id PrivateLinkHubPrivateEndpointConnectionId) (result PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse, err error) + func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubList(ctx context.Context, id PrivateLinkHubId) (result PrivateEndpointConnectionsPrivateLinkHubListOperationResponse, ...) + func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListComplete(ctx context.Context, id PrivateLinkHubId) (PrivateEndpointConnectionsPrivateLinkHubListCompleteResult, error) + func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListCompleteMatchingPredicate(ctx context.Context, id PrivateLinkHubId, ...) (result PrivateEndpointConnectionsPrivateLinkHubListCompleteResult, err error) + func (c PrivateLinkHubsClient) Update(ctx context.Context, id PrivateLinkHubId, input PrivateLinkHubPatchInfo) (result UpdateOperationResponse, err error) + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkHub + OData *odata.OData