Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CloudError
- type CloudErrorBody
- type DataControllerProperties
- type DataControllerResource
- type DataControllerUpdate
- type DataControllersClient
- type Identity
- type IdentityType
- type ODataError
- type OnPremiseProperty
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationOrigin
- type OperationsClient
- type PageOfDataControllerResource
- type PageOfDataControllerResourceIterator
- type PageOfDataControllerResourcePage
- type Plan
- type PostgresInstance
- type PostgresInstanceListResult
- type PostgresInstanceListResultIterator
- type PostgresInstanceListResultPage
- type PostgresInstanceProperties
- type PostgresInstanceUpdate
- type PostgresInstancesClient
- type ProxyResource
- type Resource
- type ResourceIdentityType
- type ResourceModelWithAllowedPropertySet
- type ResourceModelWithAllowedPropertySetIdentity
- type ResourceModelWithAllowedPropertySetPlan
- type ResourceModelWithAllowedPropertySetSku
- type ResourceSku
- type SQLManagedInstance
- type SQLManagedInstanceListResult
- type SQLManagedInstanceListResultIterator
- type SQLManagedInstanceListResultPage
- type SQLManagedInstanceProperties
- type SQLManagedInstanceUpdate
- type SQLManagedInstancesClient
- type SQLServer
- type SQLServerInstance
- type SQLServerInstanceListResult
- type SQLServerInstanceListResultIterator
- type SQLServerInstanceListResultPage
- type SQLServerInstanceProperties
- type SQLServerInstanceUpdate
- type SQLServerInstancesClient
- type SQLServerListResult
- type SQLServerListResultIterator
- type SQLServerListResultPage
- type SQLServerProperties
- type SQLServerRegistration
- type SQLServerRegistrationListResult
- type SQLServerRegistrationListResultIterator
- type SQLServerRegistrationListResultPage
- type SQLServerRegistrationProperties
- type SQLServerRegistrationUpdate
- type SQLServerRegistrationsClient
- type SQLServersClient
- type Sku
- type SkuTier
- type SystemData
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string, subscriptionID1 string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) BaseClient
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type DataControllerProperties ¶
type DataControllerProperties = original.DataControllerProperties
type DataControllerResource ¶
type DataControllerResource = original.DataControllerResource
type DataControllerUpdate ¶
type DataControllerUpdate = original.DataControllerUpdate
type DataControllersClient ¶
type DataControllersClient = original.DataControllersClient
func NewDataControllersClient ¶
func NewDataControllersClient(subscriptionID string, subscriptionID1 string) DataControllersClient
func NewDataControllersClientWithBaseURI ¶
func NewDataControllersClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) DataControllersClient
type IdentityType ¶
type IdentityType = original.IdentityType
const ( Application IdentityType = original.Application Key IdentityType = original.Key ManagedIdentity IdentityType = original.ManagedIdentity User IdentityType = original.User )
func PossibleIdentityTypeValues ¶
func PossibleIdentityTypeValues() []IdentityType
type ODataError ¶
type ODataError = original.ODataError
type OnPremiseProperty ¶
type OnPremiseProperty = original.OnPremiseProperty
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationOrigin ¶
type OperationOrigin = original.OperationOrigin
const ( OperationOriginSystem OperationOrigin = original.OperationOriginSystem OperationOriginUser OperationOrigin = original.OperationOriginUser )
func PossibleOperationOriginValues ¶
func PossibleOperationOriginValues() []OperationOrigin
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string, subscriptionID1 string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) OperationsClient
type PageOfDataControllerResource ¶
type PageOfDataControllerResource = original.PageOfDataControllerResource
type PageOfDataControllerResourceIterator ¶
type PageOfDataControllerResourceIterator = original.PageOfDataControllerResourceIterator
func NewPageOfDataControllerResourceIterator ¶
func NewPageOfDataControllerResourceIterator(page PageOfDataControllerResourcePage) PageOfDataControllerResourceIterator
type PageOfDataControllerResourcePage ¶
type PageOfDataControllerResourcePage = original.PageOfDataControllerResourcePage
func NewPageOfDataControllerResourcePage ¶
func NewPageOfDataControllerResourcePage(cur PageOfDataControllerResource, getNextPage func(context.Context, PageOfDataControllerResource) (PageOfDataControllerResource, error)) PageOfDataControllerResourcePage
type PostgresInstance ¶
type PostgresInstance = original.PostgresInstance
type PostgresInstanceListResult ¶
type PostgresInstanceListResult = original.PostgresInstanceListResult
type PostgresInstanceListResultIterator ¶
type PostgresInstanceListResultIterator = original.PostgresInstanceListResultIterator
func NewPostgresInstanceListResultIterator ¶
func NewPostgresInstanceListResultIterator(page PostgresInstanceListResultPage) PostgresInstanceListResultIterator
type PostgresInstanceListResultPage ¶
type PostgresInstanceListResultPage = original.PostgresInstanceListResultPage
func NewPostgresInstanceListResultPage ¶
func NewPostgresInstanceListResultPage(cur PostgresInstanceListResult, getNextPage func(context.Context, PostgresInstanceListResult) (PostgresInstanceListResult, error)) PostgresInstanceListResultPage
type PostgresInstanceProperties ¶
type PostgresInstanceProperties = original.PostgresInstanceProperties
type PostgresInstanceUpdate ¶
type PostgresInstanceUpdate = original.PostgresInstanceUpdate
type PostgresInstancesClient ¶
type PostgresInstancesClient = original.PostgresInstancesClient
func NewPostgresInstancesClient ¶
func NewPostgresInstancesClient(subscriptionID string, subscriptionID1 string) PostgresInstancesClient
func NewPostgresInstancesClientWithBaseURI ¶
func NewPostgresInstancesClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) PostgresInstancesClient
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const (
SystemAssigned ResourceIdentityType = original.SystemAssigned
)
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ResourceModelWithAllowedPropertySet ¶
type ResourceModelWithAllowedPropertySet = original.ResourceModelWithAllowedPropertySet
type ResourceModelWithAllowedPropertySetIdentity ¶
type ResourceModelWithAllowedPropertySetIdentity = original.ResourceModelWithAllowedPropertySetIdentity
type ResourceModelWithAllowedPropertySetPlan ¶
type ResourceModelWithAllowedPropertySetPlan = original.ResourceModelWithAllowedPropertySetPlan
type ResourceModelWithAllowedPropertySetSku ¶
type ResourceModelWithAllowedPropertySetSku = original.ResourceModelWithAllowedPropertySetSku
type ResourceSku ¶
type ResourceSku = original.ResourceSku
type SQLManagedInstance ¶
type SQLManagedInstance = original.SQLManagedInstance
type SQLManagedInstanceListResult ¶
type SQLManagedInstanceListResult = original.SQLManagedInstanceListResult
type SQLManagedInstanceListResultIterator ¶
type SQLManagedInstanceListResultIterator = original.SQLManagedInstanceListResultIterator
func NewSQLManagedInstanceListResultIterator ¶
func NewSQLManagedInstanceListResultIterator(page SQLManagedInstanceListResultPage) SQLManagedInstanceListResultIterator
type SQLManagedInstanceListResultPage ¶
type SQLManagedInstanceListResultPage = original.SQLManagedInstanceListResultPage
func NewSQLManagedInstanceListResultPage ¶
func NewSQLManagedInstanceListResultPage(cur SQLManagedInstanceListResult, getNextPage func(context.Context, SQLManagedInstanceListResult) (SQLManagedInstanceListResult, error)) SQLManagedInstanceListResultPage
type SQLManagedInstanceProperties ¶
type SQLManagedInstanceProperties = original.SQLManagedInstanceProperties
type SQLManagedInstanceUpdate ¶
type SQLManagedInstanceUpdate = original.SQLManagedInstanceUpdate
type SQLManagedInstancesClient ¶
type SQLManagedInstancesClient = original.SQLManagedInstancesClient
func NewSQLManagedInstancesClient ¶
func NewSQLManagedInstancesClient(subscriptionID string, subscriptionID1 string) SQLManagedInstancesClient
func NewSQLManagedInstancesClientWithBaseURI ¶
func NewSQLManagedInstancesClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) SQLManagedInstancesClient
type SQLServerInstance ¶
type SQLServerInstance = original.SQLServerInstance
type SQLServerInstanceListResult ¶
type SQLServerInstanceListResult = original.SQLServerInstanceListResult
type SQLServerInstanceListResultIterator ¶
type SQLServerInstanceListResultIterator = original.SQLServerInstanceListResultIterator
func NewSQLServerInstanceListResultIterator ¶
func NewSQLServerInstanceListResultIterator(page SQLServerInstanceListResultPage) SQLServerInstanceListResultIterator
type SQLServerInstanceListResultPage ¶
type SQLServerInstanceListResultPage = original.SQLServerInstanceListResultPage
func NewSQLServerInstanceListResultPage ¶
func NewSQLServerInstanceListResultPage(cur SQLServerInstanceListResult, getNextPage func(context.Context, SQLServerInstanceListResult) (SQLServerInstanceListResult, error)) SQLServerInstanceListResultPage
type SQLServerInstanceProperties ¶
type SQLServerInstanceProperties = original.SQLServerInstanceProperties
type SQLServerInstanceUpdate ¶
type SQLServerInstanceUpdate = original.SQLServerInstanceUpdate
type SQLServerInstancesClient ¶
type SQLServerInstancesClient = original.SQLServerInstancesClient
func NewSQLServerInstancesClient ¶
func NewSQLServerInstancesClient(subscriptionID string, subscriptionID1 string) SQLServerInstancesClient
func NewSQLServerInstancesClientWithBaseURI ¶
func NewSQLServerInstancesClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) SQLServerInstancesClient
type SQLServerListResult ¶
type SQLServerListResult = original.SQLServerListResult
type SQLServerListResultIterator ¶
type SQLServerListResultIterator = original.SQLServerListResultIterator
func NewSQLServerListResultIterator ¶
func NewSQLServerListResultIterator(page SQLServerListResultPage) SQLServerListResultIterator
type SQLServerListResultPage ¶
type SQLServerListResultPage = original.SQLServerListResultPage
func NewSQLServerListResultPage ¶
func NewSQLServerListResultPage(cur SQLServerListResult, getNextPage func(context.Context, SQLServerListResult) (SQLServerListResult, error)) SQLServerListResultPage
type SQLServerProperties ¶
type SQLServerProperties = original.SQLServerProperties
type SQLServerRegistration ¶
type SQLServerRegistration = original.SQLServerRegistration
type SQLServerRegistrationListResult ¶
type SQLServerRegistrationListResult = original.SQLServerRegistrationListResult
type SQLServerRegistrationListResultIterator ¶
type SQLServerRegistrationListResultIterator = original.SQLServerRegistrationListResultIterator
func NewSQLServerRegistrationListResultIterator ¶
func NewSQLServerRegistrationListResultIterator(page SQLServerRegistrationListResultPage) SQLServerRegistrationListResultIterator
type SQLServerRegistrationListResultPage ¶
type SQLServerRegistrationListResultPage = original.SQLServerRegistrationListResultPage
func NewSQLServerRegistrationListResultPage ¶
func NewSQLServerRegistrationListResultPage(cur SQLServerRegistrationListResult, getNextPage func(context.Context, SQLServerRegistrationListResult) (SQLServerRegistrationListResult, error)) SQLServerRegistrationListResultPage
type SQLServerRegistrationProperties ¶
type SQLServerRegistrationProperties = original.SQLServerRegistrationProperties
type SQLServerRegistrationUpdate ¶
type SQLServerRegistrationUpdate = original.SQLServerRegistrationUpdate
type SQLServerRegistrationsClient ¶
type SQLServerRegistrationsClient = original.SQLServerRegistrationsClient
func NewSQLServerRegistrationsClient ¶
func NewSQLServerRegistrationsClient(subscriptionID string, subscriptionID1 string) SQLServerRegistrationsClient
func NewSQLServerRegistrationsClientWithBaseURI ¶
func NewSQLServerRegistrationsClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) SQLServerRegistrationsClient
type SQLServersClient ¶
type SQLServersClient = original.SQLServersClient
func NewSQLServersClient ¶
func NewSQLServersClient(subscriptionID string, subscriptionID1 string) SQLServersClient
func NewSQLServersClientWithBaseURI ¶
func NewSQLServersClientWithBaseURI(baseURI string, subscriptionID string, subscriptionID1 string) SQLServersClient
type SystemData ¶
type SystemData = original.SystemData
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.