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 PossibleValuesForAccessMode() []string + func PossibleValuesForPrivateEndpointConnectionProvisioningState() []string + func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string + func ValidatePrivateLinkScopeID(input interface{}, key string) (warnings []string, errors []error) + type AccessMode string + const AccessModeOpen + const AccessModePrivateOnly + func (s *AccessMode) UnmarshalJSON(bytes []byte) error + type AccessModeSettings struct + Exclusions *[]AccessModeSettingsExclusion + IngestionAccessMode AccessMode + QueryAccessMode AccessMode + type AccessModeSettingsExclusion struct + IngestionAccessMode *AccessMode + PrivateEndpointConnectionName *string + QueryAccessMode *AccessMode + type AzureMonitorPrivateLinkScope struct + Id *string + Location string + Name *string + Properties AzureMonitorPrivateLinkScopeProperties + SystemData *systemdata.SystemData + 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 + AccessModeSettings AccessModeSettings + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState + ProvisioningState *PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func (s *PrivateEndpointConnectionProvisioningState) UnmarshalJSON(bytes []byte) error + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func (s *PrivateEndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error + 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 PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *PrivateEndpointServiceConnectionStatus + type TagsResource struct + Tags *map[string]string