Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- type CreateOrUpdateOperationResponse
- type GetOperationResponse
- type ListByManagedInstanceCompleteResult
- type ListByManagedInstanceOperationResponse
- type ManagedInstanceDtc
- type ManagedInstanceDtcOperationPredicate
- type ManagedInstanceDtcProperties
- type ManagedInstanceDtcSecuritySettings
- type ManagedInstanceDtcTransactionManagerCommunicationSettings
- type ManagedInstanceDtcsClient
- func (c ManagedInstanceDtcsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedInstanceDtcsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId, ...) error
- func (c ManagedInstanceDtcsClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
- func (c ManagedInstanceDtcsClient) ListByManagedInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByManagedInstanceOperationResponse, err error)
- func (c ManagedInstanceDtcsClient) ListByManagedInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByManagedInstanceCompleteResult, error)
- func (c ManagedInstanceDtcsClient) ListByManagedInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result ListByManagedInstanceCompleteResult, err error)
- type ProvisioningState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedInstanceDtc }
type ListByManagedInstanceCompleteResult ¶
type ListByManagedInstanceCompleteResult struct { LatestHttpResponse *http.Response Items []ManagedInstanceDtc }
type ListByManagedInstanceOperationResponse ¶
type ListByManagedInstanceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedInstanceDtc }
type ManagedInstanceDtc ¶
type ManagedInstanceDtc struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagedInstanceDtcProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedInstanceDtcOperationPredicate ¶
func (ManagedInstanceDtcOperationPredicate) Matches ¶
func (p ManagedInstanceDtcOperationPredicate) Matches(input ManagedInstanceDtc) bool
type ManagedInstanceDtcProperties ¶
type ManagedInstanceDtcProperties struct { DtcEnabled *bool `json:"dtcEnabled,omitempty"` DtcHostNameDnsSuffix *string `json:"dtcHostNameDnsSuffix,omitempty"` ExternalDnsSuffixSearchList *[]string `json:"externalDnsSuffixSearchList,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` SecuritySettings *ManagedInstanceDtcSecuritySettings `json:"securitySettings,omitempty"` }
type ManagedInstanceDtcSecuritySettings ¶
type ManagedInstanceDtcSecuritySettings struct { SnaLu6point2TransactionsEnabled *bool `json:"snaLu6point2TransactionsEnabled,omitempty"` TransactionManagerCommunicationSettings *ManagedInstanceDtcTransactionManagerCommunicationSettings `json:"transactionManagerCommunicationSettings,omitempty"` XaTransactionsDefaultTimeout *int64 `json:"xaTransactionsDefaultTimeout,omitempty"` XaTransactionsEnabled *bool `json:"xaTransactionsEnabled,omitempty"` XaTransactionsMaximumTimeout *int64 `json:"xaTransactionsMaximumTimeout,omitempty"` }
type ManagedInstanceDtcsClient ¶
type ManagedInstanceDtcsClient struct {
Client *resourcemanager.Client
}
func NewManagedInstanceDtcsClientWithBaseURI ¶
func NewManagedInstanceDtcsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstanceDtcsClient, error)
func (ManagedInstanceDtcsClient) CreateOrUpdate ¶
func (c ManagedInstanceDtcsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, input ManagedInstanceDtc) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedInstanceDtcsClient) CreateOrUpdateThenPoll ¶
func (c ManagedInstanceDtcsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId, input ManagedInstanceDtc) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedInstanceDtcsClient) Get ¶
func (c ManagedInstanceDtcsClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
Get ...
func (ManagedInstanceDtcsClient) ListByManagedInstance ¶
func (c ManagedInstanceDtcsClient) ListByManagedInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByManagedInstanceOperationResponse, err error)
ListByManagedInstance ...
func (ManagedInstanceDtcsClient) ListByManagedInstanceComplete ¶
func (c ManagedInstanceDtcsClient) ListByManagedInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByManagedInstanceCompleteResult, error)
ListByManagedInstanceComplete retrieves all the results into a single object
func (ManagedInstanceDtcsClient) ListByManagedInstanceCompleteMatchingPredicate ¶
func (c ManagedInstanceDtcsClient) ListByManagedInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, predicate ManagedInstanceDtcOperationPredicate) (result ListByManagedInstanceCompleteResult, err error)
ListByManagedInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateCreated ProvisioningState = "Created" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateInProgress ProvisioningState = "InProgress" ProvisioningStateSucceeded ProvisioningState = "Succeeded" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.