Documentation ¶
Index ¶
- func ValidateDatabaseID(input interface{}, key string) (warnings []string, errors []error)
- type BaseLongTermRetentionPolicyProperties
- type CreateOrUpdateOperationResponse
- type DatabaseId
- type GetOperationResponse
- type ListByDatabaseCompleteResult
- type ListByDatabaseOperationResponse
- type LongTermRetentionPoliciesClient
- func (c LongTermRetentionPoliciesClient) CreateOrUpdate(ctx context.Context, id DatabaseId, input LongTermRetentionPolicy) (result CreateOrUpdateOperationResponse, err error)
- func (c LongTermRetentionPoliciesClient) CreateOrUpdateThenPoll(ctx context.Context, id DatabaseId, input LongTermRetentionPolicy) error
- func (c LongTermRetentionPoliciesClient) Get(ctx context.Context, id DatabaseId) (result GetOperationResponse, err error)
- func (c LongTermRetentionPoliciesClient) ListByDatabase(ctx context.Context, id DatabaseId) (result ListByDatabaseOperationResponse, err error)
- func (c LongTermRetentionPoliciesClient) ListByDatabaseComplete(ctx context.Context, id DatabaseId) (ListByDatabaseCompleteResult, error)
- func (c LongTermRetentionPoliciesClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id DatabaseId, ...) (result ListByDatabaseCompleteResult, err error)
- type LongTermRetentionPolicy
- type LongTermRetentionPolicyOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateDatabaseID ¶
ValidateDatabaseID checks that 'input' can be parsed as a Database ID
Types ¶
type DatabaseId ¶
type DatabaseId struct { SubscriptionId string ResourceGroupName string ServerName string DatabaseName string }
DatabaseId is a struct representing the Resource ID for a Database
func NewDatabaseID ¶
func NewDatabaseID(subscriptionId string, resourceGroupName string, serverName string, databaseName string) DatabaseId
NewDatabaseID returns a new DatabaseId struct
func ParseDatabaseID ¶
func ParseDatabaseID(input string) (*DatabaseId, error)
ParseDatabaseID parses 'input' into a DatabaseId
func ParseDatabaseIDInsensitively ¶
func ParseDatabaseIDInsensitively(input string) (*DatabaseId, error)
ParseDatabaseIDInsensitively parses 'input' case-insensitively into a DatabaseId note: this method should only be used for API response data and not user input
func (DatabaseId) Segments ¶
func (id DatabaseId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Database ID
func (DatabaseId) String ¶
func (id DatabaseId) String() string
String returns a human-readable description of this Database ID
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *LongTermRetentionPolicy }
type ListByDatabaseCompleteResult ¶
type ListByDatabaseCompleteResult struct {
Items []LongTermRetentionPolicy
}
type ListByDatabaseOperationResponse ¶
type ListByDatabaseOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]LongTermRetentionPolicy }
type LongTermRetentionPoliciesClient ¶
type LongTermRetentionPoliciesClient struct {
Client *resourcemanager.Client
}
func NewLongTermRetentionPoliciesClientWithBaseURI ¶
func NewLongTermRetentionPoliciesClientWithBaseURI(api environments.Api) (*LongTermRetentionPoliciesClient, error)
func (LongTermRetentionPoliciesClient) CreateOrUpdate ¶
func (c LongTermRetentionPoliciesClient) CreateOrUpdate(ctx context.Context, id DatabaseId, input LongTermRetentionPolicy) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (LongTermRetentionPoliciesClient) CreateOrUpdateThenPoll ¶
func (c LongTermRetentionPoliciesClient) CreateOrUpdateThenPoll(ctx context.Context, id DatabaseId, input LongTermRetentionPolicy) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (LongTermRetentionPoliciesClient) Get ¶
func (c LongTermRetentionPoliciesClient) Get(ctx context.Context, id DatabaseId) (result GetOperationResponse, err error)
Get ...
func (LongTermRetentionPoliciesClient) ListByDatabase ¶
func (c LongTermRetentionPoliciesClient) ListByDatabase(ctx context.Context, id DatabaseId) (result ListByDatabaseOperationResponse, err error)
ListByDatabase ...
func (LongTermRetentionPoliciesClient) ListByDatabaseComplete ¶
func (c LongTermRetentionPoliciesClient) ListByDatabaseComplete(ctx context.Context, id DatabaseId) (ListByDatabaseCompleteResult, error)
ListByDatabaseComplete retrieves all the results into a single object
func (LongTermRetentionPoliciesClient) ListByDatabaseCompleteMatchingPredicate ¶
func (c LongTermRetentionPoliciesClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id DatabaseId, predicate LongTermRetentionPolicyOperationPredicate) (result ListByDatabaseCompleteResult, err error)
ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate
type LongTermRetentionPolicy ¶
type LongTermRetentionPolicy struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *BaseLongTermRetentionPolicyProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type LongTermRetentionPolicyOperationPredicate ¶
func (LongTermRetentionPolicyOperationPredicate) Matches ¶
func (p LongTermRetentionPolicyOperationPredicate) Matches(input LongTermRetentionPolicy) bool