Documentation ¶
Index ¶
- func PossibleValuesForIntegrationRuntimeAuthKeyName() []string
- func PossibleValuesForIntegrationRuntimeAutoUpdate() []string
- func PossibleValuesForIntegrationRuntimeState() []string
- func PossibleValuesForIntegrationRuntimeType() []string
- func ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateIntegrationRuntimeID(input interface{}, key string) (warnings []string, errors []error)
- type CreateLinkedIntegrationRuntimeOperationResponse
- type CreateLinkedIntegrationRuntimeRequest
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type FactoryId
- type GetConnectionInfoOperationResponse
- type GetMonitoringDataOperationResponse
- type GetOperationOptions
- type GetOperationResponse
- type GetStatusOperationResponse
- type IntegrationRuntime
- type IntegrationRuntimeAuthKeyName
- type IntegrationRuntimeAuthKeys
- type IntegrationRuntimeAutoUpdate
- type IntegrationRuntimeConnectionInfo
- type IntegrationRuntimeId
- type IntegrationRuntimeMonitoringData
- type IntegrationRuntimeNodeMonitoringData
- type IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
- type IntegrationRuntimeOutboundNetworkDependenciesEndpoint
- type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
- type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
- type IntegrationRuntimeRegenerateKeyParameters
- type IntegrationRuntimeResource
- type IntegrationRuntimeResourceOperationPredicate
- type IntegrationRuntimeState
- type IntegrationRuntimeStatus
- type IntegrationRuntimeStatusResponse
- type IntegrationRuntimeType
- type IntegrationRuntimesClient
- func (c IntegrationRuntimesClient) CreateLinkedIntegrationRuntime(ctx context.Context, id IntegrationRuntimeId, ...) (result CreateLinkedIntegrationRuntimeOperationResponse, err error)
- func (c IntegrationRuntimesClient) CreateOrUpdate(ctx context.Context, id IntegrationRuntimeId, input IntegrationRuntimeResource, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c IntegrationRuntimesClient) Delete(ctx context.Context, id IntegrationRuntimeId) (result DeleteOperationResponse, err error)
- func (c IntegrationRuntimesClient) Get(ctx context.Context, id IntegrationRuntimeId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c IntegrationRuntimesClient) GetConnectionInfo(ctx context.Context, id IntegrationRuntimeId) (result GetConnectionInfoOperationResponse, err error)
- func (c IntegrationRuntimesClient) GetMonitoringData(ctx context.Context, id IntegrationRuntimeId) (result GetMonitoringDataOperationResponse, err error)
- func (c IntegrationRuntimesClient) GetStatus(ctx context.Context, id IntegrationRuntimeId) (result GetStatusOperationResponse, err error)
- func (c IntegrationRuntimesClient) ListAuthKeys(ctx context.Context, id IntegrationRuntimeId) (result ListAuthKeysOperationResponse, err error)
- func (c IntegrationRuntimesClient) ListByFactory(ctx context.Context, id FactoryId) (result ListByFactoryOperationResponse, err error)
- func (c IntegrationRuntimesClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
- func (c IntegrationRuntimesClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, ...) (result ListByFactoryCompleteResult, err error)
- func (c IntegrationRuntimesClient) ListOutboundNetworkDependenciesEndpoints(ctx context.Context, id IntegrationRuntimeId) (result ListOutboundNetworkDependenciesEndpointsOperationResponse, err error)
- func (c IntegrationRuntimesClient) RegenerateAuthKey(ctx context.Context, id IntegrationRuntimeId, ...) (result RegenerateAuthKeyOperationResponse, err error)
- func (c IntegrationRuntimesClient) RemoveLinks(ctx context.Context, id IntegrationRuntimeId, ...) (result RemoveLinksOperationResponse, err error)
- func (c IntegrationRuntimesClient) Start(ctx context.Context, id IntegrationRuntimeId) (result StartOperationResponse, err error)
- func (c IntegrationRuntimesClient) StartThenPoll(ctx context.Context, id IntegrationRuntimeId) error
- func (c IntegrationRuntimesClient) Stop(ctx context.Context, id IntegrationRuntimeId) (result StopOperationResponse, err error)
- func (c IntegrationRuntimesClient) StopThenPoll(ctx context.Context, id IntegrationRuntimeId) error
- func (c IntegrationRuntimesClient) SyncCredentials(ctx context.Context, id IntegrationRuntimeId) (result SyncCredentialsOperationResponse, err error)
- func (c IntegrationRuntimesClient) Update(ctx context.Context, id IntegrationRuntimeId, ...) (result UpdateOperationResponse, err error)
- func (c IntegrationRuntimesClient) Upgrade(ctx context.Context, id IntegrationRuntimeId) (result UpgradeOperationResponse, err error)
- type LinkedIntegrationRuntimeRequest
- type ListAuthKeysOperationResponse
- type ListByFactoryCompleteResult
- type ListByFactoryOperationResponse
- type ListOutboundNetworkDependenciesEndpointsOperationResponse
- type RegenerateAuthKeyOperationResponse
- type RemoveLinksOperationResponse
- type StartOperationResponse
- type StopOperationResponse
- type SyncCredentialsOperationResponse
- type UpdateIntegrationRuntimeRequest
- type UpdateOperationResponse
- type UpgradeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForIntegrationRuntimeAuthKeyName ¶
func PossibleValuesForIntegrationRuntimeAuthKeyName() []string
func PossibleValuesForIntegrationRuntimeAutoUpdate ¶
func PossibleValuesForIntegrationRuntimeAutoUpdate() []string
func PossibleValuesForIntegrationRuntimeState ¶
func PossibleValuesForIntegrationRuntimeState() []string
func PossibleValuesForIntegrationRuntimeType ¶
func PossibleValuesForIntegrationRuntimeType() []string
func ValidateFactoryID ¶
ValidateFactoryID checks that 'input' can be parsed as a Factory ID
func ValidateIntegrationRuntimeID ¶
func ValidateIntegrationRuntimeID(input interface{}, key string) (warnings []string, errors []error)
ValidateIntegrationRuntimeID checks that 'input' can be parsed as a Integration Runtime ID
Types ¶
type CreateLinkedIntegrationRuntimeOperationResponse ¶
type CreateLinkedIntegrationRuntimeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeStatusResponse }
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeResource }
type DeleteOperationResponse ¶
type FactoryId ¶
FactoryId is a struct representing the Resource ID for a Factory
func NewFactoryID ¶
NewFactoryID returns a new FactoryId struct
func ParseFactoryID ¶
ParseFactoryID parses 'input' into a FactoryId
func ParseFactoryIDInsensitively ¶
ParseFactoryIDInsensitively parses 'input' case-insensitively into a FactoryId note: this method should only be used for API response data and not user input
func (FactoryId) Segments ¶
func (id FactoryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Factory ID
type GetConnectionInfoOperationResponse ¶
type GetConnectionInfoOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeConnectionInfo }
type GetMonitoringDataOperationResponse ¶
type GetMonitoringDataOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeMonitoringData }
type GetOperationOptions ¶
type GetOperationOptions struct {
IfNoneMatch *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
func (GetOperationOptions) ToHeaders ¶
func (o GetOperationOptions) ToHeaders() *client.Headers
func (GetOperationOptions) ToOData ¶
func (o GetOperationOptions) ToOData() *odata.Query
func (GetOperationOptions) ToQuery ¶
func (o GetOperationOptions) ToQuery() *client.QueryParams
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeResource }
type GetStatusOperationResponse ¶
type GetStatusOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeStatusResponse }
type IntegrationRuntime ¶
type IntegrationRuntime struct { Description *string `json:"description,omitempty"` Type IntegrationRuntimeType `json:"type"` }
type IntegrationRuntimeAuthKeyName ¶
type IntegrationRuntimeAuthKeyName string
const ( IntegrationRuntimeAuthKeyNameAuthKeyOne IntegrationRuntimeAuthKeyName = "authKey1" IntegrationRuntimeAuthKeyNameAuthKeyTwo IntegrationRuntimeAuthKeyName = "authKey2" )
func (*IntegrationRuntimeAuthKeyName) UnmarshalJSON ¶
func (s *IntegrationRuntimeAuthKeyName) UnmarshalJSON(bytes []byte) error
type IntegrationRuntimeAutoUpdate ¶
type IntegrationRuntimeAutoUpdate string
const ( IntegrationRuntimeAutoUpdateOff IntegrationRuntimeAutoUpdate = "Off" IntegrationRuntimeAutoUpdateOn IntegrationRuntimeAutoUpdate = "On" )
func (*IntegrationRuntimeAutoUpdate) UnmarshalJSON ¶
func (s *IntegrationRuntimeAutoUpdate) UnmarshalJSON(bytes []byte) error
type IntegrationRuntimeConnectionInfo ¶
type IntegrationRuntimeConnectionInfo struct { HostServiceUri *string `json:"hostServiceUri,omitempty"` IdentityCertThumbprint *string `json:"identityCertThumbprint,omitempty"` IsIdentityCertExprired *bool `json:"isIdentityCertExprired,omitempty"` PublicKey *string `json:"publicKey,omitempty"` ServiceToken *string `json:"serviceToken,omitempty"` Version *string `json:"version,omitempty"` }
type IntegrationRuntimeId ¶
type IntegrationRuntimeId struct { SubscriptionId string ResourceGroupName string FactoryName string IntegrationRuntimeName string }
IntegrationRuntimeId is a struct representing the Resource ID for a Integration Runtime
func NewIntegrationRuntimeID ¶
func NewIntegrationRuntimeID(subscriptionId string, resourceGroupName string, factoryName string, integrationRuntimeName string) IntegrationRuntimeId
NewIntegrationRuntimeID returns a new IntegrationRuntimeId struct
func ParseIntegrationRuntimeID ¶
func ParseIntegrationRuntimeID(input string) (*IntegrationRuntimeId, error)
ParseIntegrationRuntimeID parses 'input' into a IntegrationRuntimeId
func ParseIntegrationRuntimeIDInsensitively ¶
func ParseIntegrationRuntimeIDInsensitively(input string) (*IntegrationRuntimeId, error)
ParseIntegrationRuntimeIDInsensitively parses 'input' case-insensitively into a IntegrationRuntimeId note: this method should only be used for API response data and not user input
func (IntegrationRuntimeId) ID ¶
func (id IntegrationRuntimeId) ID() string
ID returns the formatted Integration Runtime ID
func (IntegrationRuntimeId) Segments ¶
func (id IntegrationRuntimeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Integration Runtime ID
func (IntegrationRuntimeId) String ¶
func (id IntegrationRuntimeId) String() string
String returns a human-readable description of this Integration Runtime ID
type IntegrationRuntimeMonitoringData ¶
type IntegrationRuntimeMonitoringData struct { Name *string `json:"name,omitempty"` Nodes *[]IntegrationRuntimeNodeMonitoringData `json:"nodes,omitempty"` }
type IntegrationRuntimeNodeMonitoringData ¶
type IntegrationRuntimeNodeMonitoringData struct { AvailableMemoryInMB *int64 `json:"availableMemoryInMB,omitempty"` ConcurrentJobsLimit *int64 `json:"concurrentJobsLimit,omitempty"` ConcurrentJobsRunning *int64 `json:"concurrentJobsRunning,omitempty"` CpuUtilization *int64 `json:"cpuUtilization,omitempty"` MaxConcurrentJobs *int64 `json:"maxConcurrentJobs,omitempty"` NodeName *string `json:"nodeName,omitempty"` ReceivedBytes *float64 `json:"receivedBytes,omitempty"` SentBytes *float64 `json:"sentBytes,omitempty"` }
type IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint ¶
type IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint struct { Category *string `json:"category,omitempty"` Endpoints *[]IntegrationRuntimeOutboundNetworkDependenciesEndpoint `json:"endpoints,omitempty"` }
type IntegrationRuntimeOutboundNetworkDependenciesEndpoint ¶
type IntegrationRuntimeOutboundNetworkDependenciesEndpoint struct { DomainName *string `json:"domainName,omitempty"` EndpointDetails *[]IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails `json:"endpointDetails,omitempty"` }
type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails ¶
type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails struct {
Port *int64 `json:"port,omitempty"`
}
type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse ¶
type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse struct {
Value *[]IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint `json:"value,omitempty"`
}
type IntegrationRuntimeRegenerateKeyParameters ¶
type IntegrationRuntimeRegenerateKeyParameters struct {
KeyName *IntegrationRuntimeAuthKeyName `json:"keyName,omitempty"`
}
type IntegrationRuntimeResource ¶
type IntegrationRuntimeResource struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties IntegrationRuntime `json:"properties"` Type *string `json:"type,omitempty"` }
type IntegrationRuntimeResourceOperationPredicate ¶
type IntegrationRuntimeResourceOperationPredicate struct { Etag *string Id *string Name *string Type *string }
func (IntegrationRuntimeResourceOperationPredicate) Matches ¶
func (p IntegrationRuntimeResourceOperationPredicate) Matches(input IntegrationRuntimeResource) bool
type IntegrationRuntimeState ¶
type IntegrationRuntimeState string
const ( IntegrationRuntimeStateAccessDenied IntegrationRuntimeState = "AccessDenied" IntegrationRuntimeStateInitial IntegrationRuntimeState = "Initial" IntegrationRuntimeStateLimited IntegrationRuntimeState = "Limited" IntegrationRuntimeStateNeedRegistration IntegrationRuntimeState = "NeedRegistration" IntegrationRuntimeStateOffline IntegrationRuntimeState = "Offline" IntegrationRuntimeStateOnline IntegrationRuntimeState = "Online" IntegrationRuntimeStateStarted IntegrationRuntimeState = "Started" IntegrationRuntimeStateStarting IntegrationRuntimeState = "Starting" IntegrationRuntimeStateStopped IntegrationRuntimeState = "Stopped" IntegrationRuntimeStateStopping IntegrationRuntimeState = "Stopping" )
func (*IntegrationRuntimeState) UnmarshalJSON ¶
func (s *IntegrationRuntimeState) UnmarshalJSON(bytes []byte) error
type IntegrationRuntimeStatus ¶
type IntegrationRuntimeStatus struct { DataFactoryName *string `json:"dataFactoryName,omitempty"` State *IntegrationRuntimeState `json:"state,omitempty"` Type IntegrationRuntimeType `json:"type"` }
type IntegrationRuntimeStatusResponse ¶
type IntegrationRuntimeStatusResponse struct { Name *string `json:"name,omitempty"` Properties IntegrationRuntimeStatus `json:"properties"` }
type IntegrationRuntimeType ¶
type IntegrationRuntimeType string
const ( IntegrationRuntimeTypeManaged IntegrationRuntimeType = "Managed" IntegrationRuntimeTypeSelfHosted IntegrationRuntimeType = "SelfHosted" )
func (*IntegrationRuntimeType) UnmarshalJSON ¶
func (s *IntegrationRuntimeType) UnmarshalJSON(bytes []byte) error
type IntegrationRuntimesClient ¶
type IntegrationRuntimesClient struct {
Client *resourcemanager.Client
}
func NewIntegrationRuntimesClientWithBaseURI ¶
func NewIntegrationRuntimesClientWithBaseURI(api environments.Api) (*IntegrationRuntimesClient, error)
func (IntegrationRuntimesClient) CreateLinkedIntegrationRuntime ¶
func (c IntegrationRuntimesClient) CreateLinkedIntegrationRuntime(ctx context.Context, id IntegrationRuntimeId, input CreateLinkedIntegrationRuntimeRequest) (result CreateLinkedIntegrationRuntimeOperationResponse, err error)
CreateLinkedIntegrationRuntime ...
func (IntegrationRuntimesClient) CreateOrUpdate ¶
func (c IntegrationRuntimesClient) CreateOrUpdate(ctx context.Context, id IntegrationRuntimeId, input IntegrationRuntimeResource, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (IntegrationRuntimesClient) Delete ¶
func (c IntegrationRuntimesClient) Delete(ctx context.Context, id IntegrationRuntimeId) (result DeleteOperationResponse, err error)
Delete ...
func (IntegrationRuntimesClient) Get ¶
func (c IntegrationRuntimesClient) Get(ctx context.Context, id IntegrationRuntimeId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (IntegrationRuntimesClient) GetConnectionInfo ¶
func (c IntegrationRuntimesClient) GetConnectionInfo(ctx context.Context, id IntegrationRuntimeId) (result GetConnectionInfoOperationResponse, err error)
GetConnectionInfo ...
func (IntegrationRuntimesClient) GetMonitoringData ¶
func (c IntegrationRuntimesClient) GetMonitoringData(ctx context.Context, id IntegrationRuntimeId) (result GetMonitoringDataOperationResponse, err error)
GetMonitoringData ...
func (IntegrationRuntimesClient) GetStatus ¶
func (c IntegrationRuntimesClient) GetStatus(ctx context.Context, id IntegrationRuntimeId) (result GetStatusOperationResponse, err error)
GetStatus ...
func (IntegrationRuntimesClient) ListAuthKeys ¶
func (c IntegrationRuntimesClient) ListAuthKeys(ctx context.Context, id IntegrationRuntimeId) (result ListAuthKeysOperationResponse, err error)
ListAuthKeys ...
func (IntegrationRuntimesClient) ListByFactory ¶
func (c IntegrationRuntimesClient) ListByFactory(ctx context.Context, id FactoryId) (result ListByFactoryOperationResponse, err error)
ListByFactory ...
func (IntegrationRuntimesClient) ListByFactoryComplete ¶
func (c IntegrationRuntimesClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
ListByFactoryComplete retrieves all the results into a single object
func (IntegrationRuntimesClient) ListByFactoryCompleteMatchingPredicate ¶
func (c IntegrationRuntimesClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, predicate IntegrationRuntimeResourceOperationPredicate) (result ListByFactoryCompleteResult, err error)
ListByFactoryCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntegrationRuntimesClient) ListOutboundNetworkDependenciesEndpoints ¶
func (c IntegrationRuntimesClient) ListOutboundNetworkDependenciesEndpoints(ctx context.Context, id IntegrationRuntimeId) (result ListOutboundNetworkDependenciesEndpointsOperationResponse, err error)
ListOutboundNetworkDependenciesEndpoints ...
func (IntegrationRuntimesClient) RegenerateAuthKey ¶
func (c IntegrationRuntimesClient) RegenerateAuthKey(ctx context.Context, id IntegrationRuntimeId, input IntegrationRuntimeRegenerateKeyParameters) (result RegenerateAuthKeyOperationResponse, err error)
RegenerateAuthKey ...
func (IntegrationRuntimesClient) RemoveLinks ¶
func (c IntegrationRuntimesClient) RemoveLinks(ctx context.Context, id IntegrationRuntimeId, input LinkedIntegrationRuntimeRequest) (result RemoveLinksOperationResponse, err error)
RemoveLinks ...
func (IntegrationRuntimesClient) Start ¶
func (c IntegrationRuntimesClient) Start(ctx context.Context, id IntegrationRuntimeId) (result StartOperationResponse, err error)
Start ...
func (IntegrationRuntimesClient) StartThenPoll ¶
func (c IntegrationRuntimesClient) StartThenPoll(ctx context.Context, id IntegrationRuntimeId) error
StartThenPoll performs Start then polls until it's completed
func (IntegrationRuntimesClient) Stop ¶
func (c IntegrationRuntimesClient) Stop(ctx context.Context, id IntegrationRuntimeId) (result StopOperationResponse, err error)
Stop ...
func (IntegrationRuntimesClient) StopThenPoll ¶
func (c IntegrationRuntimesClient) StopThenPoll(ctx context.Context, id IntegrationRuntimeId) error
StopThenPoll performs Stop then polls until it's completed
func (IntegrationRuntimesClient) SyncCredentials ¶
func (c IntegrationRuntimesClient) SyncCredentials(ctx context.Context, id IntegrationRuntimeId) (result SyncCredentialsOperationResponse, err error)
SyncCredentials ...
func (IntegrationRuntimesClient) Update ¶
func (c IntegrationRuntimesClient) Update(ctx context.Context, id IntegrationRuntimeId, input UpdateIntegrationRuntimeRequest) (result UpdateOperationResponse, err error)
Update ...
func (IntegrationRuntimesClient) Upgrade ¶
func (c IntegrationRuntimesClient) Upgrade(ctx context.Context, id IntegrationRuntimeId) (result UpgradeOperationResponse, err error)
Upgrade ...
type LinkedIntegrationRuntimeRequest ¶
type LinkedIntegrationRuntimeRequest struct {
FactoryName string `json:"factoryName"`
}
type ListAuthKeysOperationResponse ¶
type ListAuthKeysOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeAuthKeys }
type ListByFactoryCompleteResult ¶
type ListByFactoryCompleteResult struct {
Items []IntegrationRuntimeResource
}
type ListByFactoryOperationResponse ¶
type ListByFactoryOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]IntegrationRuntimeResource }
type ListOutboundNetworkDependenciesEndpointsOperationResponse ¶
type ListOutboundNetworkDependenciesEndpointsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse }
type RegenerateAuthKeyOperationResponse ¶
type RegenerateAuthKeyOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeAuthKeys }
type StartOperationResponse ¶
type StopOperationResponse ¶
type UpdateIntegrationRuntimeRequest ¶
type UpdateIntegrationRuntimeRequest struct { AutoUpdate *IntegrationRuntimeAutoUpdate `json:"autoUpdate,omitempty"` UpdateDelayOffset *string `json:"updateDelayOffset,omitempty"` }
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeResource }
Source Files ¶
- client.go
- constants.go
- id_factory.go
- id_integrationruntime.go
- method_createlinkedintegrationruntime.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_getconnectioninfo.go
- method_getmonitoringdata.go
- method_getstatus.go
- method_listauthkeys.go
- method_listbyfactory.go
- method_listoutboundnetworkdependenciesendpoints.go
- method_regenerateauthkey.go
- method_removelinks.go
- method_start.go
- method_stop.go
- method_synccredentials.go
- method_update.go
- method_upgrade.go
- model_createlinkedintegrationruntimerequest.go
- model_integrationruntime.go
- model_integrationruntimeauthkeys.go
- model_integrationruntimeconnectioninfo.go
- model_integrationruntimemonitoringdata.go
- model_integrationruntimenodemonitoringdata.go
- model_integrationruntimeoutboundnetworkdependenciescategoryendpoint.go
- model_integrationruntimeoutboundnetworkdependenciesendpoint.go
- model_integrationruntimeoutboundnetworkdependenciesendpointdetails.go
- model_integrationruntimeoutboundnetworkdependenciesendpointsresponse.go
- model_integrationruntimeregeneratekeyparameters.go
- model_integrationruntimeresource.go
- model_integrationruntimestatus.go
- model_integrationruntimestatusresponse.go
- model_linkedintegrationruntimerequest.go
- model_updateintegrationruntimerequest.go
- predicates.go
- version.go