ArmCommunicationModelFactory.SuppressionListResourceData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SuppressionListResourceData.
public static Azure.ResourceManager.Communication.SuppressionListResourceData SuppressionListResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string listName = default, DateTimeOffset? lastUpdatedTimeStamp = default, DateTimeOffset? createdTimeStamp = default, string dataLocation = default);
static member SuppressionListResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Communication.SuppressionListResourceData
Public Shared Function SuppressionListResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional listName As String = Nothing, Optional lastUpdatedTimeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional createdTimeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional dataLocation As String = Nothing) As SuppressionListResourceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- listName
- String
The the name of the suppression list. This value must match one of the valid sender usernames of the sending domain.
- lastUpdatedTimeStamp
- Nullable<DateTimeOffset>
The date the resource was last updated.
- createdTimeStamp
- Nullable<DateTimeOffset>
The date the resource was created.
- dataLocation
- String
The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
Returns
A new SuppressionListResourceData instance for mocking.
Applies to
Azure SDK for .NET