ArmAutomationModelFactory.AutomationKey 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 AutomationKey.
public static Azure.ResourceManager.Automation.Models.AutomationKey AutomationKey(Azure.ResourceManager.Automation.Models.AutomationKeyName? keyName = default, Azure.ResourceManager.Automation.Models.AutomationKeyPermission? permissions = default, string value = default);
static member AutomationKey : Nullable<Azure.ResourceManager.Automation.Models.AutomationKeyName> * Nullable<Azure.ResourceManager.Automation.Models.AutomationKeyPermission> * string -> Azure.ResourceManager.Automation.Models.AutomationKey
Public Shared Function AutomationKey (Optional keyName As Nullable(Of AutomationKeyName) = Nothing, Optional permissions As Nullable(Of AutomationKeyPermission) = Nothing, Optional value As String = Nothing) As AutomationKey
Parameters
- keyName
- Nullable<AutomationKeyName>
Automation key name.
- permissions
- Nullable<AutomationKeyPermission>
Automation key permissions.
- value
- String
Value of the Automation Key used for registration.
Returns
A new AutomationKey instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET