WorkloadsExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Workloads.
public static class WorkloadsExtensions
type WorkloadsExtensions = class
Public Module WorkloadsExtensions
- Inheritance
-
WorkloadsExtensions
Methods
GetSapApplicationServerInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapApplicationServerInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SapApplicationServerInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapApplicationServerInstanceResource(ResourceIdentifier) instead. |
GetSapCentralServerInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapCentralServerInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SapCentralServerInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapCentralServerInstanceResource(ResourceIdentifier) instead. |
GetSapDatabaseInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapDatabaseInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SapDatabaseInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapDatabaseInstanceResource(ResourceIdentifier) instead. |
GetSapLandscapeMonitorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapLandscapeMonitorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SapLandscapeMonitorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapLandscapeMonitorResource(ResourceIdentifier) instead. |
GetSapMonitor(ResourceGroupResource, String, CancellationToken) |
Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.
|
GetSapMonitorAsync(ResourceGroupResource, String, CancellationToken) |
Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.
|
GetSapMonitorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapMonitorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SapMonitorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapMonitorResource(ResourceIdentifier) instead. |
GetSapMonitors(ResourceGroupResource) |
Gets a collection of SapMonitorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSapMonitors() instead. |
GetSapMonitors(SubscriptionResource, CancellationToken) |
Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.
|
GetSapMonitorsAsync(SubscriptionResource, CancellationToken) |
Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.
|
GetSapProviderInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapProviderInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SapProviderInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapProviderInstanceResource(ResourceIdentifier) instead. |
GetSapVirtualInstance(ResourceGroupResource, String, CancellationToken) |
Gets a Virtual Instance for SAP solutions resource
|
GetSapVirtualInstanceAsync(ResourceGroupResource, String, CancellationToken) |
Gets a Virtual Instance for SAP solutions resource
|
GetSapVirtualInstanceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SapVirtualInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SapVirtualInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSapVirtualInstanceResource(ResourceIdentifier) instead. |
GetSapVirtualInstances(ResourceGroupResource) |
Gets a collection of SapVirtualInstanceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSapVirtualInstances() instead. |
GetSapVirtualInstances(SubscriptionResource, CancellationToken) |
Gets all Virtual Instances for SAP solutions resources in a Subscription.
|
GetSapVirtualInstancesAsync(SubscriptionResource, CancellationToken) |
Gets all Virtual Instances for SAP solutions resources in a Subscription.
|
SapAvailabilityZoneDetails(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken) |
Get the recommended SAP Availability Zone Pair Details for your region.
|
SapAvailabilityZoneDetailsAsync(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken) |
Get the recommended SAP Availability Zone Pair Details for your region.
|
SapDiskConfigurations(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken) |
Get the SAP Disk Configuration Layout prod/non-prod SAP System.
|
SapDiskConfigurationsAsync(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken) |
Get the SAP Disk Configuration Layout prod/non-prod SAP System.
|
SapSizingRecommendations(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken) |
Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier
|
SapSizingRecommendationsAsync(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken) |
Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier
|
SapSupportedSku(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken) |
Get a list of SAP supported SKUs for ASCS, Application and Database tier.
|
SapSupportedSkuAsync(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken) |
Get a list of SAP supported SKUs for ASCS, Application and Database tier.
|
Applies to
Azure SDK for .NET