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 ExternalFQDNResponse struct + Value *[]FQDNEndpoints + type FQDNEndpoint struct + DomainName *string + EndpointDetails *[]FQDNEndpointDetail + type FQDNEndpointDetail struct + Port *int64 + type FQDNEndpoints struct + Properties *FQDNEndpointsProperties + type FQDNEndpointsProperties struct + Category *string + Endpoints *[]FQDNEndpoint + type OutboundNetworkDependenciesEndpointsClient struct + Client *resourcemanager.Client + func NewOutboundNetworkDependenciesEndpointsClientWithBaseURI(sdkApi sdkEnv.Api) (*OutboundNetworkDependenciesEndpointsClient, error) + func (c OutboundNetworkDependenciesEndpointsClient) WorkspacesListOutboundNetworkDependenciesEndpoints(ctx context.Context, id WorkspaceId) (result WorkspacesListOutboundNetworkDependenciesEndpointsOperationResponse, ...) + 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 + type WorkspacesListOutboundNetworkDependenciesEndpointsOperationResponse struct + HttpResponse *http.Response + Model *ExternalFQDNResponse + OData *odata.OData