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 ValidateDatabaseID(input interface{}, key string) (warnings []string, errors []error) + func ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *Database + OData *odata.OData + Poller pollers.Poller + type Database struct + Id *string + Name *string + Properties *DatabaseProperties + SystemData *systemdata.SystemData + Type *string + type DatabaseId struct + DatabaseName string + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewDatabaseID(subscriptionId string, resourceGroupName string, flexibleServerName string, ...) DatabaseId + func ParseDatabaseID(input string) (*DatabaseId, error) + func ParseDatabaseIDInsensitively(input string) (*DatabaseId, error) + func (id *DatabaseId) FromParseResult(input resourceids.ParseResult) error + func (id DatabaseId) ID() string + func (id DatabaseId) Segments() []resourceids.Segment + func (id DatabaseId) String() string + type DatabaseOperationPredicate struct + Id *string + Name *string + Type *string + func (p DatabaseOperationPredicate) Matches(input Database) bool + type DatabaseProperties struct + Charset *string + Collation *string + type DatabasesClient struct + Client *resourcemanager.Client + func NewDatabasesClientWithBaseURI(sdkApi sdkEnv.Api) (*DatabasesClient, error) + func (c DatabasesClient) Create(ctx context.Context, id DatabaseId, input Database) (result CreateOperationResponse, err error) + func (c DatabasesClient) CreateThenPoll(ctx context.Context, id DatabaseId, input Database) error + func (c DatabasesClient) Delete(ctx context.Context, id DatabaseId) (result DeleteOperationResponse, err error) + func (c DatabasesClient) DeleteThenPoll(ctx context.Context, id DatabaseId) error + func (c DatabasesClient) Get(ctx context.Context, id DatabaseId) (result GetOperationResponse, err error) + func (c DatabasesClient) ListByServer(ctx context.Context, id FlexibleServerId) (result ListByServerOperationResponse, err error) + func (c DatabasesClient) ListByServerComplete(ctx context.Context, id FlexibleServerId) (ListByServerCompleteResult, error) + func (c DatabasesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id FlexibleServerId, predicate DatabaseOperationPredicate) (result ListByServerCompleteResult, err error) + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type FlexibleServerId struct + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewFlexibleServerID(subscriptionId string, resourceGroupName string, flexibleServerName string) FlexibleServerId + func ParseFlexibleServerID(input string) (*FlexibleServerId, error) + func ParseFlexibleServerIDInsensitively(input string) (*FlexibleServerId, error) + func (id *FlexibleServerId) FromParseResult(input resourceids.ParseResult) error + func (id FlexibleServerId) ID() string + func (id FlexibleServerId) Segments() []resourceids.Segment + func (id FlexibleServerId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *Database + OData *odata.OData + type ListByServerCompleteResult struct + Items []Database + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]Database + OData *odata.OData