Documentation ¶
Index ¶
- func ValidateIntegrationRuntimeID(input interface{}, key string) (warnings []string, errors []error)
- type IntegrationRuntimeId
- type IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
- type IntegrationRuntimeOutboundNetworkDependenciesEndpoint
- type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
- type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
- type IntegrationRuntimesClient
- type ListOutboundNetworkDependenciesEndpointsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 IntegrationRuntimeId ¶
type IntegrationRuntimeId struct { SubscriptionId string ResourceGroupName string WorkspaceName string IntegrationRuntimeName string }
IntegrationRuntimeId is a struct representing the Resource ID for a Integration Runtime
func NewIntegrationRuntimeID ¶
func NewIntegrationRuntimeID(subscriptionId string, resourceGroupName string, workspaceName 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) FromParseResult ¶
func (id *IntegrationRuntimeId) FromParseResult(input resourceids.ParseResult) error
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 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 IntegrationRuntimesClient ¶
type IntegrationRuntimesClient struct {
Client *resourcemanager.Client
}
func NewIntegrationRuntimesClientWithBaseURI ¶
func NewIntegrationRuntimesClientWithBaseURI(sdkApi sdkEnv.Api) (*IntegrationRuntimesClient, error)
func (IntegrationRuntimesClient) ListOutboundNetworkDependenciesEndpoints ¶
func (c IntegrationRuntimesClient) ListOutboundNetworkDependenciesEndpoints(ctx context.Context, id IntegrationRuntimeId) (result ListOutboundNetworkDependenciesEndpointsOperationResponse, err error)
ListOutboundNetworkDependenciesEndpoints ...
type ListOutboundNetworkDependenciesEndpointsOperationResponse ¶
type ListOutboundNetworkDependenciesEndpointsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse }
Source Files ¶
- client.go
- id_integrationruntime.go
- method_listoutboundnetworkdependenciesendpoints.go
- model_integrationruntimeoutboundnetworkdependenciescategoryendpoint.go
- model_integrationruntimeoutboundnetworkdependenciesendpoint.go
- model_integrationruntimeoutboundnetworkdependenciesendpointdetails.go
- model_integrationruntimeoutboundnetworkdependenciesendpointsresponse.go
- version.go