Share via


NotificationContract Class

Definition

Notification details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NotificationContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NotificationContract = class
    inherit Resource
Public Class NotificationContract
Inherits Resource
Inheritance
NotificationContract
Attributes

Constructors

NotificationContract()

Initializes a new instance of the NotificationContract class.

NotificationContract(String, String, String, String, String, RecipientsContractProperties)

Initializes a new instance of the NotificationContract class.

Properties

Description

Gets or sets description of the Notification.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Recipients

Gets or sets recipient Parameter values.

Title

Gets or sets title of the Notification.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to