ArmAvsModelFactory.AdminCredentials(String, String, String, 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.
Initializes a new instance of AdminCredentials.
public static Azure.ResourceManager.Avs.Models.AdminCredentials AdminCredentials (string nsxtUsername = default, string nsxtPassword = default, string vCenterUsername = default, string vCenterPassword = default);
static member AdminCredentials : string * string * string * string -> Azure.ResourceManager.Avs.Models.AdminCredentials
Public Shared Function AdminCredentials (Optional nsxtUsername As String = Nothing, Optional nsxtPassword As String = Nothing, Optional vCenterUsername As String = Nothing, Optional vCenterPassword As String = Nothing) As AdminCredentials
Parameters
- nsxtUsername
- String
NSX-T Manager username.
- nsxtPassword
- String
NSX-T Manager password.
- vCenterUsername
- String
vCenter admin username.
- vCenterPassword
- String
vCenter admin password.
Returns
A new AdminCredentials instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET