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 PossibleValuesForEndPointProvisioningState() []string + func PossibleValuesForPrivateLinkConnectionStatus() []string + func ValidateNamespaceID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + type ConnectionState struct + Description *string + Status *PrivateLinkConnectionStatus + type EndPointProvisioningState string + const EndPointProvisioningStateCanceled + const EndPointProvisioningStateCreating + const EndPointProvisioningStateDeleting + const EndPointProvisioningStateFailed + const EndPointProvisioningStateSucceeded + const EndPointProvisioningStateUpdating + func (s *EndPointProvisioningState) UnmarshalJSON(bytes []byte) error + type NamespaceId struct + NamespaceName string + ResourceGroupName string + SubscriptionId string + func NewNamespaceID(subscriptionId string, resourceGroupName string, namespaceName string) NamespaceId + func ParseNamespaceID(input string) (*NamespaceId, error) + func ParseNamespaceIDInsensitively(input string) (*NamespaceId, error) + func (id *NamespaceId) FromParseResult(input resourceids.ParseResult) error + func (id NamespaceId) ID() string + func (id NamespaceId) Segments() []resourceids.Segment + func (id NamespaceId) String() string + type NamespacesPrivateEndpointConnectionsClient struct + Client *resourcemanager.Client + func NewNamespacesPrivateEndpointConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*NamespacesPrivateEndpointConnectionsClient, error) + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsCreateOrUpdate(ctx context.Context, id PrivateEndpointConnectionId, ...) (result PrivateEndpointConnectionsCreateOrUpdateOperationResponse, err error) + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsDelete(ctx context.Context, id PrivateEndpointConnectionId) (result PrivateEndpointConnectionsDeleteOperationResponse, err error) + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsDeleteThenPoll(ctx context.Context, id PrivateEndpointConnectionId) error + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsGet(ctx context.Context, id PrivateEndpointConnectionId) (result PrivateEndpointConnectionsGetOperationResponse, err error) + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsList(ctx context.Context, id NamespaceId) (result PrivateEndpointConnectionsListOperationResponse, err error) + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsListComplete(ctx context.Context, id NamespaceId) (PrivateEndpointConnectionsListCompleteResult, error) + func (c NamespacesPrivateEndpointConnectionsClient) PrivateEndpointConnectionsListCompleteMatchingPredicate(ctx context.Context, id NamespaceId, ...) (result PrivateEndpointConnectionsListCompleteResult, err error) + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Location *string + Name *string + Properties *PrivateEndpointConnectionProperties + SystemData *systemdata.SystemData + Type *string + type PrivateEndpointConnectionId struct + NamespaceName string + PrivateEndpointConnectionName string + ResourceGroupName string + SubscriptionId string + func NewPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, namespaceName 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 + Location *string + Name *string + Type *string + func (p PrivateEndpointConnectionOperationPredicate) Matches(input PrivateEndpointConnection) bool + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *ConnectionState + ProvisioningState *EndPointProvisioningState + type PrivateEndpointConnectionsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + type PrivateEndpointConnectionsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type PrivateEndpointConnectionsGetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + type PrivateEndpointConnectionsListCompleteResult struct + Items []PrivateEndpointConnection + LatestHttpResponse *http.Response + type PrivateEndpointConnectionsListCustomPager struct + NextLink *odata.Link + func (p *PrivateEndpointConnectionsListCustomPager) NextPageLink() *odata.Link + type PrivateEndpointConnectionsListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnection + OData *odata.OData + type PrivateLinkConnectionStatus string + const PrivateLinkConnectionStatusApproved + const PrivateLinkConnectionStatusDisconnected + const PrivateLinkConnectionStatusPending + const PrivateLinkConnectionStatusRejected + func (s *PrivateLinkConnectionStatus) UnmarshalJSON(bytes []byte) error