README ¶
github.com/hashicorp/go-azure-sdk/resource-manager/datamigration/2018-04-19/connecttotargetsqlmisynctasks
Documentation
The connecttotargetsqlmisynctasks
SDK allows for interaction with the Azure Resource Manager Service datamigration
(API Version 2018-04-19
).
This readme covers example usages, but further information on using this SDK can be found in the project root.
Import Path
import "github.com/hashicorp/go-azure-sdk/resource-manager/datamigration/2018-04-19/connecttotargetsqlmisynctasks"
Client Initialization
client := connecttotargetsqlmisynctasks.NewConnectToTargetSqlMiSyncTasksClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer
Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectToTargetSqlMiSyncTasksClient ¶
type ConnectToTargetSqlMiSyncTasksClient struct {
Client *resourcemanager.Client
}
func NewConnectToTargetSqlMiSyncTasksClientWithBaseURI ¶
func NewConnectToTargetSqlMiSyncTasksClientWithBaseURI(sdkApi sdkEnv.Api) (*ConnectToTargetSqlMiSyncTasksClient, error)
type ConnectionInfo ¶
type ConnectionInfo interface { }
type MiSqlConnectionInfo ¶
type MiSqlConnectionInfo struct { ManagedInstanceResourceId string `json:"managedInstanceResourceId"` // Fields inherited from ConnectionInfo Password *string `json:"password,omitempty"` UserName *string `json:"userName,omitempty"` }
func (MiSqlConnectionInfo) MarshalJSON ¶
func (s MiSqlConnectionInfo) MarshalJSON() ([]byte, error)
type RawConnectionInfoImpl ¶
RawConnectionInfoImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
Click to show internal directories.
Click to hide internal directories.