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 PossibleValuesForNotificationName() []string + func ValidateNotificationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNotificationNotificationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNotificationRecipientEmailID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRecipientEmailID(input interface{}, key string) (warnings []string, errors []error) + type CheckEntityExistsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *RecipientEmailContract + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ListByNotificationCompleteResult struct + Items []RecipientEmailContract + LatestHttpResponse *http.Response + type ListByNotificationCustomPager struct + NextLink *odata.Link + func (p *ListByNotificationCustomPager) NextPageLink() *odata.Link + type ListByNotificationOperationResponse struct + HttpResponse *http.Response + Model *[]RecipientEmailContract + OData *odata.OData + type NotificationId struct + NotificationName NotificationName + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewNotificationID(subscriptionId string, resourceGroupName string, serviceName string, ...) NotificationId + func ParseNotificationID(input string) (*NotificationId, error) + func ParseNotificationIDInsensitively(input string) (*NotificationId, error) + func (id *NotificationId) FromParseResult(input resourceids.ParseResult) error + func (id NotificationId) ID() string + func (id NotificationId) Segments() []resourceids.Segment + func (id NotificationId) String() string + type NotificationName string + const NotificationNameAccountClosedPublisher + const NotificationNameBCC + const NotificationNameNewApplicationNotificationMessage + const NotificationNameNewIssuePublisherNotificationMessage + const NotificationNamePurchasePublisherNotificationMessage + const NotificationNameQuotaLimitApproachingPublisherNotificationMessage + const NotificationNameRequestPublisherNotificationMessage + func (s *NotificationName) UnmarshalJSON(bytes []byte) error + type NotificationNotificationId struct + NotificationName NotificationName + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceId string + func NewNotificationNotificationID(subscriptionId string, resourceGroupName string, serviceName string, ...) NotificationNotificationId + func ParseNotificationNotificationID(input string) (*NotificationNotificationId, error) + func ParseNotificationNotificationIDInsensitively(input string) (*NotificationNotificationId, error) + func (id *NotificationNotificationId) FromParseResult(input resourceids.ParseResult) error + func (id NotificationNotificationId) ID() string + func (id NotificationNotificationId) Segments() []resourceids.Segment + func (id NotificationNotificationId) String() string + type NotificationRecipientEmailClient struct + Client *resourcemanager.Client + func NewNotificationRecipientEmailClientWithBaseURI(sdkApi sdkEnv.Api) (*NotificationRecipientEmailClient, error) + func (c NotificationRecipientEmailClient) CheckEntityExists(ctx context.Context, id RecipientEmailId) (result CheckEntityExistsOperationResponse, err error) + func (c NotificationRecipientEmailClient) CreateOrUpdate(ctx context.Context, id RecipientEmailId) (result CreateOrUpdateOperationResponse, err error) + func (c NotificationRecipientEmailClient) Delete(ctx context.Context, id RecipientEmailId) (result DeleteOperationResponse, err error) + func (c NotificationRecipientEmailClient) ListByNotification(ctx context.Context, id NotificationId) (result ListByNotificationOperationResponse, err error) + func (c NotificationRecipientEmailClient) ListByNotificationComplete(ctx context.Context, id NotificationId) (ListByNotificationCompleteResult, error) + func (c NotificationRecipientEmailClient) ListByNotificationCompleteMatchingPredicate(ctx context.Context, id NotificationId, ...) (result ListByNotificationCompleteResult, err error) + func (c NotificationRecipientEmailClient) WorkspaceNotificationRecipientEmailCheckEntityExists(ctx context.Context, id NotificationRecipientEmailId) (result WorkspaceNotificationRecipientEmailCheckEntityExistsOperationResponse, ...) + func (c NotificationRecipientEmailClient) WorkspaceNotificationRecipientEmailCreateOrUpdate(ctx context.Context, id NotificationRecipientEmailId) (result WorkspaceNotificationRecipientEmailCreateOrUpdateOperationResponse, ...) + func (c NotificationRecipientEmailClient) WorkspaceNotificationRecipientEmailDelete(ctx context.Context, id NotificationRecipientEmailId) (result WorkspaceNotificationRecipientEmailDeleteOperationResponse, err error) + func (c NotificationRecipientEmailClient) WorkspaceNotificationRecipientEmailListByNotification(ctx context.Context, id NotificationNotificationId) (result WorkspaceNotificationRecipientEmailListByNotificationOperationResponse, ...) + func (c NotificationRecipientEmailClient) WorkspaceNotificationRecipientEmailListByNotificationComplete(ctx context.Context, id NotificationNotificationId) (WorkspaceNotificationRecipientEmailListByNotificationCompleteResult, error) + func (c NotificationRecipientEmailClient) WorkspaceNotificationRecipientEmailListByNotificationCompleteMatchingPredicate(ctx context.Context, id NotificationNotificationId, ...) (result WorkspaceNotificationRecipientEmailListByNotificationCompleteResult, ...) + type NotificationRecipientEmailId struct + NotificationName NotificationName + RecipientEmailName string + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceId string + func NewNotificationRecipientEmailID(subscriptionId string, resourceGroupName string, serviceName string, ...) NotificationRecipientEmailId + func ParseNotificationRecipientEmailID(input string) (*NotificationRecipientEmailId, error) + func ParseNotificationRecipientEmailIDInsensitively(input string) (*NotificationRecipientEmailId, error) + func (id *NotificationRecipientEmailId) FromParseResult(input resourceids.ParseResult) error + func (id NotificationRecipientEmailId) ID() string + func (id NotificationRecipientEmailId) Segments() []resourceids.Segment + func (id NotificationRecipientEmailId) String() string + type RecipientEmailContract struct + Id *string + Name *string + Properties *RecipientEmailContractProperties + Type *string + type RecipientEmailContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p RecipientEmailContractOperationPredicate) Matches(input RecipientEmailContract) bool + type RecipientEmailContractProperties struct + Email *string + type RecipientEmailId struct + NotificationName NotificationName + RecipientEmailName string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewRecipientEmailID(subscriptionId string, resourceGroupName string, serviceName string, ...) RecipientEmailId + func ParseRecipientEmailID(input string) (*RecipientEmailId, error) + func ParseRecipientEmailIDInsensitively(input string) (*RecipientEmailId, error) + func (id *RecipientEmailId) FromParseResult(input resourceids.ParseResult) error + func (id RecipientEmailId) ID() string + func (id RecipientEmailId) Segments() []resourceids.Segment + func (id RecipientEmailId) String() string + type WorkspaceNotificationRecipientEmailCheckEntityExistsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceNotificationRecipientEmailCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *RecipientEmailContract + OData *odata.OData + type WorkspaceNotificationRecipientEmailDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceNotificationRecipientEmailListByNotificationCompleteResult struct + Items []RecipientEmailContract + LatestHttpResponse *http.Response + type WorkspaceNotificationRecipientEmailListByNotificationCustomPager struct + NextLink *odata.Link + func (p *WorkspaceNotificationRecipientEmailListByNotificationCustomPager) NextPageLink() *odata.Link + type WorkspaceNotificationRecipientEmailListByNotificationOperationResponse struct + HttpResponse *http.Response + Model *[]RecipientEmailContract + OData *odata.OData