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 ValidateDatabaseAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type DatabaseAccountId struct + DatabaseAccountName string + ResourceGroupName string + SubscriptionId string + func NewDatabaseAccountID(subscriptionId string, resourceGroupName string, databaseAccountName string) DatabaseAccountId + func ParseDatabaseAccountID(input string) (*DatabaseAccountId, error) + func ParseDatabaseAccountIDInsensitively(input string) (*DatabaseAccountId, error) + func (id *DatabaseAccountId) FromParseResult(input resourceids.ParseResult) error + func (id DatabaseAccountId) ID() string + func (id DatabaseAccountId) Segments() []resourceids.Segment + func (id DatabaseAccountId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResource + OData *odata.OData + type ListByDatabaseAccountOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourceListResult + OData *odata.OData + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceId struct + DatabaseAccountName string + PrivateLinkResourceName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkResourceID(subscriptionId string, resourceGroupName string, databaseAccountName string, ...) PrivateLinkResourceId + func ParsePrivateLinkResourceID(input string) (*PrivateLinkResourceId, error) + func ParsePrivateLinkResourceIDInsensitively(input string) (*PrivateLinkResourceId, error) + func (id *PrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkResourceId) ID() string + func (id PrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkResourceId) String() string + type PrivateLinkResourceListResult struct + Value *[]PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByDatabaseAccount(ctx context.Context, id DatabaseAccountId) (result ListByDatabaseAccountOperationResponse, err error)