你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationAccountResource 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 AutomationAccount 的类,以及可对其进行执行的实例操作。 如果有 ,ResourceIdentifier可以使用 GetAutomationAccountResource 方法从 的ArmClient实例构造 AutomationAccountResource 。 否则,可以使用 GetAutomationAccount 方法从其父资源 ResourceGroupResource 获取一个。
public class AutomationAccountResource : Azure.ResourceManager.ArmResource
type AutomationAccountResource = class
inherit ArmResource
Public Class AutomationAccountResource
Inherits ArmResource
- 继承
构造函数
AutomationAccountResource() |
初始化 类的新实例 AutomationAccountResource 进行模拟。 |
字段
ResourceType |
获取操作的资源类型。 |
属性
Client |
获取 ArmClient 创建自的此资源客户端。 (继承自 ArmResource) |
Data |
获取表示此功能的数据。 |
Diagnostics |
获取此资源客户端的诊断选项。 (继承自 ArmResource) |
Endpoint |
获取此资源客户端的基 URI。 (继承自 ArmResource) |
HasData |
获取当前实例是否具有数据。 |
Id |
获取资源标识符。 (继承自 ArmResource) |
Pipeline |
获取此资源客户端的管道。 (继承自 ArmResource) |
方法
AddTag(String, String, CancellationToken) |
将标记添加到当前资源。
|
AddTagAsync(String, String, CancellationToken) |
将标记添加到当前资源。
|
AutomationPrivateLinkResources(CancellationToken) |
获取需要为自动化帐户创建的专用链接资源。
|
AutomationPrivateLinkResourcesAsync(CancellationToken) |
获取需要为自动化帐户创建的专用链接资源。
|
CanUseTagResource(CancellationToken) |
检查 TagResource API 是否部署在当前环境中。 (继承自 ArmResource) |
CanUseTagResourceAsync(CancellationToken) |
检查 TagResource API 是否部署在当前环境中。 (继承自 ArmResource) |
ConvertGraphRunbookContent(GraphicalRunbookContent, CancellationToken) |
序列化或反序列化 GraphRunbookContent 的后期操作
|
ConvertGraphRunbookContentAsync(GraphicalRunbookContent, CancellationToken) |
序列化或反序列化 GraphRunbookContent 的后期操作
|
CreateResourceIdentifier(String, String, String) |
生成实例的资源标识符 AutomationAccountResource 。 |
Delete(WaitUntil, CancellationToken) |
删除自动化帐户。
|
DeleteAsync(WaitUntil, CancellationToken) |
删除自动化帐户。
|
GenerateUriWebhook(CancellationToken) |
生成用于创建 Webhook 的 URI。
|
GenerateUriWebhookAsync(CancellationToken) |
生成用于创建 Webhook 的 URI。
|
Get(CancellationToken) |
获取有关自动化帐户的信息。
|
GetAgentRegistrationInformation(CancellationToken) |
检索自动化代理注册信息。
|
GetAgentRegistrationInformationAsync(CancellationToken) |
检索自动化代理注册信息。
|
GetAllNodeCountInformation(AutomationCountType, CancellationToken) |
检索 Dsc 节点的计数。
|
GetAllNodeCountInformationAsync(AutomationCountType, CancellationToken) |
检索 Dsc 节点的计数。
|
GetAsync(CancellationToken) |
获取有关自动化帐户的信息。
|
GetAutomationAccountKeys(CancellationToken) |
检索帐户的自动化密钥。
|
GetAutomationAccountKeysAsync(CancellationToken) |
检索帐户的自动化密钥。
|
GetAutomationAccountModule(String, CancellationToken) |
检索由模块名称标识的模块。
|
GetAutomationAccountModuleAsync(String, CancellationToken) |
检索由模块名称标识的模块。
|
GetAutomationAccountModules() |
获取 AutomationAccount 中的 AutomationAccountModuleResources 集合。 |
GetAutomationAccountPython2Package(String, CancellationToken) |
检索按包名称标识的 python 2 包。
|
GetAutomationAccountPython2PackageAsync(String, CancellationToken) |
检索按包名称标识的 python 2 包。
|
GetAutomationAccountPython2Packages() |
获取 AutomationAccount 中的 AutomationAccountPython2PackageResources 集合。 |
GetAutomationCertificate(String, CancellationToken) |
检索由证书名称标识的证书。
|
GetAutomationCertificateAsync(String, CancellationToken) |
检索由证书名称标识的证书。
|
GetAutomationCertificates() |
获取 AutomationAccount 中 AutomationCertificateResources 的集合。 |
GetAutomationConnection(String, CancellationToken) |
检索由连接名称标识的连接。
|
GetAutomationConnectionAsync(String, CancellationToken) |
检索由连接名称标识的连接。
|
GetAutomationConnections() |
获取 AutomationAccount 中的 AutomationConnectionResources 集合。 |
GetAutomationConnectionType(String, CancellationToken) |
检索由连接类型名称标识的连接类型。
|
GetAutomationConnectionTypeAsync(String, CancellationToken) |
检索由连接类型名称标识的连接类型。
|
GetAutomationConnectionTypes() |
获取 AutomationAccount 中 AutomationConnectionTypeResources 的集合。 |
GetAutomationCredential(String, CancellationToken) |
检索由凭据名称标识的凭据。
|
GetAutomationCredentialAsync(String, CancellationToken) |
检索由凭据名称标识的凭据。
|
GetAutomationCredentials() |
获取 AutomationAccount 中 AutomationCredentialResources 的集合。 |
GetAutomationJob(String, String, CancellationToken) |
检索由作业名称标识的作业。
|
GetAutomationJobAsync(String, String, CancellationToken) |
检索由作业名称标识的作业。
|
GetAutomationJobs() |
获取 AutomationAccount 中 AutomationJobResources 的集合。 |
GetAutomationJobSchedule(Guid, CancellationToken) |
检索由作业计划名称标识的作业计划。
|
GetAutomationJobScheduleAsync(Guid, CancellationToken) |
检索由作业计划名称标识的作业计划。
|
GetAutomationJobSchedules() |
获取 AutomationAccount 中 AutomationJobScheduleResources 的集合。 |
GetAutomationPrivateEndpointConnection(String, CancellationToken) |
获取专用终结点连接。
|
GetAutomationPrivateEndpointConnectionAsync(String, CancellationToken) |
获取专用终结点连接。
|
GetAutomationPrivateEndpointConnections() |
获取 AutomationAccount 中 AutomationPrivateEndpointConnectionResources 的集合。 |
GetAutomationRunbook(String, CancellationToken) |
检索由 Runbook 名称标识的 Runbook。
|
GetAutomationRunbookAsync(String, CancellationToken) |
检索由 Runbook 名称标识的 Runbook。
|
GetAutomationRunbooks() |
获取 AutomationAccount 中 AutomationRunbookResources 的集合。 |
GetAutomationSchedule(String, CancellationToken) |
检索按计划名称标识的计划。
|
GetAutomationScheduleAsync(String, CancellationToken) |
检索按计划名称标识的计划。
|
GetAutomationSchedules() |
获取 AutomationAccount 中 AutomationScheduleResources 的集合。 |
GetAutomationSourceControl(String, CancellationToken) |
检索由源代码管理名称标识的源代码管理。
|
GetAutomationSourceControlAsync(String, CancellationToken) |
检索由源代码管理名称标识的源代码管理。
|
GetAutomationSourceControls() |
获取 AutomationAccount 中 AutomationSourceControlResources 的集合。 |
GetAutomationVariable(String, CancellationToken) |
检索由变量名称标识的变量。
|
GetAutomationVariableAsync(String, CancellationToken) |
检索由变量名称标识的变量。
|
GetAutomationVariables() |
获取 AutomationAccount 中 AutomationVariableResources 的集合。 |
GetAutomationWatcher(String, CancellationToken) |
检索由观察程序名称标识的观察程序。
|
GetAutomationWatcherAsync(String, CancellationToken) |
检索由观察程序名称标识的观察程序。
|
GetAutomationWatchers() |
获取 AutomationAccount 中 AutomationWatcherResources 的集合。 |
GetAutomationWebhook(String, CancellationToken) |
检索由 Webhook 名称标识的 Webhook。
|
GetAutomationWebhookAsync(String, CancellationToken) |
检索由 Webhook 名称标识的 Webhook。
|
GetAutomationWebhooks() |
获取 AutomationAccount 中 AutomationWebhookResources 的集合。 |
GetAvailableLocations(CancellationToken) |
列出所有可用的地理位置。 (继承自 ArmResource) |
GetAvailableLocationsAsync(CancellationToken) |
列出所有可用的地理位置。 (继承自 ArmResource) |
GetDscCompilationJob(String, CancellationToken) |
检索由作业 ID 标识的 Dsc 配置编译作业。
|
GetDscCompilationJobAsync(String, CancellationToken) |
检索由作业 ID 标识的 Dsc 配置编译作业。
|
GetDscCompilationJobs() |
获取 AutomationAccount 中 DscCompilationJobResources 的集合。 |
GetDscCompilationJobStreams(Guid, CancellationToken) |
检索编译作业的所有作业流。
|
GetDscCompilationJobStreamsAsync(Guid, CancellationToken) |
检索编译作业的所有作业流。
|
GetDscConfiguration(String, CancellationToken) |
检索由配置名称标识的配置。
|
GetDscConfigurationAsync(String, CancellationToken) |
检索由配置名称标识的配置。
|
GetDscConfigurations() |
获取 AutomationAccount 中 DscConfigurationResources 的集合。 |
GetDscNode(String, CancellationToken) |
检索由节点 ID 标识的 dsc 节点。
|
GetDscNodeAsync(String, CancellationToken) |
检索由节点 ID 标识的 dsc 节点。
|
GetDscNodeConfiguration(String, CancellationToken) |
按节点配置检索 Dsc 节点配置。
|
GetDscNodeConfigurationAsync(String, CancellationToken) |
按节点配置检索 Dsc 节点配置。
|
GetDscNodeConfigurations() |
获取 AutomationAccount 中 DscNodeConfigurationResources 的集合。 |
GetDscNodes() |
获取 AutomationAccount 中的 DscNodeResources 集合。 |
GetFieldsByType(String, CancellationToken) |
检索所有辅助模块中给定类型的字段列表。
|
GetFieldsByTypeAsync(String, CancellationToken) |
检索所有辅助模块中给定类型的字段列表。
|
GetHybridRunbookWorkerGroup(String, CancellationToken) |
检索混合 Runbook 辅助角色组。
|
GetHybridRunbookWorkerGroupAsync(String, CancellationToken) |
检索混合 Runbook 辅助角色组。
|
GetHybridRunbookWorkerGroups() |
获取 AutomationAccount 中的 HybridRunbookWorkerGroupResources 集合。 |
GetLinkedWorkspace(CancellationToken) |
检索帐户 ID 的链接工作区。
|
GetLinkedWorkspaceAsync(CancellationToken) |
检索帐户 ID 的链接工作区。
|
GetManagementLock(String, CancellationToken) |
按范围获取管理锁。
|
GetManagementLockAsync(String, CancellationToken) |
按范围获取管理锁。
|
GetManagementLocks() |
获取 ArmResource 中的 ManagementLockResources 集合。 (继承自 ArmResource) |
GetPolicyAssignment(String, CancellationToken) |
此操作检索单个策略分配,给定其名称和创建范围。
|
GetPolicyAssignmentAsync(String, CancellationToken) |
此操作检索单个策略分配,给定其名称和创建范围。
|
GetPolicyAssignments() |
获取 ArmResource 中 PolicyAssignmentResources 的集合。 (继承自 ArmResource) |
GetSoftwareUpdateConfiguration(String, String, CancellationToken) |
按名称获取单个软件更新配置。
|
GetSoftwareUpdateConfigurationAsync(String, String, CancellationToken) |
按名称获取单个软件更新配置。
|
GetSoftwareUpdateConfigurationMachineRun(Guid, String, CancellationToken) |
获取按 ID 运行的单个软件更新配置计算机。
|
GetSoftwareUpdateConfigurationMachineRunAsync(Guid, String, CancellationToken) |
获取按 ID 运行的单个软件更新配置计算机。
|
GetSoftwareUpdateConfigurationMachineRuns(String, String, String, String, CancellationToken) |
返回软件更新配置计算机运行的列表
|
GetSoftwareUpdateConfigurationMachineRunsAsync(String, String, String, String, CancellationToken) |
返回软件更新配置计算机运行的列表
|
GetSoftwareUpdateConfigurationRun(Guid, String, CancellationToken) |
获取单个软件更新配置,按 ID 运行。
|
GetSoftwareUpdateConfigurationRunAsync(Guid, String, CancellationToken) |
获取单个软件更新配置,按 ID 运行。
|
GetSoftwareUpdateConfigurationRuns(String, String, String, String, CancellationToken) |
返回软件更新配置运行的列表
|
GetSoftwareUpdateConfigurationRunsAsync(String, String, String, String, CancellationToken) |
返回软件更新配置运行的列表
|
GetSoftwareUpdateConfigurations() |
获取 AutomationAccount 中 SoftwareUpdateConfigurationResources 的集合。 |
GetStatistics(String, CancellationToken) |
检索帐户的统计信息。
|
GetStatisticsAsync(String, CancellationToken) |
检索帐户的统计信息。
|
GetStreamDscCompilationJob(Guid, String, CancellationToken) |
检索作业流 ID 标识的作业流。
|
GetStreamDscCompilationJobAsync(Guid, String, CancellationToken) |
检索作业流 ID 标识的作业流。
|
GetTagResource() |
获取一个 对象,该对象表示 TagResource 以及可在 ArmResource 中对其进行执行的实例操作。 (继承自 ArmResource) |
GetUsages(CancellationToken) |
检索帐户 ID 的用法。
|
GetUsagesAsync(CancellationToken) |
检索帐户 ID 的用法。
|
RegenerateKeyAgentRegistrationInformation(AgentRegistrationRegenerateKeyContent, CancellationToken) |
重新生成主代理或辅助代理注册密钥
|
RegenerateKeyAgentRegistrationInformationAsync(AgentRegistrationRegenerateKeyContent, CancellationToken) |
重新生成主代理或辅助代理注册密钥
|
RemoveTag(String, CancellationToken) |
按键从资源中删除标记。
|
RemoveTagAsync(String, CancellationToken) |
按键从资源中删除标记。
|
SetTags(IDictionary<String,String>, CancellationToken) |
将资源上的标记替换为给定集。
|
SetTagsAsync(IDictionary<String,String>, CancellationToken) |
将资源上的标记替换为给定集。
|
TryGetApiVersion(ResourceType, String) |
获取 API 版本替代(如果已为当前客户端选项设置)。 (继承自 ArmResource) |
Update(AutomationAccountPatch, CancellationToken) |
更新自动化帐户。
|
UpdateAsync(AutomationAccountPatch, CancellationToken) |
更新自动化帐户。
|
扩展方法
GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken) |
按名称 (GUID) 获取角色定义。
|
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken) |
按名称 (GUID) 获取角色定义。
|
GetAuthorizationRoleDefinitions(ArmResource) |
获取 ArmResource 中 AuthorizationRoleDefinitionResources 的集合。 |
GetDenyAssignment(ArmResource, String, CancellationToken) |
获取指定的拒绝分配。
|
GetDenyAssignmentAsync(ArmResource, String, CancellationToken) |
获取指定的拒绝分配。
|
GetDenyAssignments(ArmResource) |
获取 ArmResource 中 DenyAssignmentResources 的集合。 |
GetRoleAssignment(ArmResource, String, String, CancellationToken) |
按范围和名称获取角色分配。
|
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
按范围和名称获取角色分配。
|
GetRoleAssignments(ArmResource) |
获取 ArmResource 中 RoleAssignmentResources 的集合。 |
GetRoleAssignmentSchedule(ArmResource, String, CancellationToken) |
获取资源范围的指定角色分配计划
|
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken) |
获取资源范围的指定角色分配计划
|
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken) |
获取指定的角色分配计划实例。
|
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken) |
获取指定的角色分配计划实例。
|
GetRoleAssignmentScheduleInstances(ArmResource) |
获取 ArmResource 中 RoleAssignmentScheduleInstanceResources 的集合。 |
GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken) |
获取指定的角色分配计划请求。
|
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken) |
获取指定的角色分配计划请求。
|
GetRoleAssignmentScheduleRequests(ArmResource) |
获取 ArmResource 中 RoleAssignmentScheduleRequestResources 的集合。 |
GetRoleAssignmentSchedules(ArmResource) |
获取 ArmResource 中 RoleAssignmentScheduleResources 的集合。 |
GetRoleEligibilitySchedule(ArmResource, String, CancellationToken) |
获取资源范围的指定角色资格计划
|
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken) |
获取资源范围的指定角色资格计划
|
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken) |
获取指定的角色资格计划实例。
|
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken) |
获取指定的角色资格计划实例。
|
GetRoleEligibilityScheduleInstances(ArmResource) |
获取 ArmResource 中 RoleEligibilityScheduleInstanceResources 的集合。 |
GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken) |
获取指定的角色资格计划请求。
|
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken) |
获取指定的角色资格计划请求。
|
GetRoleEligibilityScheduleRequests(ArmResource) |
获取 ArmResource 中 RoleEligibilityScheduleRequestResources 的集合。 |
GetRoleEligibilitySchedules(ArmResource) |
获取 ArmResource 中 RoleEligibilityScheduleResources 的集合。 |
GetRoleManagementPolicies(ArmResource) |
获取 ArmResource 中 RoleManagementPolicyResources 的集合。 |
GetRoleManagementPolicy(ArmResource, String, CancellationToken) |
获取资源范围的指定角色管理策略
|
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken) |
获取资源范围的指定角色管理策略分配
|
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken) |
获取资源范围的指定角色管理策略分配
|
GetRoleManagementPolicyAssignments(ArmResource) |
获取 ArmResource 中 RoleManagementPolicyAssignmentResources 的集合。 |
GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken) |
获取资源范围的指定角色管理策略
|
GetSystemAssignedIdentity(ArmResource) |
获取表示 SystemAssignedIdentityResource 的对象,以及可在 ArmResource 中对其进行执行的实例操作。 |
GetLinkerResource(ArmResource, String, CancellationToken) |
返回给定名称的链接器资源。
|
GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
返回给定名称的链接器资源。
|
GetLinkerResources(ArmResource) |
获取 ArmResource 中的 LinkerResources 集合。 |