Documentation ¶
Index ¶
- func PossibleValuesForSkuTier() []string
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type PrivateLinkResource
- type PrivateLinkResourceListResult
- type PrivateLinkResourceProperties
- type PrivateLinkResourcesListOperationResponse
- type Sku
- type SkuTier
- type WorkspaceId
- type WorkspacePrivateLinkResourcesClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSkuTier ¶
func PossibleValuesForSkuTier() []string
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type PrivateLinkResource ¶
type PrivateLinkResource struct { Id *string `json:"id,omitempty"` Identity *identity.LegacySystemAndUserAssignedMap `json:"identity,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateLinkResourceProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateLinkResourceListResult ¶
type PrivateLinkResourceListResult struct {
Value *[]PrivateLinkResource `json:"value,omitempty"`
}
type PrivateLinkResourcesListOperationResponse ¶
type PrivateLinkResourcesListOperationResponse struct { HttpResponse *http.Response Model *PrivateLinkResourceListResult }
type WorkspaceId ¶
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID
type WorkspacePrivateLinkResourcesClient ¶
type WorkspacePrivateLinkResourcesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewWorkspacePrivateLinkResourcesClientWithBaseURI ¶
func NewWorkspacePrivateLinkResourcesClientWithBaseURI(endpoint string) WorkspacePrivateLinkResourcesClient
func (WorkspacePrivateLinkResourcesClient) PrivateLinkResourcesList ¶
func (c WorkspacePrivateLinkResourcesClient) PrivateLinkResourcesList(ctx context.Context, id WorkspaceId) (result PrivateLinkResourcesListOperationResponse, err error)
PrivateLinkResourcesList ...
Click to show internal directories.
Click to hide internal directories.