你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WorkloadsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于将扩展方法添加到 Azure.ResourceManager.Workloads 的类。
public static class WorkloadsExtensions
type WorkloadsExtensions = class
Public Module WorkloadsExtensions
- 继承
-
WorkloadsExtensions
方法
GetSapApplicationServerInstanceResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapApplicationServerInstanceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 SapApplicationServerInstanceResourceResourceIdentifier 。 |
GetSapCentralServerInstanceResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapCentralServerInstanceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 SapCentralServerInstanceResourceResourceIdentifier 。 |
GetSapDatabaseInstanceResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapDatabaseInstanceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 SapDatabaseInstanceResourceResourceIdentifier 。 |
GetSapLandscapeMonitorResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapLandscapeMonitorResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 SapLandscapeMonitorResourceResourceIdentifier 。 |
GetSapMonitor(ResourceGroupResource, String, CancellationToken) |
获取指定订阅、资源组和资源名称的 SAP 监视器的属性。
|
GetSapMonitorAsync(ResourceGroupResource, String, CancellationToken) |
获取指定订阅、资源组和资源名称的 SAP 监视器的属性。
|
GetSapMonitorResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapMonitorResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 SapMonitorResourceResourceIdentifier 。 |
GetSapMonitors(ResourceGroupResource) |
获取 ResourceGroupResource 中 SapMonitorResources 的集合。 |
GetSapMonitors(SubscriptionResource, CancellationToken) |
获取指定订阅中的 SAP 监视器的列表。 这些操作返回每个 SAP 监视器的各种属性。
|
GetSapMonitorsAsync(SubscriptionResource, CancellationToken) |
获取指定订阅中的 SAP 监视器的列表。 这些操作返回每个 SAP 监视器的各种属性。
|
GetSapProviderInstanceResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapProviderInstanceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 SapProviderInstanceResourceResourceIdentifier 。 |
GetSapVirtualInstance(ResourceGroupResource, String, CancellationToken) |
获取 SAP 解决方案资源的虚拟实例
|
GetSapVirtualInstanceAsync(ResourceGroupResource, String, CancellationToken) |
获取 SAP 解决方案资源的虚拟实例
|
GetSapVirtualInstanceResource(ArmClient, ResourceIdentifier) |
获取一个 对象,该 SapVirtualInstanceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 SapVirtualInstanceResourceResourceIdentifier 。 |
GetSapVirtualInstances(ResourceGroupResource) |
获取 ResourceGroupResource 中 SapVirtualInstanceResources 的集合。 |
GetSapVirtualInstances(SubscriptionResource, CancellationToken) |
获取订阅中 SAP 解决方案资源的所有虚拟实例。
|
GetSapVirtualInstancesAsync(SubscriptionResource, CancellationToken) |
获取订阅中 SAP 解决方案资源的所有虚拟实例。
|
SapAvailabilityZoneDetails(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken) |
获取针对你的区域建议的 SAP 可用性区域对详细信息。
|
SapAvailabilityZoneDetailsAsync(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken) |
获取针对你的区域建议的 SAP 可用性区域对详细信息。
|
SapDiskConfigurations(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken) |
获取 SAP 磁盘配置布局生产/非生产 SAP 系统。
|
SapDiskConfigurationsAsync(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken) |
获取 SAP 磁盘配置布局生产/非生产 SAP 系统。
|
SapSizingRecommendations(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken) |
通过为应用程序层提供输入 SAPS 和数据库层所需的内存来获取 SAP 大小调整建议
|
SapSizingRecommendationsAsync(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken) |
通过为应用程序层提供输入 SAPS 和数据库层所需的内存来获取 SAP 大小调整建议
|
SapSupportedSku(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken) |
获取 ASCS、应用程序和数据库层的 SAP 支持的 SKU 列表。
|
SapSupportedSkuAsync(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken) |
获取 ASCS、应用程序和数据库层的 SAP 支持的 SKU 列表。
|