你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationAccountUpdateParameters 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AutomationAccountUpdateParameters() |
初始化 AutomationAccountUpdateParameters 类的新实例。 |
AutomationAccountUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>) |
初始化 AutomationAccountUpdateParameters 类的新实例。 |
AutomationAccountUpdateParameters()
初始化 AutomationAccountUpdateParameters 类的新实例。
public AutomationAccountUpdateParameters ();
Public Sub New ()
适用于
AutomationAccountUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>)
初始化 AutomationAccountUpdateParameters 类的新实例。
public AutomationAccountUpdateParameters (Microsoft.Azure.Management.Automation.Models.Sku sku = default, Microsoft.Azure.Management.Automation.Models.EncryptionProperties encryption = default, bool? publicNetworkAccess = default, string name = default, string location = default, Microsoft.Azure.Management.Automation.Models.Identity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.AutomationAccountUpdateParameters : Microsoft.Azure.Management.Automation.Models.Sku * Microsoft.Azure.Management.Automation.Models.EncryptionProperties * Nullable<bool> * string * string * Microsoft.Azure.Management.Automation.Models.Identity * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.AutomationAccountUpdateParameters
Public Sub New (Optional sku As Sku = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional publicNetworkAccess As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional identity As Identity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
参数
- sku
- Sku
获取或设置帐户 SKU。
- encryption
- EncryptionProperties
设置自动化帐户的加密属性
- name
- String
获取或设置资源的名称。
- location
- String
获取或设置资源的位置。
- identity
- Identity
设置自动化帐户的标识属性
- tags
- IDictionary<String,String>
获取或设置附加到资源的标记。