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 ValidateRecipientUserID(input interface{}, key string) (warnings []string, errors []error) + type CheckEntityExistsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *RecipientUserContract + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ListByNotificationCompleteResult struct + Items []RecipientUserContract + LatestHttpResponse *http.Response + type ListByNotificationCustomPager struct + NextLink *odata.Link + func (p *ListByNotificationCustomPager) NextPageLink() *odata.Link + type ListByNotificationOperationResponse struct + HttpResponse *http.Response + Model *[]RecipientUserContract + 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 NotificationRecipientUserClient struct + Client *resourcemanager.Client + func NewNotificationRecipientUserClientWithBaseURI(sdkApi sdkEnv.Api) (*NotificationRecipientUserClient, error) + func (c NotificationRecipientUserClient) CheckEntityExists(ctx context.Context, id RecipientUserId) (result CheckEntityExistsOperationResponse, err error) + func (c NotificationRecipientUserClient) CreateOrUpdate(ctx context.Context, id RecipientUserId) (result CreateOrUpdateOperationResponse, err error) + func (c NotificationRecipientUserClient) Delete(ctx context.Context, id RecipientUserId) (result DeleteOperationResponse, err error) + func (c NotificationRecipientUserClient) ListByNotification(ctx context.Context, id NotificationId) (result ListByNotificationOperationResponse, err error) + func (c NotificationRecipientUserClient) ListByNotificationComplete(ctx context.Context, id NotificationId) (ListByNotificationCompleteResult, error) + func (c NotificationRecipientUserClient) ListByNotificationCompleteMatchingPredicate(ctx context.Context, id NotificationId, ...) (result ListByNotificationCompleteResult, err error) + type RecipientUserContract struct + Id *string + Name *string + Properties *RecipientUsersContractProperties + Type *string + type RecipientUserContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p RecipientUserContractOperationPredicate) Matches(input RecipientUserContract) bool + type RecipientUserId struct + NotificationName NotificationName + ResourceGroupName string + ServiceName string + SubscriptionId string + UserId string + func NewRecipientUserID(subscriptionId string, resourceGroupName string, serviceName string, ...) RecipientUserId + func ParseRecipientUserID(input string) (*RecipientUserId, error) + func ParseRecipientUserIDInsensitively(input string) (*RecipientUserId, error) + func (id *RecipientUserId) FromParseResult(input resourceids.ParseResult) error + func (id RecipientUserId) ID() string + func (id RecipientUserId) Segments() []resourceids.Segment + func (id RecipientUserId) String() string + type RecipientUsersContractProperties struct + UserId *string