ArmElasticModelFactory.ElasticUserEmailId(String) 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.
public static Azure.ResourceManager.Elastic.Models.ElasticUserEmailId ElasticUserEmailId(string emailId = default);
static member ElasticUserEmailId : string -> Azure.ResourceManager.Elastic.Models.ElasticUserEmailId
Public Shared Function ElasticUserEmailId (Optional emailId As String = Nothing) As ElasticUserEmailId
Parameters
- emailId
- String
The User email Id.
Returns
A new ElasticUserEmailId instance for mocking.