Compartilhar via


ArmCommunicationModelFactory.SuppressionListAddressResourceData Method

Definition

Initializes a new instance of SuppressionListAddressResourceData.

public static Azure.ResourceManager.Communication.SuppressionListAddressResourceData SuppressionListAddressResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string email = default, string firstName = default, string lastName = default, string notes = default, DateTimeOffset? lastModified = default, string dataLocation = default);
static member SuppressionListAddressResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Communication.SuppressionListAddressResourceData
Public Shared Function SuppressionListAddressResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional email As String = Nothing, Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional notes As String = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional dataLocation As String = Nothing) As SuppressionListAddressResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

email
String

Email address of the recipient.

firstName
String

The first name of the email recipient.

lastName
String

The last name of the email recipient.

notes
String

An optional property to provide contextual notes or a description for an address.

lastModified
Nullable<DateTimeOffset>

The date the address was last updated in a suppression list.

dataLocation
String

The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.

Returns

A new SuppressionListAddressResourceData instance for mocking.

Applies to