Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type EndpointDependency struct + DomainName *string + EndpointDetails *[]EndpointDetail + type EndpointDetail struct + IPAddress *string + IsAccessible *bool + Latency *float64 + Port *int64 + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]OutboundEnvironmentEndpoint + OData *odata.OData + type OutboundEnvironmentEndpoint struct + Category *string + Endpoints *[]EndpointDependency + type OutboundNetworkDependenciesEndpointsClient struct + Client *resourcemanager.Client + func NewOutboundNetworkDependenciesEndpointsClientWithBaseURI(sdkApi sdkEnv.Api) (*OutboundNetworkDependenciesEndpointsClient, error) + func (c OutboundNetworkDependenciesEndpointsClient) List(ctx context.Context, id WorkspaceId) (result ListOperationResponse, err error) + type WorkspaceId struct + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId + func ParseWorkspaceID(input string) (*WorkspaceId, error) + func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error) + func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceId) ID() string + func (id WorkspaceId) Segments() []resourceids.Segment + func (id WorkspaceId) String() string