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 ValidateResourceManagementPrivateLinkID(input interface{}, key string) (warnings []string, errors []error) + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ResourceManagementPrivateLink + OData *odata.OData + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *ResourceManagementPrivateLinkListResult + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *ResourceManagementPrivateLinkListResult + OData *odata.OData + type PutOperationResponse struct + HttpResponse *http.Response + Model *ResourceManagementPrivateLink + OData *odata.OData + type ResourceManagementPrivateLink struct + Id *string + Location *string + Name *string + Properties *ResourceManagementPrivateLinkEndpointConnections + Type *string + type ResourceManagementPrivateLinkClient struct + Client *resourcemanager.Client + func NewResourceManagementPrivateLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*ResourceManagementPrivateLinkClient, error) + func (c ResourceManagementPrivateLinkClient) Delete(ctx context.Context, id ResourceManagementPrivateLinkId) (result DeleteOperationResponse, err error) + func (c ResourceManagementPrivateLinkClient) Get(ctx context.Context, id ResourceManagementPrivateLinkId) (result GetOperationResponse, err error) + func (c ResourceManagementPrivateLinkClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ResourceManagementPrivateLinkClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c ResourceManagementPrivateLinkClient) Put(ctx context.Context, id ResourceManagementPrivateLinkId, ...) (result PutOperationResponse, err error) + type ResourceManagementPrivateLinkEndpointConnections struct + PrivateEndpointConnections *[]string + type ResourceManagementPrivateLinkId struct + ResourceGroupName string + ResourceManagementPrivateLinkName string + SubscriptionId string + func NewResourceManagementPrivateLinkID(subscriptionId string, resourceGroupName string, ...) ResourceManagementPrivateLinkId + func ParseResourceManagementPrivateLinkID(input string) (*ResourceManagementPrivateLinkId, error) + func ParseResourceManagementPrivateLinkIDInsensitively(input string) (*ResourceManagementPrivateLinkId, error) + func (id *ResourceManagementPrivateLinkId) FromParseResult(input resourceids.ParseResult) error + func (id ResourceManagementPrivateLinkId) ID() string + func (id ResourceManagementPrivateLinkId) Segments() []resourceids.Segment + func (id ResourceManagementPrivateLinkId) String() string + type ResourceManagementPrivateLinkListResult struct + Value *[]ResourceManagementPrivateLink + type ResourceManagementPrivateLinkLocation struct + Location *string