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 ValidatePrivateLinkScopeID(input interface{}, key string) (warnings []string, errors []error) + type AzureMonitorPrivateLinkScope struct + Id *string + Location string + Name *string + Properties AzureMonitorPrivateLinkScopeProperties + Tags *map[string]string + Type *string + type AzureMonitorPrivateLinkScopeOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p AzureMonitorPrivateLinkScopeOperationPredicate) Matches(input AzureMonitorPrivateLinkScope) bool + type AzureMonitorPrivateLinkScopeProperties struct + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpointProperty + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionStateProperty + ProvisioningState *string + type PrivateEndpointProperty struct + Id *string + type PrivateLinkScopeId struct + PrivateLinkScopeName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkScopeID(subscriptionId string, resourceGroupName string, privateLinkScopeName string) PrivateLinkScopeId + func ParsePrivateLinkScopeID(input string) (*PrivateLinkScopeId, error) + func ParsePrivateLinkScopeIDInsensitively(input string) (*PrivateLinkScopeId, error) + func (id *PrivateLinkScopeId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkScopeId) ID() string + func (id PrivateLinkScopeId) Segments() []resourceids.Segment + func (id PrivateLinkScopeId) String() string + type PrivateLinkScopesAPIsClient struct + Client *resourcemanager.Client + func NewPrivateLinkScopesAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkScopesAPIsClient, error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesCreateOrUpdate(ctx context.Context, id PrivateLinkScopeId, input AzureMonitorPrivateLinkScope) (result PrivateLinkScopesCreateOrUpdateOperationResponse, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesDelete(ctx context.Context, id PrivateLinkScopeId) (result PrivateLinkScopesDeleteOperationResponse, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesDeleteThenPoll(ctx context.Context, id PrivateLinkScopeId) error + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesGet(ctx context.Context, id PrivateLinkScopeId) (result PrivateLinkScopesGetOperationResponse, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesList(ctx context.Context, id commonids.SubscriptionId) (result PrivateLinkScopesListOperationResponse, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result PrivateLinkScopesListByResourceGroupOperationResponse, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (PrivateLinkScopesListByResourceGroupCompleteResult, error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result PrivateLinkScopesListByResourceGroupCompleteResult, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesListComplete(ctx context.Context, id commonids.SubscriptionId) (PrivateLinkScopesListCompleteResult, error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result PrivateLinkScopesListCompleteResult, err error) + func (c PrivateLinkScopesAPIsClient) PrivateLinkScopesUpdateTags(ctx context.Context, id PrivateLinkScopeId, input TagsResource) (result PrivateLinkScopesUpdateTagsOperationResponse, err error) + type PrivateLinkScopesCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureMonitorPrivateLinkScope + OData *odata.OData + type PrivateLinkScopesDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type PrivateLinkScopesGetOperationResponse struct + HttpResponse *http.Response + Model *AzureMonitorPrivateLinkScope + OData *odata.OData + type PrivateLinkScopesListByResourceGroupCompleteResult struct + Items []AzureMonitorPrivateLinkScope + LatestHttpResponse *http.Response + type PrivateLinkScopesListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *PrivateLinkScopesListByResourceGroupCustomPager) NextPageLink() *odata.Link + type PrivateLinkScopesListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]AzureMonitorPrivateLinkScope + OData *odata.OData + type PrivateLinkScopesListCompleteResult struct + Items []AzureMonitorPrivateLinkScope + LatestHttpResponse *http.Response + type PrivateLinkScopesListCustomPager struct + NextLink *odata.Link + func (p *PrivateLinkScopesListCustomPager) NextPageLink() *odata.Link + type PrivateLinkScopesListOperationResponse struct + HttpResponse *http.Response + Model *[]AzureMonitorPrivateLinkScope + OData *odata.OData + type PrivateLinkScopesUpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *AzureMonitorPrivateLinkScope + OData *odata.OData + type PrivateLinkServiceConnectionStateProperty struct + ActionsRequired *string + Description string + Status string + type TagsResource struct + Tags *map[string]string