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 ValidateClusterID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateEndpointID(input interface{}, key string) (warnings []string, errors []error) + type ClusterId struct + ClusterName string + ResourceGroupName string + SubscriptionId string + func NewClusterID(subscriptionId string, resourceGroupName string, clusterName string) ClusterId + func ParseClusterID(input string) (*ClusterId, error) + func ParseClusterIDInsensitively(input string) (*ClusterId, error) + func (id *ClusterId) FromParseResult(input resourceids.ParseResult) error + func (id ClusterId) ID() string + func (id ClusterId) Segments() []resourceids.Segment + func (id ClusterId) String() string + type CreateOrUpdateOperationOptions struct + IfMatch *string + IfNoneMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpoint + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpoint + OData *odata.OData + type ListByClusterCompleteResult struct + Items []PrivateEndpoint + LatestHttpResponse *http.Response + type ListByClusterCustomPager struct + NextLink *odata.Link + func (p *ListByClusterCustomPager) NextPageLink() *odata.Link + type ListByClusterOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpoint + OData *odata.OData + type PrivateEndpoint struct + Etag *string + Id *string + Name *string + Properties *PrivateEndpointProperties + Type *string + type PrivateEndpointId struct + ClusterName string + PrivateEndpointName string + ResourceGroupName string + SubscriptionId string + func NewPrivateEndpointID(subscriptionId string, resourceGroupName string, clusterName string, ...) PrivateEndpointId + func ParsePrivateEndpointID(input string) (*PrivateEndpointId, error) + func ParsePrivateEndpointIDInsensitively(input string) (*PrivateEndpointId, error) + func (id *PrivateEndpointId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateEndpointId) ID() string + func (id PrivateEndpointId) Segments() []resourceids.Segment + func (id PrivateEndpointId) String() string + type PrivateEndpointOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p PrivateEndpointOperationPredicate) Matches(input PrivateEndpoint) bool + type PrivateEndpointProperties struct + CreatedDate *string + ManualPrivateLinkServiceConnections *[]PrivateLinkServiceConnection + type PrivateEndpointsClient struct + Client *resourcemanager.Client + func NewPrivateEndpointsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateEndpointsClient, error) + func (c PrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointId, input PrivateEndpoint, ...) (result CreateOrUpdateOperationResponse, err error) + func (c PrivateEndpointsClient) Delete(ctx context.Context, id PrivateEndpointId) (result DeleteOperationResponse, err error) + func (c PrivateEndpointsClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointId) error + func (c PrivateEndpointsClient) Get(ctx context.Context, id PrivateEndpointId) (result GetOperationResponse, err error) + func (c PrivateEndpointsClient) ListByCluster(ctx context.Context, id ClusterId) (result ListByClusterOperationResponse, err error) + func (c PrivateEndpointsClient) ListByClusterComplete(ctx context.Context, id ClusterId) (ListByClusterCompleteResult, error) + func (c PrivateEndpointsClient) ListByClusterCompleteMatchingPredicate(ctx context.Context, id ClusterId, predicate PrivateEndpointOperationPredicate) (result ListByClusterCompleteResult, err error) + type PrivateLinkConnectionState struct + ActionsRequired *string + Description *string + Status *string + type PrivateLinkServiceConnection struct + Properties *PrivateLinkServiceConnectionProperties + type PrivateLinkServiceConnectionProperties struct + GroupIds *[]string + PrivateLinkServiceConnectionState *PrivateLinkConnectionState + PrivateLinkServiceId *string + RequestMessage *string