Documentation ¶
Index ¶
- func PossibleValuesForDayOfWeek() []string
- func ValidateSqlPoolID(input interface{}, key string) (warnings []string, errors []error)
- type DayOfWeek
- type MaintenanceWindowTimeRange
- type MaintenanceWindows
- type MaintenanceWindowsProperties
- type SqlPoolId
- type SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions
- type SqlPoolMaintenanceWindowsCreateOrUpdateOperationResponse
- type SqlPoolMaintenanceWindowsGetOperationOptions
- type SqlPoolMaintenanceWindowsGetOperationResponse
- type SqlPoolsMaintenanceWindowsClient
- func (c SqlPoolsMaintenanceWindowsClient) SqlPoolMaintenanceWindowsCreateOrUpdate(ctx context.Context, id SqlPoolId, input MaintenanceWindows, ...) (result SqlPoolMaintenanceWindowsCreateOrUpdateOperationResponse, err error)
- func (c SqlPoolsMaintenanceWindowsClient) SqlPoolMaintenanceWindowsGet(ctx context.Context, id SqlPoolId, ...) (result SqlPoolMaintenanceWindowsGetOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForDayOfWeek ¶
func PossibleValuesForDayOfWeek() []string
func ValidateSqlPoolID ¶
ValidateSqlPoolID checks that 'input' can be parsed as a Sql Pool ID
Types ¶
type MaintenanceWindows ¶
type MaintenanceWindows struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *MaintenanceWindowsProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type MaintenanceWindowsProperties ¶
type MaintenanceWindowsProperties struct {
TimeRanges *[]MaintenanceWindowTimeRange `json:"timeRanges,omitempty"`
}
type SqlPoolId ¶
type SqlPoolId struct { SubscriptionId string ResourceGroupName string WorkspaceName string SqlPoolName string }
SqlPoolId is a struct representing the Resource ID for a Sql Pool
func NewSqlPoolID ¶
func NewSqlPoolID(subscriptionId string, resourceGroupName string, workspaceName string, sqlPoolName string) SqlPoolId
NewSqlPoolID returns a new SqlPoolId struct
func ParseSqlPoolID ¶
ParseSqlPoolID parses 'input' into a SqlPoolId
func ParseSqlPoolIDInsensitively ¶
ParseSqlPoolIDInsensitively parses 'input' case-insensitively into a SqlPoolId note: this method should only be used for API response data and not user input
func (*SqlPoolId) FromParseResult ¶
func (id *SqlPoolId) FromParseResult(input resourceids.ParseResult) error
func (SqlPoolId) Segments ¶
func (id SqlPoolId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Sql Pool ID
type SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions ¶
type SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions struct {
MaintenanceWindowName *string
}
func DefaultSqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions ¶
func DefaultSqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions() SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions
func (SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) ToHeaders ¶
func (o SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) ToOData ¶
func (o SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) ToOData() *odata.Query
func (SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) ToQuery ¶
func (o SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type SqlPoolMaintenanceWindowsGetOperationOptions ¶
type SqlPoolMaintenanceWindowsGetOperationOptions struct {
MaintenanceWindowName *string
}
func DefaultSqlPoolMaintenanceWindowsGetOperationOptions ¶
func DefaultSqlPoolMaintenanceWindowsGetOperationOptions() SqlPoolMaintenanceWindowsGetOperationOptions
func (SqlPoolMaintenanceWindowsGetOperationOptions) ToHeaders ¶
func (o SqlPoolMaintenanceWindowsGetOperationOptions) ToHeaders() *client.Headers
func (SqlPoolMaintenanceWindowsGetOperationOptions) ToOData ¶
func (o SqlPoolMaintenanceWindowsGetOperationOptions) ToOData() *odata.Query
func (SqlPoolMaintenanceWindowsGetOperationOptions) ToQuery ¶
func (o SqlPoolMaintenanceWindowsGetOperationOptions) ToQuery() *client.QueryParams
type SqlPoolMaintenanceWindowsGetOperationResponse ¶
type SqlPoolMaintenanceWindowsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *MaintenanceWindows }
type SqlPoolsMaintenanceWindowsClient ¶
type SqlPoolsMaintenanceWindowsClient struct {
Client *resourcemanager.Client
}
func NewSqlPoolsMaintenanceWindowsClientWithBaseURI ¶
func NewSqlPoolsMaintenanceWindowsClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlPoolsMaintenanceWindowsClient, error)
func (SqlPoolsMaintenanceWindowsClient) SqlPoolMaintenanceWindowsCreateOrUpdate ¶
func (c SqlPoolsMaintenanceWindowsClient) SqlPoolMaintenanceWindowsCreateOrUpdate(ctx context.Context, id SqlPoolId, input MaintenanceWindows, options SqlPoolMaintenanceWindowsCreateOrUpdateOperationOptions) (result SqlPoolMaintenanceWindowsCreateOrUpdateOperationResponse, err error)
SqlPoolMaintenanceWindowsCreateOrUpdate ...
func (SqlPoolsMaintenanceWindowsClient) SqlPoolMaintenanceWindowsGet ¶
func (c SqlPoolsMaintenanceWindowsClient) SqlPoolMaintenanceWindowsGet(ctx context.Context, id SqlPoolId, options SqlPoolMaintenanceWindowsGetOperationOptions) (result SqlPoolMaintenanceWindowsGetOperationResponse, err error)
SqlPoolMaintenanceWindowsGet ...
Click to show internal directories.
Click to hide internal directories.