ArmElasticModelFactory.ElasticCloudUser(String, String, Uri) 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 ElasticCloudUser.
public static Azure.ResourceManager.Elastic.Models.ElasticCloudUser ElasticCloudUser (string emailAddress = default, string id = default, Uri elasticCloudSsoDefaultUri = default);
static member ElasticCloudUser : string * string * Uri -> Azure.ResourceManager.Elastic.Models.ElasticCloudUser
Public Shared Function ElasticCloudUser (Optional emailAddress As String = Nothing, Optional id As String = Nothing, Optional elasticCloudSsoDefaultUri As Uri = Nothing) As ElasticCloudUser
Parameters
- emailAddress
- String
Email of the Elastic User Account.
- id
- String
User Id of the elastic account of the User.
- elasticCloudSsoDefaultUri
- Uri
Elastic cloud default dashboard sso URL of the Elastic user account.
Returns
A new ElasticCloudUser instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.