Documentation ¶
Index ¶
- func ValidateDatabaseSchemaID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedInstanceDatabaseID(input interface{}, key string) (warnings []string, errors []error)
- type DatabaseSchemaId
- type GetOperationResponse
- type ListByDatabaseCompleteResult
- type ListByDatabaseOperationOptions
- type ListByDatabaseOperationResponse
- type ManagedDatabaseSchemasClient
- func (c ManagedDatabaseSchemasClient) Get(ctx context.Context, id DatabaseSchemaId) (result GetOperationResponse, err error)
- func (c ManagedDatabaseSchemasClient) ListByDatabase(ctx context.Context, id ManagedInstanceDatabaseId, ...) (result ListByDatabaseOperationResponse, err error)
- func (c ManagedDatabaseSchemasClient) ListByDatabaseComplete(ctx context.Context, id ManagedInstanceDatabaseId, ...) (ListByDatabaseCompleteResult, error)
- func (c ManagedDatabaseSchemasClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceDatabaseId, ...) (result ListByDatabaseCompleteResult, err error)
- type ManagedInstanceDatabaseId
- func NewManagedInstanceDatabaseID(subscriptionId string, resourceGroupName string, managedInstanceName string, ...) ManagedInstanceDatabaseId
- func ParseManagedInstanceDatabaseID(input string) (*ManagedInstanceDatabaseId, error)
- func ParseManagedInstanceDatabaseIDInsensitively(input string) (*ManagedInstanceDatabaseId, error)
- type Resource
- type ResourceOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateDatabaseSchemaID ¶
ValidateDatabaseSchemaID checks that 'input' can be parsed as a Database Schema ID
func ValidateManagedInstanceDatabaseID ¶
func ValidateManagedInstanceDatabaseID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedInstanceDatabaseID checks that 'input' can be parsed as a Managed Instance Database ID
Types ¶
type DatabaseSchemaId ¶
type DatabaseSchemaId struct { SubscriptionId string ResourceGroupName string ManagedInstanceName string DatabaseName string SchemaName string }
DatabaseSchemaId is a struct representing the Resource ID for a Database Schema
func NewDatabaseSchemaID ¶
func NewDatabaseSchemaID(subscriptionId string, resourceGroupName string, managedInstanceName string, databaseName string, schemaName string) DatabaseSchemaId
NewDatabaseSchemaID returns a new DatabaseSchemaId struct
func ParseDatabaseSchemaID ¶
func ParseDatabaseSchemaID(input string) (*DatabaseSchemaId, error)
ParseDatabaseSchemaID parses 'input' into a DatabaseSchemaId
func ParseDatabaseSchemaIDInsensitively ¶
func ParseDatabaseSchemaIDInsensitively(input string) (*DatabaseSchemaId, error)
ParseDatabaseSchemaIDInsensitively parses 'input' case-insensitively into a DatabaseSchemaId note: this method should only be used for API response data and not user input
func (DatabaseSchemaId) ID ¶
func (id DatabaseSchemaId) ID() string
ID returns the formatted Database Schema ID
func (DatabaseSchemaId) Segments ¶
func (id DatabaseSchemaId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Database Schema ID
func (DatabaseSchemaId) String ¶
func (id DatabaseSchemaId) String() string
String returns a human-readable description of this Database Schema ID
type GetOperationResponse ¶
type ListByDatabaseCompleteResult ¶
type ListByDatabaseCompleteResult struct {
Items []Resource
}
type ListByDatabaseOperationOptions ¶
type ListByDatabaseOperationOptions struct {
Filter *string
}
func DefaultListByDatabaseOperationOptions ¶
func DefaultListByDatabaseOperationOptions() ListByDatabaseOperationOptions
func (ListByDatabaseOperationOptions) ToHeaders ¶
func (o ListByDatabaseOperationOptions) ToHeaders() *client.Headers
func (ListByDatabaseOperationOptions) ToOData ¶
func (o ListByDatabaseOperationOptions) ToOData() *odata.Query
func (ListByDatabaseOperationOptions) ToQuery ¶
func (o ListByDatabaseOperationOptions) ToQuery() *client.QueryParams
type ManagedDatabaseSchemasClient ¶
type ManagedDatabaseSchemasClient struct {
Client *resourcemanager.Client
}
func NewManagedDatabaseSchemasClientWithBaseURI ¶
func NewManagedDatabaseSchemasClientWithBaseURI(api environments.Api) (*ManagedDatabaseSchemasClient, error)
func (ManagedDatabaseSchemasClient) Get ¶
func (c ManagedDatabaseSchemasClient) Get(ctx context.Context, id DatabaseSchemaId) (result GetOperationResponse, err error)
Get ...
func (ManagedDatabaseSchemasClient) ListByDatabase ¶
func (c ManagedDatabaseSchemasClient) ListByDatabase(ctx context.Context, id ManagedInstanceDatabaseId, options ListByDatabaseOperationOptions) (result ListByDatabaseOperationResponse, err error)
ListByDatabase ...
func (ManagedDatabaseSchemasClient) ListByDatabaseComplete ¶
func (c ManagedDatabaseSchemasClient) ListByDatabaseComplete(ctx context.Context, id ManagedInstanceDatabaseId, options ListByDatabaseOperationOptions) (ListByDatabaseCompleteResult, error)
ListByDatabaseComplete retrieves all the results into a single object
func (ManagedDatabaseSchemasClient) ListByDatabaseCompleteMatchingPredicate ¶
func (c ManagedDatabaseSchemasClient) ListByDatabaseCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceDatabaseId, options ListByDatabaseOperationOptions, predicate ResourceOperationPredicate) (result ListByDatabaseCompleteResult, err error)
ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ManagedInstanceDatabaseId ¶
type ManagedInstanceDatabaseId struct { SubscriptionId string ResourceGroupName string ManagedInstanceName string DatabaseName string }
ManagedInstanceDatabaseId is a struct representing the Resource ID for a Managed Instance Database
func NewManagedInstanceDatabaseID ¶
func NewManagedInstanceDatabaseID(subscriptionId string, resourceGroupName string, managedInstanceName string, databaseName string) ManagedInstanceDatabaseId
NewManagedInstanceDatabaseID returns a new ManagedInstanceDatabaseId struct
func ParseManagedInstanceDatabaseID ¶
func ParseManagedInstanceDatabaseID(input string) (*ManagedInstanceDatabaseId, error)
ParseManagedInstanceDatabaseID parses 'input' into a ManagedInstanceDatabaseId
func ParseManagedInstanceDatabaseIDInsensitively ¶
func ParseManagedInstanceDatabaseIDInsensitively(input string) (*ManagedInstanceDatabaseId, error)
ParseManagedInstanceDatabaseIDInsensitively parses 'input' case-insensitively into a ManagedInstanceDatabaseId note: this method should only be used for API response data and not user input
func (ManagedInstanceDatabaseId) ID ¶
func (id ManagedInstanceDatabaseId) ID() string
ID returns the formatted Managed Instance Database ID
func (ManagedInstanceDatabaseId) Segments ¶
func (id ManagedInstanceDatabaseId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Instance Database ID
func (ManagedInstanceDatabaseId) String ¶
func (id ManagedInstanceDatabaseId) String() string
String returns a human-readable description of this Managed Instance Database ID
type ResourceOperationPredicate ¶
func (ResourceOperationPredicate) Matches ¶
func (p ResourceOperationPredicate) Matches(input Resource) bool