ArmCommunicationModelFactory.CommunicationDomainResourceData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von CommunicationDomainResourceData.
public static Azure.ResourceManager.Communication.CommunicationDomainResourceData CommunicationDomainResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Communication.Models.DomainProvisioningState? provisioningState = default, string dataLocation = default, string fromSenderDomain = default, string mailFromSenderDomain = default, Azure.ResourceManager.Communication.Models.DomainManagement? domainManagement = default, Azure.ResourceManager.Communication.Models.DomainPropertiesVerificationStates verificationStates = default, Azure.ResourceManager.Communication.Models.DomainPropertiesVerificationRecords verificationRecords = default, Azure.ResourceManager.Communication.Models.UserEngagementTracking? userEngagementTracking = default);
static member CommunicationDomainResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.Communication.Models.DomainProvisioningState> * string * string * string * Nullable<Azure.ResourceManager.Communication.Models.DomainManagement> * Azure.ResourceManager.Communication.Models.DomainPropertiesVerificationStates * Azure.ResourceManager.Communication.Models.DomainPropertiesVerificationRecords * Nullable<Azure.ResourceManager.Communication.Models.UserEngagementTracking> -> Azure.ResourceManager.Communication.CommunicationDomainResourceData
Public Shared Function CommunicationDomainResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of DomainProvisioningState) = Nothing, Optional dataLocation As String = Nothing, Optional fromSenderDomain As String = Nothing, Optional mailFromSenderDomain As String = Nothing, Optional domainManagement As Nullable(Of DomainManagement) = Nothing, Optional verificationStates As DomainPropertiesVerificationStates = Nothing, Optional verificationRecords As DomainPropertiesVerificationRecords = Nothing, Optional userEngagementTracking As Nullable(Of UserEngagementTracking) = Nothing) As CommunicationDomainResourceData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- provisioningState
- Nullable<DomainProvisioningState>
Bereitstellungsstatus der Ressource.
- dataLocation
- String
Der Speicherort, an dem die Domänenressourcendaten im Ruhezustand gespeichert werden.
- fromSenderDomain
- String
P2-Absenderdomäne, die den E-Mail-Empfängern angezeigt wird [RFC 5322].
- mailFromSenderDomain
- String
P1-Absenderdomäne, die auf dem E-Mail-Umschlag vorhanden ist [RFC 5321].
- domainManagement
- Nullable<DomainManagement>
Beschreibt, wie eine Domänenressource verwaltet wird.
- verificationStates
- DomainPropertiesVerificationStates
Liste von VerificationStatusRecord.
- verificationRecords
- DomainPropertiesVerificationRecords
Liste mit DnsRecord.
- userEngagementTracking
- Nullable<UserEngagementTracking>
Beschreibt, ob die Nachverfolgung der Benutzerbindung aktiviert oder deaktiviert ist.
Gibt zurück
Eine neue CommunicationDomainResourceData instance zum Mocking.
Gilt für:
Azure SDK for .NET