ArmCommunicationModelFactory.CommunicationSmtpUsernameData 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 CommunicationSmtpUsernameData.
public static Azure.ResourceManager.Communication.CommunicationSmtpUsernameData CommunicationSmtpUsernameData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string username = default, string entraApplicationId = default, Guid? tenantId = default);
static member CommunicationSmtpUsernameData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Guid> -> Azure.ResourceManager.Communication.CommunicationSmtpUsernameData
Public Shared Function CommunicationSmtpUsernameData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional username As String = Nothing, Optional entraApplicationId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As CommunicationSmtpUsernameData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- username
- String
The SMTP username. Could be free form or in the email address format.
- entraApplicationId
- String
The application Id for the linked Entra Application.
Returns
A new CommunicationSmtpUsernameData instance for mocking.