Documentation ¶
Index ¶
- func PossibleValuesForArmServerKeyType() []string
- func PossibleValuesForCreateMode() []string
- func PossibleValuesForCreateModeForUpdate() []string
- func PossibleValuesForGeoRedundantBackupEnum() []string
- func PossibleValuesForHighAvailabilityMode() []string
- func PossibleValuesForIdentityType() []string
- func PossibleValuesForReplicationRole() []string
- func PossibleValuesForServerHAState() []string
- func PossibleValuesForServerPublicNetworkAccessState() []string
- func PossibleValuesForServerState() []string
- func PossibleValuesForServerVersion() []string
- func PossibleValuesForSkuTier() []string
- func ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error)
- type ArmServerKeyType
- type AuthConfig
- type Backup
- type CreateMode
- type CreateModeForUpdate
- type CreateOperationResponse
- type DataEncryption
- type DeleteOperationResponse
- type FlexibleServerId
- type GeoRedundantBackupEnum
- type GetOperationResponse
- type HighAvailability
- type HighAvailabilityMode
- type IdentityType
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationResponse
- type ListCompleteResult
- type ListOperationResponse
- type MaintenanceWindow
- type Network
- type ReplicationRole
- type Server
- type ServerForUpdate
- type ServerHAState
- type ServerOperationPredicate
- type ServerProperties
- type ServerPropertiesForUpdate
- type ServerPublicNetworkAccessState
- type ServerState
- type ServerVersion
- type ServersClient
- func (c ServersClient) Create(ctx context.Context, id FlexibleServerId, input Server) (result CreateOperationResponse, err error)
- func (c ServersClient) CreateThenPoll(ctx context.Context, id FlexibleServerId, input Server) error
- func (c ServersClient) Delete(ctx context.Context, id FlexibleServerId) (result DeleteOperationResponse, err error)
- func (c ServersClient) DeleteThenPoll(ctx context.Context, id FlexibleServerId) error
- func (c ServersClient) Get(ctx context.Context, id FlexibleServerId) (result GetOperationResponse, err error)
- func (c ServersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
- func (c ServersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c ServersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c ServersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c ServersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
- func (c ServersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error)
- func (c ServersClient) Update(ctx context.Context, id FlexibleServerId, input ServerForUpdate) (result UpdateOperationResponse, err error)
- func (c ServersClient) UpdateThenPoll(ctx context.Context, id FlexibleServerId, input ServerForUpdate) error
- type Sku
- type SkuTier
- type Storage
- type UpdateOperationResponse
- type UserAssignedIdentity
- type UserIdentity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForArmServerKeyType ¶
func PossibleValuesForArmServerKeyType() []string
func PossibleValuesForCreateMode ¶
func PossibleValuesForCreateMode() []string
func PossibleValuesForCreateModeForUpdate ¶
func PossibleValuesForCreateModeForUpdate() []string
func PossibleValuesForGeoRedundantBackupEnum ¶
func PossibleValuesForGeoRedundantBackupEnum() []string
func PossibleValuesForHighAvailabilityMode ¶
func PossibleValuesForHighAvailabilityMode() []string
func PossibleValuesForIdentityType ¶
func PossibleValuesForIdentityType() []string
func PossibleValuesForReplicationRole ¶
func PossibleValuesForReplicationRole() []string
func PossibleValuesForServerHAState ¶
func PossibleValuesForServerHAState() []string
func PossibleValuesForServerPublicNetworkAccessState ¶
func PossibleValuesForServerPublicNetworkAccessState() []string
func PossibleValuesForServerState ¶
func PossibleValuesForServerState() []string
func PossibleValuesForServerVersion ¶
func PossibleValuesForServerVersion() []string
func PossibleValuesForSkuTier ¶
func PossibleValuesForSkuTier() []string
func ValidateFlexibleServerID ¶
ValidateFlexibleServerID checks that 'input' can be parsed as a Flexible Server ID
Types ¶
type ArmServerKeyType ¶
type ArmServerKeyType string
const ( ArmServerKeyTypeAzureKeyVault ArmServerKeyType = "AzureKeyVault" ArmServerKeyTypeSystemAssigned ArmServerKeyType = "SystemAssigned" )
func (*ArmServerKeyType) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *ArmServerKeyType) UnmarshalJSON(bytes []byte) error
type AuthConfig ¶
type Backup ¶
type Backup struct { BackupRetentionDays *int64 `json:"backupRetentionDays,omitempty"` EarliestRestoreDate *string `json:"earliestRestoreDate,omitempty"` GeoRedundantBackup *GeoRedundantBackupEnum `json:"geoRedundantBackup,omitempty"` }
func (*Backup) GetEarliestRestoreDateAsTime ¶
func (*Backup) SetEarliestRestoreDateAsTime ¶
type CreateMode ¶
type CreateMode string
const ( CreateModeCreate CreateMode = "Create" CreateModeDefault CreateMode = "Default" CreateModeGeoRestore CreateMode = "GeoRestore" CreateModePointInTimeRestore CreateMode = "PointInTimeRestore" CreateModeReplica CreateMode = "Replica" CreateModeUpdate CreateMode = "Update" )
func (*CreateMode) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *CreateMode) UnmarshalJSON(bytes []byte) error
type CreateModeForUpdate ¶
type CreateModeForUpdate string
const ( CreateModeForUpdateDefault CreateModeForUpdate = "Default" CreateModeForUpdateUpdate CreateModeForUpdate = "Update" )
func (*CreateModeForUpdate) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *CreateModeForUpdate) UnmarshalJSON(bytes []byte) error
type CreateOperationResponse ¶
type DataEncryption ¶
type DataEncryption struct { PrimaryKeyURI *string `json:"primaryKeyURI,omitempty"` PrimaryUserAssignedIdentityId *string `json:"primaryUserAssignedIdentityId,omitempty"` Type *ArmServerKeyType `json:"type,omitempty"` }
type DeleteOperationResponse ¶
type FlexibleServerId ¶
type FlexibleServerId struct { SubscriptionId string ResourceGroupName string FlexibleServerName string }
FlexibleServerId is a struct representing the Resource ID for a Flexible Server
func NewFlexibleServerID ¶
func NewFlexibleServerID(subscriptionId string, resourceGroupName string, flexibleServerName string) FlexibleServerId
NewFlexibleServerID returns a new FlexibleServerId struct
func ParseFlexibleServerID ¶
func ParseFlexibleServerID(input string) (*FlexibleServerId, error)
ParseFlexibleServerID parses 'input' into a FlexibleServerId
func ParseFlexibleServerIDInsensitively ¶
func ParseFlexibleServerIDInsensitively(input string) (*FlexibleServerId, error)
ParseFlexibleServerIDInsensitively parses 'input' case-insensitively into a FlexibleServerId note: this method should only be used for API response data and not user input
func (FlexibleServerId) ID ¶
func (id FlexibleServerId) ID() string
ID returns the formatted Flexible Server ID
func (FlexibleServerId) Segments ¶
func (id FlexibleServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Flexible Server ID
func (FlexibleServerId) String ¶
func (id FlexibleServerId) String() string
String returns a human-readable description of this Flexible Server ID
type GeoRedundantBackupEnum ¶
type GeoRedundantBackupEnum string
const ( GeoRedundantBackupEnumDisabled GeoRedundantBackupEnum = "Disabled" GeoRedundantBackupEnumEnabled GeoRedundantBackupEnum = "Enabled" )
func (*GeoRedundantBackupEnum) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *GeoRedundantBackupEnum) UnmarshalJSON(bytes []byte) error
type GetOperationResponse ¶
type HighAvailability ¶
type HighAvailability struct { Mode *HighAvailabilityMode `json:"mode,omitempty"` StandbyAvailabilityZone *string `json:"standbyAvailabilityZone,omitempty"` State *ServerHAState `json:"state,omitempty"` }
type HighAvailabilityMode ¶
type HighAvailabilityMode string
const ( HighAvailabilityModeDisabled HighAvailabilityMode = "Disabled" HighAvailabilityModeSameZone HighAvailabilityMode = "SameZone" HighAvailabilityModeZoneRedundant HighAvailabilityMode = "ZoneRedundant" )
func (*HighAvailabilityMode) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *HighAvailabilityMode) UnmarshalJSON(bytes []byte) error
type IdentityType ¶
type IdentityType string
const ( IdentityTypeNone IdentityType = "None" IdentityTypeSystemAssigned IdentityType = "SystemAssigned" IdentityTypeUserAssigned IdentityType = "UserAssigned" )
func (*IdentityType) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *IdentityType) UnmarshalJSON(bytes []byte) error
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []Server
}
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []Server
}
type ListOperationResponse ¶
type MaintenanceWindow ¶
type Network ¶
type Network struct { DelegatedSubnetResourceId *string `json:"delegatedSubnetResourceId,omitempty"` PrivateDnsZoneArmResourceId *string `json:"privateDnsZoneArmResourceId,omitempty"` PublicNetworkAccess *ServerPublicNetworkAccessState `json:"publicNetworkAccess,omitempty"` }
type ReplicationRole ¶
type ReplicationRole string
const ( ReplicationRoleAsyncReplica ReplicationRole = "AsyncReplica" ReplicationRoleGeoAsyncReplica ReplicationRole = "GeoAsyncReplica" ReplicationRoleNone ReplicationRole = "None" ReplicationRolePrimary ReplicationRole = "Primary" )
func (*ReplicationRole) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *ReplicationRole) UnmarshalJSON(bytes []byte) error
type Server ¶
type Server struct { Id *string `json:"id,omitempty"` Identity *UserAssignedIdentity `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *ServerProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ServerForUpdate ¶
type ServerForUpdate struct { Identity *UserAssignedIdentity `json:"identity,omitempty"` Properties *ServerPropertiesForUpdate `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type ServerHAState ¶
type ServerHAState string
const ( ServerHAStateCreatingStandby ServerHAState = "CreatingStandby" ServerHAStateFailingOver ServerHAState = "FailingOver" ServerHAStateHealthy ServerHAState = "Healthy" ServerHAStateNotEnabled ServerHAState = "NotEnabled" ServerHAStateRemovingStandby ServerHAState = "RemovingStandby" ServerHAStateReplicatingData ServerHAState = "ReplicatingData" )
func (*ServerHAState) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *ServerHAState) UnmarshalJSON(bytes []byte) error
type ServerOperationPredicate ¶
func (ServerOperationPredicate) Matches ¶
func (p ServerOperationPredicate) Matches(input Server) bool
type ServerProperties ¶
type ServerProperties struct { AdministratorLogin *string `json:"administratorLogin,omitempty"` AdministratorLoginPassword *string `json:"administratorLoginPassword,omitempty"` AuthConfig *AuthConfig `json:"authConfig,omitempty"` AvailabilityZone *string `json:"availabilityZone,omitempty"` Backup *Backup `json:"backup,omitempty"` CreateMode *CreateMode `json:"createMode,omitempty"` DataEncryption *DataEncryption `json:"dataEncryption,omitempty"` FullyQualifiedDomainName *string `json:"fullyQualifiedDomainName,omitempty"` HighAvailability *HighAvailability `json:"highAvailability,omitempty"` MaintenanceWindow *MaintenanceWindow `json:"maintenanceWindow,omitempty"` MinorVersion *string `json:"minorVersion,omitempty"` Network *Network `json:"network,omitempty"` PointInTimeUTC *string `json:"pointInTimeUTC,omitempty"` ReplicaCapacity *int64 `json:"replicaCapacity,omitempty"` ReplicationRole *ReplicationRole `json:"replicationRole,omitempty"` SourceServerResourceId *string `json:"sourceServerResourceId,omitempty"` State *ServerState `json:"state,omitempty"` Storage *Storage `json:"storage,omitempty"` Version *ServerVersion `json:"version,omitempty"` }
func (*ServerProperties) GetPointInTimeUTCAsTime ¶
func (o *ServerProperties) GetPointInTimeUTCAsTime() (*time.Time, error)
func (*ServerProperties) SetPointInTimeUTCAsTime ¶
func (o *ServerProperties) SetPointInTimeUTCAsTime(input time.Time)
type ServerPropertiesForUpdate ¶
type ServerPropertiesForUpdate struct { AdministratorLoginPassword *string `json:"administratorLoginPassword,omitempty"` AuthConfig *AuthConfig `json:"authConfig,omitempty"` Backup *Backup `json:"backup,omitempty"` CreateMode *CreateModeForUpdate `json:"createMode,omitempty"` DataEncryption *DataEncryption `json:"dataEncryption,omitempty"` HighAvailability *HighAvailability `json:"highAvailability,omitempty"` MaintenanceWindow *MaintenanceWindow `json:"maintenanceWindow,omitempty"` ReplicationRole *ReplicationRole `json:"replicationRole,omitempty"` Storage *Storage `json:"storage,omitempty"` Version *ServerVersion `json:"version,omitempty"` }
type ServerPublicNetworkAccessState ¶
type ServerPublicNetworkAccessState string
const ( ServerPublicNetworkAccessStateDisabled ServerPublicNetworkAccessState = "Disabled" ServerPublicNetworkAccessStateEnabled ServerPublicNetworkAccessState = "Enabled" )
func (*ServerPublicNetworkAccessState) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *ServerPublicNetworkAccessState) UnmarshalJSON(bytes []byte) error
type ServerState ¶
type ServerState string
const ( ServerStateDisabled ServerState = "Disabled" ServerStateDropping ServerState = "Dropping" ServerStateReady ServerState = "Ready" ServerStateStarting ServerState = "Starting" ServerStateStopped ServerState = "Stopped" ServerStateStopping ServerState = "Stopping" ServerStateUpdating ServerState = "Updating" )
func (*ServerState) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *ServerState) UnmarshalJSON(bytes []byte) error
type ServerVersion ¶
type ServerVersion string
const ( ServerVersionOneFour ServerVersion = "14" ServerVersionOneOne ServerVersion = "11" ServerVersionOneThree ServerVersion = "13" ServerVersionOneTwo ServerVersion = "12" )
func (*ServerVersion) UnmarshalJSON ¶ added in v0.20230809.1081239
func (s *ServerVersion) UnmarshalJSON(bytes []byte) error
type ServersClient ¶
type ServersClient struct {
Client *resourcemanager.Client
}
func NewServersClientWithBaseURI ¶
func NewServersClientWithBaseURI(sdkApi sdkEnv.Api) (*ServersClient, error)
func (ServersClient) Create ¶
func (c ServersClient) Create(ctx context.Context, id FlexibleServerId, input Server) (result CreateOperationResponse, err error)
Create ...
func (ServersClient) CreateThenPoll ¶
func (c ServersClient) CreateThenPoll(ctx context.Context, id FlexibleServerId, input Server) error
CreateThenPoll performs Create then polls until it's completed
func (ServersClient) Delete ¶
func (c ServersClient) Delete(ctx context.Context, id FlexibleServerId) (result DeleteOperationResponse, err error)
Delete ...
func (ServersClient) DeleteThenPoll ¶
func (c ServersClient) DeleteThenPoll(ctx context.Context, id FlexibleServerId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ServersClient) Get ¶
func (c ServersClient) Get(ctx context.Context, id FlexibleServerId) (result GetOperationResponse, err error)
Get ...
func (ServersClient) List ¶
func (c ServersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
List ...
func (ServersClient) ListByResourceGroup ¶
func (c ServersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ServersClient) ListByResourceGroupComplete ¶
func (c ServersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (ServersClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c ServersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ServerOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ServersClient) ListComplete ¶
func (c ServersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ServersClient) ListCompleteMatchingPredicate ¶
func (c ServersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ServerOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ServersClient) Update ¶
func (c ServersClient) Update(ctx context.Context, id FlexibleServerId, input ServerForUpdate) (result UpdateOperationResponse, err error)
Update ...
func (ServersClient) UpdateThenPoll ¶
func (c ServersClient) UpdateThenPoll(ctx context.Context, id FlexibleServerId, input ServerForUpdate) error
UpdateThenPoll performs Update then polls until it's completed
type UpdateOperationResponse ¶
type UserAssignedIdentity ¶
type UserAssignedIdentity struct { Type IdentityType `json:"type"` UserAssignedIdentities *map[string]UserIdentity `json:"userAssignedIdentities,omitempty"` }
type UserIdentity ¶
Source Files ¶
- client.go
- constants.go
- id_flexibleserver.go
- method_create.go
- method_delete.go
- method_get.go
- method_list.go
- method_listbyresourcegroup.go
- method_update.go
- model_authconfig.go
- model_backup.go
- model_dataencryption.go
- model_highavailability.go
- model_maintenancewindow.go
- model_network.go
- model_server.go
- model_serverforupdate.go
- model_serverproperties.go
- model_serverpropertiesforupdate.go
- model_sku.go
- model_storage.go
- model_userassignedidentity.go
- model_useridentity.go
- predicates.go
- version.go