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 ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *NotificationContract + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *NotificationContract + OData *odata.OData + type ListByServiceCompleteResult struct + Items []NotificationContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]NotificationContract + OData *odata.OData + type NotificationClient struct + Client *resourcemanager.Client + func NewNotificationClientWithBaseURI(sdkApi sdkEnv.Api) (*NotificationClient, error) + func (c NotificationClient) CreateOrUpdate(ctx context.Context, id NotificationId, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error) + func (c NotificationClient) Get(ctx context.Context, id NotificationId) (result GetOperationResponse, err error) + func (c NotificationClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c NotificationClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c NotificationClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + type NotificationContract struct + Id *string + Name *string + Properties *NotificationContractProperties + Type *string + type NotificationContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p NotificationContractOperationPredicate) Matches(input NotificationContract) bool + type NotificationContractProperties struct + Description *string + Recipients *RecipientsContractProperties + Title string + 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 RecipientsContractProperties struct + Emails *[]string + Users *[]string + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string