Documentation ¶
Index ¶
- func ValidateRestorableDroppedSqlPoolID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type ListByWorkspaceOperationResponse
- type RestorableDroppedSqlPool
- type RestorableDroppedSqlPoolId
- func NewRestorableDroppedSqlPoolID(subscriptionId string, resourceGroupName string, workspaceName string, ...) RestorableDroppedSqlPoolId
- func ParseRestorableDroppedSqlPoolID(input string) (*RestorableDroppedSqlPoolId, error)
- func ParseRestorableDroppedSqlPoolIDInsensitively(input string) (*RestorableDroppedSqlPoolId, error)
- type RestorableDroppedSqlPoolListResult
- type RestorableDroppedSqlPoolProperties
- func (o *RestorableDroppedSqlPoolProperties) GetCreationDateAsTime() (*time.Time, error)
- func (o *RestorableDroppedSqlPoolProperties) GetDeletionDateAsTime() (*time.Time, error)
- func (o *RestorableDroppedSqlPoolProperties) GetEarliestRestoreDateAsTime() (*time.Time, error)
- func (o *RestorableDroppedSqlPoolProperties) SetCreationDateAsTime(input time.Time)
- func (o *RestorableDroppedSqlPoolProperties) SetDeletionDateAsTime(input time.Time)
- func (o *RestorableDroppedSqlPoolProperties) SetEarliestRestoreDateAsTime(input time.Time)
- type RestorableDroppedSqlPoolsClient
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateRestorableDroppedSqlPoolID ¶
func ValidateRestorableDroppedSqlPoolID(input interface{}, key string) (warnings []string, errors []error)
ValidateRestorableDroppedSqlPoolID checks that 'input' can be parsed as a Restorable Dropped Sql Pool ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RestorableDroppedSqlPool }
type ListByWorkspaceOperationResponse ¶
type ListByWorkspaceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RestorableDroppedSqlPoolListResult }
type RestorableDroppedSqlPool ¶
type RestorableDroppedSqlPool struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *RestorableDroppedSqlPoolProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type RestorableDroppedSqlPoolId ¶
type RestorableDroppedSqlPoolId struct { SubscriptionId string ResourceGroupName string WorkspaceName string RestorableDroppedSqlPoolId string }
RestorableDroppedSqlPoolId is a struct representing the Resource ID for a Restorable Dropped Sql Pool
func NewRestorableDroppedSqlPoolID ¶
func NewRestorableDroppedSqlPoolID(subscriptionId string, resourceGroupName string, workspaceName string, restorableDroppedSqlPoolId string) RestorableDroppedSqlPoolId
NewRestorableDroppedSqlPoolID returns a new RestorableDroppedSqlPoolId struct
func ParseRestorableDroppedSqlPoolID ¶
func ParseRestorableDroppedSqlPoolID(input string) (*RestorableDroppedSqlPoolId, error)
ParseRestorableDroppedSqlPoolID parses 'input' into a RestorableDroppedSqlPoolId
func ParseRestorableDroppedSqlPoolIDInsensitively ¶
func ParseRestorableDroppedSqlPoolIDInsensitively(input string) (*RestorableDroppedSqlPoolId, error)
ParseRestorableDroppedSqlPoolIDInsensitively parses 'input' case-insensitively into a RestorableDroppedSqlPoolId note: this method should only be used for API response data and not user input
func (*RestorableDroppedSqlPoolId) FromParseResult ¶
func (id *RestorableDroppedSqlPoolId) FromParseResult(input resourceids.ParseResult) error
func (RestorableDroppedSqlPoolId) ID ¶
func (id RestorableDroppedSqlPoolId) ID() string
ID returns the formatted Restorable Dropped Sql Pool ID
func (RestorableDroppedSqlPoolId) Segments ¶
func (id RestorableDroppedSqlPoolId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Restorable Dropped Sql Pool ID
func (RestorableDroppedSqlPoolId) String ¶
func (id RestorableDroppedSqlPoolId) String() string
String returns a human-readable description of this Restorable Dropped Sql Pool ID
type RestorableDroppedSqlPoolListResult ¶
type RestorableDroppedSqlPoolListResult struct {
Value []RestorableDroppedSqlPool `json:"value"`
}
type RestorableDroppedSqlPoolProperties ¶
type RestorableDroppedSqlPoolProperties struct { CreationDate *string `json:"creationDate,omitempty"` DatabaseName *string `json:"databaseName,omitempty"` DeletionDate *string `json:"deletionDate,omitempty"` EarliestRestoreDate *string `json:"earliestRestoreDate,omitempty"` Edition *string `json:"edition,omitempty"` ElasticPoolName *string `json:"elasticPoolName,omitempty"` MaxSizeBytes *string `json:"maxSizeBytes,omitempty"` ServiceLevelObjective *string `json:"serviceLevelObjective,omitempty"` }
func (*RestorableDroppedSqlPoolProperties) GetCreationDateAsTime ¶
func (o *RestorableDroppedSqlPoolProperties) GetCreationDateAsTime() (*time.Time, error)
func (*RestorableDroppedSqlPoolProperties) GetDeletionDateAsTime ¶
func (o *RestorableDroppedSqlPoolProperties) GetDeletionDateAsTime() (*time.Time, error)
func (*RestorableDroppedSqlPoolProperties) GetEarliestRestoreDateAsTime ¶
func (o *RestorableDroppedSqlPoolProperties) GetEarliestRestoreDateAsTime() (*time.Time, error)
func (*RestorableDroppedSqlPoolProperties) SetCreationDateAsTime ¶
func (o *RestorableDroppedSqlPoolProperties) SetCreationDateAsTime(input time.Time)
func (*RestorableDroppedSqlPoolProperties) SetDeletionDateAsTime ¶
func (o *RestorableDroppedSqlPoolProperties) SetDeletionDateAsTime(input time.Time)
func (*RestorableDroppedSqlPoolProperties) SetEarliestRestoreDateAsTime ¶
func (o *RestorableDroppedSqlPoolProperties) SetEarliestRestoreDateAsTime(input time.Time)
type RestorableDroppedSqlPoolsClient ¶
type RestorableDroppedSqlPoolsClient struct {
Client *resourcemanager.Client
}
func NewRestorableDroppedSqlPoolsClientWithBaseURI ¶
func NewRestorableDroppedSqlPoolsClientWithBaseURI(sdkApi sdkEnv.Api) (*RestorableDroppedSqlPoolsClient, error)
func (RestorableDroppedSqlPoolsClient) Get ¶
func (c RestorableDroppedSqlPoolsClient) Get(ctx context.Context, id RestorableDroppedSqlPoolId) (result GetOperationResponse, err error)
Get ...
func (RestorableDroppedSqlPoolsClient) ListByWorkspace ¶
func (c RestorableDroppedSqlPoolsClient) ListByWorkspace(ctx context.Context, id WorkspaceId) (result ListByWorkspaceOperationResponse, err error)
ListByWorkspace ...
type WorkspaceId ¶
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (*WorkspaceId) FromParseResult ¶
func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID