Documentation ¶
Index ¶
- func PossibleValuesForReceiverStatus() []string
- func ValidateActionGroupID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateActionGroupNotificationStatusID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateNotificationStatusID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviderNotificationStatusID(input interface{}, key string) (warnings []string, errors []error)
- type ActionDetail
- type ActionGroup
- type ActionGroupId
- type ActionGroupNotificationStatusId
- func NewActionGroupNotificationStatusID(subscriptionId string, resourceGroupName string, actionGroupName string, ...) ActionGroupNotificationStatusId
- func ParseActionGroupNotificationStatusID(input string) (*ActionGroupNotificationStatusId, error)
- func ParseActionGroupNotificationStatusIDInsensitively(input string) (*ActionGroupNotificationStatusId, error)
- type ActionGroupPatch
- type ActionGroupPatchBody
- type ActionGroupResource
- type ActionGroupResourceOperationPredicate
- type ActionGroupsAPIsClient
- func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtActionGroupResourceLevel(ctx context.Context, id ActionGroupId, input NotificationRequestBody) (...)
- func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtActionGroupResourceLevelThenPoll(ctx context.Context, id ActionGroupId, input NotificationRequestBody) error
- func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtResourceGroupLevel(ctx context.Context, id commonids.ResourceGroupId, ...) (result ActionGroupsCreateNotificationsAtResourceGroupLevelOperationResponse, ...)
- func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtResourceGroupLevelThenPoll(ctx context.Context, id commonids.ResourceGroupId, ...) error
- func (c ActionGroupsAPIsClient) ActionGroupsCreateOrUpdate(ctx context.Context, id ActionGroupId, input ActionGroupResource) (result ActionGroupsCreateOrUpdateOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsDelete(ctx context.Context, id ActionGroupId) (result ActionGroupsDeleteOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsEnableReceiver(ctx context.Context, id ActionGroupId, input EnableRequest) (result ActionGroupsEnableReceiverOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsGet(ctx context.Context, id ActionGroupId) (result ActionGroupsGetOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsGetTestNotifications(ctx context.Context, id NotificationStatusId) (result ActionGroupsGetTestNotificationsOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsGetTestNotificationsAtActionGroupResourceLevel(ctx context.Context, id ActionGroupNotificationStatusId) (...)
- func (c ActionGroupsAPIsClient) ActionGroupsGetTestNotificationsAtResourceGroupLevel(ctx context.Context, id ProviderNotificationStatusId) (result ActionGroupsGetTestNotificationsAtResourceGroupLevelOperationResponse, ...)
- func (c ActionGroupsAPIsClient) ActionGroupsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ActionGroupsListByResourceGroupOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ActionGroupsListByResourceGroupCompleteResult, error)
- func (c ActionGroupsAPIsClient) ActionGroupsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ActionGroupsListByResourceGroupCompleteResult, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsListBySubscriptionId(ctx context.Context, id commonids.SubscriptionId) (result ActionGroupsListBySubscriptionIdOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsListBySubscriptionIdComplete(ctx context.Context, id commonids.SubscriptionId) (ActionGroupsListBySubscriptionIdCompleteResult, error)
- func (c ActionGroupsAPIsClient) ActionGroupsListBySubscriptionIdCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ActionGroupsListBySubscriptionIdCompleteResult, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsPostTestNotifications(ctx context.Context, id commonids.SubscriptionId, ...) (result ActionGroupsPostTestNotificationsOperationResponse, err error)
- func (c ActionGroupsAPIsClient) ActionGroupsPostTestNotificationsThenPoll(ctx context.Context, id commonids.SubscriptionId, ...) error
- func (c ActionGroupsAPIsClient) ActionGroupsUpdate(ctx context.Context, id ActionGroupId, input ActionGroupPatchBody) (result ActionGroupsUpdateOperationResponse, err error)
- type ActionGroupsCreateNotificationsAtActionGroupResourceLevelOperationResponse
- type ActionGroupsCreateNotificationsAtResourceGroupLevelOperationResponse
- type ActionGroupsCreateOrUpdateOperationResponse
- type ActionGroupsDeleteOperationResponse
- type ActionGroupsEnableReceiverOperationResponse
- type ActionGroupsGetOperationResponse
- type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOperationResponse
- type ActionGroupsGetTestNotificationsAtResourceGroupLevelOperationResponse
- type ActionGroupsGetTestNotificationsOperationResponse
- type ActionGroupsListByResourceGroupCompleteResult
- type ActionGroupsListByResourceGroupCustomPager
- type ActionGroupsListByResourceGroupOperationResponse
- type ActionGroupsListBySubscriptionIdCompleteResult
- type ActionGroupsListBySubscriptionIdCustomPager
- type ActionGroupsListBySubscriptionIdOperationResponse
- type ActionGroupsPostTestNotificationsOperationResponse
- type ActionGroupsUpdateOperationResponse
- type ArmRoleReceiver
- type AutomationRunbookReceiver
- type AzureAppPushReceiver
- type AzureFunctionReceiver
- type Context
- type EmailReceiver
- type EnableRequest
- type EventHubReceiver
- type ItsmReceiver
- type LogicAppReceiver
- type NotificationRequestBody
- type NotificationStatusId
- type ProviderNotificationStatusId
- func NewProviderNotificationStatusID(subscriptionId string, resourceGroupName string, notificationId string) ProviderNotificationStatusId
- func ParseProviderNotificationStatusID(input string) (*ProviderNotificationStatusId, error)
- func ParseProviderNotificationStatusIDInsensitively(input string) (*ProviderNotificationStatusId, error)
- type ReceiverStatus
- type SmsReceiver
- type TestNotificationDetailsResponse
- type VoiceReceiver
- type WebhookReceiver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForReceiverStatus ¶
func PossibleValuesForReceiverStatus() []string
func ValidateActionGroupID ¶
ValidateActionGroupID checks that 'input' can be parsed as a Action Group ID
func ValidateActionGroupNotificationStatusID ¶
func ValidateActionGroupNotificationStatusID(input interface{}, key string) (warnings []string, errors []error)
ValidateActionGroupNotificationStatusID checks that 'input' can be parsed as a Action Group Notification Status ID
func ValidateNotificationStatusID ¶
func ValidateNotificationStatusID(input interface{}, key string) (warnings []string, errors []error)
ValidateNotificationStatusID checks that 'input' can be parsed as a Notification Status ID
func ValidateProviderNotificationStatusID ¶
func ValidateProviderNotificationStatusID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviderNotificationStatusID checks that 'input' can be parsed as a Provider Notification Status ID
Types ¶
type ActionDetail ¶
type ActionGroup ¶
type ActionGroup struct { ArmRoleReceivers *[]ArmRoleReceiver `json:"armRoleReceivers,omitempty"` AutomationRunbookReceivers *[]AutomationRunbookReceiver `json:"automationRunbookReceivers,omitempty"` AzureAppPushReceivers *[]AzureAppPushReceiver `json:"azureAppPushReceivers,omitempty"` AzureFunctionReceivers *[]AzureFunctionReceiver `json:"azureFunctionReceivers,omitempty"` EmailReceivers *[]EmailReceiver `json:"emailReceivers,omitempty"` Enabled bool `json:"enabled"` EventHubReceivers *[]EventHubReceiver `json:"eventHubReceivers,omitempty"` GroupShortName string `json:"groupShortName"` ItsmReceivers *[]ItsmReceiver `json:"itsmReceivers,omitempty"` LogicAppReceivers *[]LogicAppReceiver `json:"logicAppReceivers,omitempty"` SmsReceivers *[]SmsReceiver `json:"smsReceivers,omitempty"` VoiceReceivers *[]VoiceReceiver `json:"voiceReceivers,omitempty"` WebhookReceivers *[]WebhookReceiver `json:"webhookReceivers,omitempty"` }
type ActionGroupId ¶
ActionGroupId is a struct representing the Resource ID for a Action Group
func NewActionGroupID ¶
func NewActionGroupID(subscriptionId string, resourceGroupName string, actionGroupName string) ActionGroupId
NewActionGroupID returns a new ActionGroupId struct
func ParseActionGroupID ¶
func ParseActionGroupID(input string) (*ActionGroupId, error)
ParseActionGroupID parses 'input' into a ActionGroupId
func ParseActionGroupIDInsensitively ¶
func ParseActionGroupIDInsensitively(input string) (*ActionGroupId, error)
ParseActionGroupIDInsensitively parses 'input' case-insensitively into a ActionGroupId note: this method should only be used for API response data and not user input
func (*ActionGroupId) FromParseResult ¶
func (id *ActionGroupId) FromParseResult(input resourceids.ParseResult) error
func (ActionGroupId) ID ¶
func (id ActionGroupId) ID() string
ID returns the formatted Action Group ID
func (ActionGroupId) Segments ¶
func (id ActionGroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Action Group ID
func (ActionGroupId) String ¶
func (id ActionGroupId) String() string
String returns a human-readable description of this Action Group ID
type ActionGroupNotificationStatusId ¶
type ActionGroupNotificationStatusId struct { SubscriptionId string ResourceGroupName string ActionGroupName string NotificationId string }
ActionGroupNotificationStatusId is a struct representing the Resource ID for a Action Group Notification Status
func NewActionGroupNotificationStatusID ¶
func NewActionGroupNotificationStatusID(subscriptionId string, resourceGroupName string, actionGroupName string, notificationId string) ActionGroupNotificationStatusId
NewActionGroupNotificationStatusID returns a new ActionGroupNotificationStatusId struct
func ParseActionGroupNotificationStatusID ¶
func ParseActionGroupNotificationStatusID(input string) (*ActionGroupNotificationStatusId, error)
ParseActionGroupNotificationStatusID parses 'input' into a ActionGroupNotificationStatusId
func ParseActionGroupNotificationStatusIDInsensitively ¶
func ParseActionGroupNotificationStatusIDInsensitively(input string) (*ActionGroupNotificationStatusId, error)
ParseActionGroupNotificationStatusIDInsensitively parses 'input' case-insensitively into a ActionGroupNotificationStatusId note: this method should only be used for API response data and not user input
func (*ActionGroupNotificationStatusId) FromParseResult ¶
func (id *ActionGroupNotificationStatusId) FromParseResult(input resourceids.ParseResult) error
func (ActionGroupNotificationStatusId) ID ¶
func (id ActionGroupNotificationStatusId) ID() string
ID returns the formatted Action Group Notification Status ID
func (ActionGroupNotificationStatusId) Segments ¶
func (id ActionGroupNotificationStatusId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Action Group Notification Status ID
func (ActionGroupNotificationStatusId) String ¶
func (id ActionGroupNotificationStatusId) String() string
String returns a human-readable description of this Action Group Notification Status ID
type ActionGroupPatch ¶
type ActionGroupPatch struct {
Enabled *bool `json:"enabled,omitempty"`
}
type ActionGroupPatchBody ¶
type ActionGroupPatchBody struct { Properties *ActionGroupPatch `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type ActionGroupResource ¶
type ActionGroupResourceOperationPredicate ¶ added in v0.20240226.1173038
type ActionGroupResourceOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (ActionGroupResourceOperationPredicate) Matches ¶ added in v0.20240226.1173038
func (p ActionGroupResourceOperationPredicate) Matches(input ActionGroupResource) bool
type ActionGroupsAPIsClient ¶
type ActionGroupsAPIsClient struct {
Client *resourcemanager.Client
}
func NewActionGroupsAPIsClientWithBaseURI ¶
func NewActionGroupsAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*ActionGroupsAPIsClient, error)
func (ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtActionGroupResourceLevel ¶
func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtActionGroupResourceLevel(ctx context.Context, id ActionGroupId, input NotificationRequestBody) (result ActionGroupsCreateNotificationsAtActionGroupResourceLevelOperationResponse, err error)
ActionGroupsCreateNotificationsAtActionGroupResourceLevel ...
func (ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtActionGroupResourceLevelThenPoll ¶
func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtActionGroupResourceLevelThenPoll(ctx context.Context, id ActionGroupId, input NotificationRequestBody) error
ActionGroupsCreateNotificationsAtActionGroupResourceLevelThenPoll performs ActionGroupsCreateNotificationsAtActionGroupResourceLevel then polls until it's completed
func (ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtResourceGroupLevel ¶
func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtResourceGroupLevel(ctx context.Context, id commonids.ResourceGroupId, input NotificationRequestBody) (result ActionGroupsCreateNotificationsAtResourceGroupLevelOperationResponse, err error)
ActionGroupsCreateNotificationsAtResourceGroupLevel ...
func (ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtResourceGroupLevelThenPoll ¶
func (c ActionGroupsAPIsClient) ActionGroupsCreateNotificationsAtResourceGroupLevelThenPoll(ctx context.Context, id commonids.ResourceGroupId, input NotificationRequestBody) error
ActionGroupsCreateNotificationsAtResourceGroupLevelThenPoll performs ActionGroupsCreateNotificationsAtResourceGroupLevel then polls until it's completed
func (ActionGroupsAPIsClient) ActionGroupsCreateOrUpdate ¶
func (c ActionGroupsAPIsClient) ActionGroupsCreateOrUpdate(ctx context.Context, id ActionGroupId, input ActionGroupResource) (result ActionGroupsCreateOrUpdateOperationResponse, err error)
ActionGroupsCreateOrUpdate ...
func (ActionGroupsAPIsClient) ActionGroupsDelete ¶
func (c ActionGroupsAPIsClient) ActionGroupsDelete(ctx context.Context, id ActionGroupId) (result ActionGroupsDeleteOperationResponse, err error)
ActionGroupsDelete ...
func (ActionGroupsAPIsClient) ActionGroupsEnableReceiver ¶
func (c ActionGroupsAPIsClient) ActionGroupsEnableReceiver(ctx context.Context, id ActionGroupId, input EnableRequest) (result ActionGroupsEnableReceiverOperationResponse, err error)
ActionGroupsEnableReceiver ...
func (ActionGroupsAPIsClient) ActionGroupsGet ¶
func (c ActionGroupsAPIsClient) ActionGroupsGet(ctx context.Context, id ActionGroupId) (result ActionGroupsGetOperationResponse, err error)
ActionGroupsGet ...
func (ActionGroupsAPIsClient) ActionGroupsGetTestNotifications ¶
func (c ActionGroupsAPIsClient) ActionGroupsGetTestNotifications(ctx context.Context, id NotificationStatusId) (result ActionGroupsGetTestNotificationsOperationResponse, err error)
ActionGroupsGetTestNotifications ...
func (ActionGroupsAPIsClient) ActionGroupsGetTestNotificationsAtActionGroupResourceLevel ¶
func (c ActionGroupsAPIsClient) ActionGroupsGetTestNotificationsAtActionGroupResourceLevel(ctx context.Context, id ActionGroupNotificationStatusId) (result ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOperationResponse, err error)
ActionGroupsGetTestNotificationsAtActionGroupResourceLevel ...
func (ActionGroupsAPIsClient) ActionGroupsGetTestNotificationsAtResourceGroupLevel ¶
func (c ActionGroupsAPIsClient) ActionGroupsGetTestNotificationsAtResourceGroupLevel(ctx context.Context, id ProviderNotificationStatusId) (result ActionGroupsGetTestNotificationsAtResourceGroupLevelOperationResponse, err error)
ActionGroupsGetTestNotificationsAtResourceGroupLevel ...
func (ActionGroupsAPIsClient) ActionGroupsListByResourceGroup ¶
func (c ActionGroupsAPIsClient) ActionGroupsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ActionGroupsListByResourceGroupOperationResponse, err error)
ActionGroupsListByResourceGroup ...
func (ActionGroupsAPIsClient) ActionGroupsListByResourceGroupComplete ¶ added in v0.20240226.1173038
func (c ActionGroupsAPIsClient) ActionGroupsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ActionGroupsListByResourceGroupCompleteResult, error)
ActionGroupsListByResourceGroupComplete retrieves all the results into a single object
func (ActionGroupsAPIsClient) ActionGroupsListByResourceGroupCompleteMatchingPredicate ¶ added in v0.20240226.1173038
func (c ActionGroupsAPIsClient) ActionGroupsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ActionGroupResourceOperationPredicate) (result ActionGroupsListByResourceGroupCompleteResult, err error)
ActionGroupsListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ActionGroupsAPIsClient) ActionGroupsListBySubscriptionId ¶
func (c ActionGroupsAPIsClient) ActionGroupsListBySubscriptionId(ctx context.Context, id commonids.SubscriptionId) (result ActionGroupsListBySubscriptionIdOperationResponse, err error)
ActionGroupsListBySubscriptionId ...
func (ActionGroupsAPIsClient) ActionGroupsListBySubscriptionIdComplete ¶ added in v0.20240226.1173038
func (c ActionGroupsAPIsClient) ActionGroupsListBySubscriptionIdComplete(ctx context.Context, id commonids.SubscriptionId) (ActionGroupsListBySubscriptionIdCompleteResult, error)
ActionGroupsListBySubscriptionIdComplete retrieves all the results into a single object
func (ActionGroupsAPIsClient) ActionGroupsListBySubscriptionIdCompleteMatchingPredicate ¶ added in v0.20240226.1173038
func (c ActionGroupsAPIsClient) ActionGroupsListBySubscriptionIdCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ActionGroupResourceOperationPredicate) (result ActionGroupsListBySubscriptionIdCompleteResult, err error)
ActionGroupsListBySubscriptionIdCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ActionGroupsAPIsClient) ActionGroupsPostTestNotifications ¶
func (c ActionGroupsAPIsClient) ActionGroupsPostTestNotifications(ctx context.Context, id commonids.SubscriptionId, input NotificationRequestBody) (result ActionGroupsPostTestNotificationsOperationResponse, err error)
ActionGroupsPostTestNotifications ...
func (ActionGroupsAPIsClient) ActionGroupsPostTestNotificationsThenPoll ¶
func (c ActionGroupsAPIsClient) ActionGroupsPostTestNotificationsThenPoll(ctx context.Context, id commonids.SubscriptionId, input NotificationRequestBody) error
ActionGroupsPostTestNotificationsThenPoll performs ActionGroupsPostTestNotifications then polls until it's completed
func (ActionGroupsAPIsClient) ActionGroupsUpdate ¶
func (c ActionGroupsAPIsClient) ActionGroupsUpdate(ctx context.Context, id ActionGroupId, input ActionGroupPatchBody) (result ActionGroupsUpdateOperationResponse, err error)
ActionGroupsUpdate ...
type ActionGroupsCreateOrUpdateOperationResponse ¶
type ActionGroupsCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ActionGroupResource }
type ActionGroupsGetOperationResponse ¶
type ActionGroupsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ActionGroupResource }
type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOperationResponse ¶
type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TestNotificationDetailsResponse }
type ActionGroupsGetTestNotificationsAtResourceGroupLevelOperationResponse ¶
type ActionGroupsGetTestNotificationsAtResourceGroupLevelOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TestNotificationDetailsResponse }
type ActionGroupsGetTestNotificationsOperationResponse ¶
type ActionGroupsGetTestNotificationsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TestNotificationDetailsResponse }
type ActionGroupsListByResourceGroupCompleteResult ¶ added in v0.20240226.1173038
type ActionGroupsListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []ActionGroupResource }
type ActionGroupsListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ActionGroupsListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ActionGroupsListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ActionGroupsListByResourceGroupOperationResponse ¶
type ActionGroupsListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ActionGroupResource }
type ActionGroupsListBySubscriptionIdCompleteResult ¶ added in v0.20240226.1173038
type ActionGroupsListBySubscriptionIdCompleteResult struct { LatestHttpResponse *http.Response Items []ActionGroupResource }
type ActionGroupsListBySubscriptionIdCustomPager ¶ added in v0.20240628.1153531
func (*ActionGroupsListBySubscriptionIdCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ActionGroupsListBySubscriptionIdCustomPager) NextPageLink() *odata.Link
type ActionGroupsListBySubscriptionIdOperationResponse ¶
type ActionGroupsListBySubscriptionIdOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ActionGroupResource }
type ActionGroupsUpdateOperationResponse ¶
type ActionGroupsUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ActionGroupResource }
type ArmRoleReceiver ¶
type AutomationRunbookReceiver ¶
type AutomationRunbookReceiver struct { AutomationAccountId string `json:"automationAccountId"` IsGlobalRunbook bool `json:"isGlobalRunbook"` Name *string `json:"name,omitempty"` RunbookName string `json:"runbookName"` ServiceUri *string `json:"serviceUri,omitempty"` UseCommonAlertSchema *bool `json:"useCommonAlertSchema,omitempty"` WebhookResourceId string `json:"webhookResourceId"` }
type AzureAppPushReceiver ¶
type AzureFunctionReceiver ¶
type EmailReceiver ¶
type EmailReceiver struct { EmailAddress string `json:"emailAddress"` Name string `json:"name"` Status *ReceiverStatus `json:"status,omitempty"` UseCommonAlertSchema *bool `json:"useCommonAlertSchema,omitempty"` }
type EnableRequest ¶
type EnableRequest struct {
ReceiverName string `json:"receiverName"`
}
type EventHubReceiver ¶
type EventHubReceiver struct { EventHubName string `json:"eventHubName"` EventHubNameSpace string `json:"eventHubNameSpace"` Name string `json:"name"` SubscriptionId string `json:"subscriptionId"` TenantId *string `json:"tenantId,omitempty"` UseCommonAlertSchema *bool `json:"useCommonAlertSchema,omitempty"` }
type ItsmReceiver ¶
type LogicAppReceiver ¶
type NotificationRequestBody ¶
type NotificationRequestBody struct { AlertType string `json:"alertType"` ArmRoleReceivers *[]ArmRoleReceiver `json:"armRoleReceivers,omitempty"` AutomationRunbookReceivers *[]AutomationRunbookReceiver `json:"automationRunbookReceivers,omitempty"` AzureAppPushReceivers *[]AzureAppPushReceiver `json:"azureAppPushReceivers,omitempty"` AzureFunctionReceivers *[]AzureFunctionReceiver `json:"azureFunctionReceivers,omitempty"` EmailReceivers *[]EmailReceiver `json:"emailReceivers,omitempty"` EventHubReceivers *[]EventHubReceiver `json:"eventHubReceivers,omitempty"` ItsmReceivers *[]ItsmReceiver `json:"itsmReceivers,omitempty"` LogicAppReceivers *[]LogicAppReceiver `json:"logicAppReceivers,omitempty"` SmsReceivers *[]SmsReceiver `json:"smsReceivers,omitempty"` VoiceReceivers *[]VoiceReceiver `json:"voiceReceivers,omitempty"` WebhookReceivers *[]WebhookReceiver `json:"webhookReceivers,omitempty"` }
type NotificationStatusId ¶
NotificationStatusId is a struct representing the Resource ID for a Notification Status
func NewNotificationStatusID ¶
func NewNotificationStatusID(subscriptionId string, notificationId string) NotificationStatusId
NewNotificationStatusID returns a new NotificationStatusId struct
func ParseNotificationStatusID ¶
func ParseNotificationStatusID(input string) (*NotificationStatusId, error)
ParseNotificationStatusID parses 'input' into a NotificationStatusId
func ParseNotificationStatusIDInsensitively ¶
func ParseNotificationStatusIDInsensitively(input string) (*NotificationStatusId, error)
ParseNotificationStatusIDInsensitively parses 'input' case-insensitively into a NotificationStatusId note: this method should only be used for API response data and not user input
func (*NotificationStatusId) FromParseResult ¶
func (id *NotificationStatusId) FromParseResult(input resourceids.ParseResult) error
func (NotificationStatusId) ID ¶
func (id NotificationStatusId) ID() string
ID returns the formatted Notification Status ID
func (NotificationStatusId) Segments ¶
func (id NotificationStatusId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Notification Status ID
func (NotificationStatusId) String ¶
func (id NotificationStatusId) String() string
String returns a human-readable description of this Notification Status ID
type ProviderNotificationStatusId ¶
type ProviderNotificationStatusId struct { SubscriptionId string ResourceGroupName string NotificationId string }
ProviderNotificationStatusId is a struct representing the Resource ID for a Provider Notification Status
func NewProviderNotificationStatusID ¶
func NewProviderNotificationStatusID(subscriptionId string, resourceGroupName string, notificationId string) ProviderNotificationStatusId
NewProviderNotificationStatusID returns a new ProviderNotificationStatusId struct
func ParseProviderNotificationStatusID ¶
func ParseProviderNotificationStatusID(input string) (*ProviderNotificationStatusId, error)
ParseProviderNotificationStatusID parses 'input' into a ProviderNotificationStatusId
func ParseProviderNotificationStatusIDInsensitively ¶
func ParseProviderNotificationStatusIDInsensitively(input string) (*ProviderNotificationStatusId, error)
ParseProviderNotificationStatusIDInsensitively parses 'input' case-insensitively into a ProviderNotificationStatusId note: this method should only be used for API response data and not user input
func (*ProviderNotificationStatusId) FromParseResult ¶
func (id *ProviderNotificationStatusId) FromParseResult(input resourceids.ParseResult) error
func (ProviderNotificationStatusId) ID ¶
func (id ProviderNotificationStatusId) ID() string
ID returns the formatted Provider Notification Status ID
func (ProviderNotificationStatusId) Segments ¶
func (id ProviderNotificationStatusId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Provider Notification Status ID
func (ProviderNotificationStatusId) String ¶
func (id ProviderNotificationStatusId) String() string
String returns a human-readable description of this Provider Notification Status ID
type ReceiverStatus ¶
type ReceiverStatus string
const ( ReceiverStatusDisabled ReceiverStatus = "Disabled" ReceiverStatusEnabled ReceiverStatus = "Enabled" ReceiverStatusNotSpecified ReceiverStatus = "NotSpecified" )
func (*ReceiverStatus) UnmarshalJSON ¶ added in v0.20240229.1102109
func (s *ReceiverStatus) UnmarshalJSON(bytes []byte) error
type SmsReceiver ¶
type SmsReceiver struct { CountryCode string `json:"countryCode"` Name string `json:"name"` PhoneNumber string `json:"phoneNumber"` Status *ReceiverStatus `json:"status,omitempty"` }
type TestNotificationDetailsResponse ¶
type TestNotificationDetailsResponse struct { ActionDetails *[]ActionDetail `json:"actionDetails,omitempty"` CompletedTime *string `json:"completedTime,omitempty"` Context *Context `json:"context,omitempty"` CreatedTime *string `json:"createdTime,omitempty"` State string `json:"state"` }
type VoiceReceiver ¶
type WebhookReceiver ¶
type WebhookReceiver struct { IdentifierUri *string `json:"identifierUri,omitempty"` Name string `json:"name"` ObjectId *string `json:"objectId,omitempty"` ServiceUri string `json:"serviceUri"` TenantId *string `json:"tenantId,omitempty"` UseAadAuth *bool `json:"useAadAuth,omitempty"` UseCommonAlertSchema *bool `json:"useCommonAlertSchema,omitempty"` }
Source Files ¶
- client.go
- constants.go
- id_actiongroup.go
- id_actiongroupnotificationstatus.go
- id_notificationstatus.go
- id_providernotificationstatus.go
- method_actiongroupscreatenotificationsatactiongroupresourcelevel.go
- method_actiongroupscreatenotificationsatresourcegrouplevel.go
- method_actiongroupscreateorupdate.go
- method_actiongroupsdelete.go
- method_actiongroupsenablereceiver.go
- method_actiongroupsget.go
- method_actiongroupsgettestnotifications.go
- method_actiongroupsgettestnotificationsatactiongroupresourcelevel.go
- method_actiongroupsgettestnotificationsatresourcegrouplevel.go
- method_actiongroupslistbyresourcegroup.go
- method_actiongroupslistbysubscriptionid.go
- method_actiongroupsposttestnotifications.go
- method_actiongroupsupdate.go
- model_actiondetail.go
- model_actiongroup.go
- model_actiongrouppatch.go
- model_actiongrouppatchbody.go
- model_actiongroupresource.go
- model_armrolereceiver.go
- model_automationrunbookreceiver.go
- model_azureapppushreceiver.go
- model_azurefunctionreceiver.go
- model_context.go
- model_emailreceiver.go
- model_enablerequest.go
- model_eventhubreceiver.go
- model_itsmreceiver.go
- model_logicappreceiver.go
- model_notificationrequestbody.go
- model_smsreceiver.go
- model_testnotificationdetailsresponse.go
- model_voicereceiver.go
- model_webhookreceiver.go
- predicates.go
- version.go