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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET