你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationAccountPatch 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供给更新自动化帐户操作的参数。
public class AutomationAccountPatch
type AutomationAccountPatch = class
Public Class AutomationAccountPatch
- 继承
-
AutomationAccountPatch
构造函数
AutomationAccountPatch() |
初始化 AutomationAccountPatch 的新实例。 |
属性
Encryption |
设置自动化帐户的加密属性。 |
Identity |
设置自动化帐户的标识属性。 |
IsLocalAuthDisabled |
指示是否阻止使用非 AAD 身份验证的请求。 |
IsPublicNetworkAccessAllowed |
指示是否允许来自公共 Internet 的非 ARM 终结点上的流量 (Webhook/代理) 。 |
Location |
获取或设置资源的位置。 |
Name |
获取或设置资源的名称。 |
Sku |
获取或设置帐户 SKU。 |
Tags |
获取或设置附加到资源的标记。 |