Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqlDbService ¶
type SqlDbService interface {
ConnectionString(ctx context.Context, subId, rgName, serverName string, dbName string) (string, error)
}
SqlDbService is the interface for the SqlDbService
func NewSqlDbService ¶
func NewSqlDbService( accountCreds account.SubscriptionCredentialProvider, options *arm.ClientOptions, ) (SqlDbService, error)
NewSqlDbService creates a new instance of the SqlDbService
Click to show internal directories.
Click to hide internal directories.