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 ValidatePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnectionListResult + OData *odata.OData + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionId struct + PrivateEndpointConnectionName string + ResourceGroupName string + StorageAccountName string + SubscriptionId string + func NewPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, storageAccountName 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 PrivateEndpointConnectionListResult struct + Value *[]PrivateEndpointConnection + 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 PrivateEndpointConnectionsClient struct + Client *resourcemanager.Client + func NewPrivateEndpointConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateEndpointConnectionsClient, error) + func (c PrivateEndpointConnectionsClient) Delete(ctx context.Context, id PrivateEndpointConnectionId) (result DeleteOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) Get(ctx context.Context, id PrivateEndpointConnectionId) (result GetOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) List(ctx context.Context, id commonids.StorageAccountId) (result ListOperationResponse, err error) + func (c PrivateEndpointConnectionsClient) Put(ctx context.Context, id PrivateEndpointConnectionId, ...) (result PutOperationResponse, err error) + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func (s *PrivateEndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error + type PrivateLinkServiceConnectionState struct + ActionRequired *string + Description *string + Status *PrivateEndpointServiceConnectionStatus + type PutOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData