ArmAutomationModelFactory.AutomationCredentialCreateOrUpdateContent 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 AutomationCredentialCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.AutomationCredentialCreateOrUpdateContent AutomationCredentialCreateOrUpdateContent(string name = default, string userName = default, string password = default, string description = default);
static member AutomationCredentialCreateOrUpdateContent : string * string * string * string -> Azure.ResourceManager.Automation.Models.AutomationCredentialCreateOrUpdateContent
Public Shared Function AutomationCredentialCreateOrUpdateContent (Optional name As String = Nothing, Optional userName As String = Nothing, Optional password As String = Nothing, Optional description As String = Nothing) As AutomationCredentialCreateOrUpdateContent
Parameters
- name
- String
Gets or sets the name of the credential.
- userName
- String
Gets or sets the user name of the credential.
- password
- String
Gets or sets the password of the credential.
- description
- String
Gets or sets the description of the credential.
Returns
A new AutomationCredentialCreateOrUpdateContent instance for mocking.