Compartir a través de


SapVirtualInstance Class

Definition

public class SapVirtualInstance
type SapVirtualInstance = class
Public Class SapVirtualInstance
Inheritance
SapVirtualInstance

Constructors

SapVirtualInstance()

Methods

OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the available API operations under this PR

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the available API operations under this PR

SapApplicationServerInstancesCreate(String, String, String, String, ISapApplicationServerInstance, Func<HttpResponseMessage,Task<ISapApplicationServerInstance>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapApplicationServerInstancesCreateViaIdentity(String, ISapApplicationServerInstance, Func<HttpResponseMessage,Task<ISapApplicationServerInstance>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapApplicationServerInstancesDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)
SapApplicationServerInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapApplicationServerInstancesGet(String, String, String, String, Func<HttpResponseMessage,Task<ISapApplicationServerInstance>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource.

SapApplicationServerInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<ISapApplicationServerInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource.

SapApplicationServerInstancesList(String, String, String, Func<HttpResponseMessage, Task<ISapApplicationServerInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions resource.

SapApplicationServerInstancesListViaIdentity(String, Func<HttpResponseMessage, Task<ISapApplicationServerInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions resource.

SapApplicationServerInstancesStartInstance(String, String, String, String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the SAP Application Server Instance.

SapApplicationServerInstancesStartInstanceViaIdentity(String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the SAP Application Server Instance.

SapApplicationServerInstancesStopInstance(String, String, String, String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the SAP Application Server Instance.

SapApplicationServerInstancesStopInstanceViaIdentity(String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the SAP Application Server Instance.

SapApplicationServerInstancesUpdate(String, String, String, String, IUpdateSapApplicationInstanceRequest, Func<HttpResponseMessage, Task<ISapApplicationServerInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates the SAP Application server instance resource. This can be used to update tags on the resource.

SapApplicationServerInstancesUpdateViaIdentity(String, IUpdateSapApplicationInstanceRequest, Func<HttpResponseMessage,Task<ISapApplicationServerInstance>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates the SAP Application server instance resource. This can be used to update tags on the resource.

SapavailabilityZoneDetails(String, String, ISapAvailabilityZoneDetailsRequest, Func<HttpResponseMessage,Task<ISapAvailabilityZoneDetailsResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the recommended SAP Availability Zone Pair Details for your region.

SapavailabilityZoneDetailsViaIdentity(String, ISapAvailabilityZoneDetailsRequest, Func<HttpResponseMessage,Task<ISapAvailabilityZoneDetailsResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the recommended SAP Availability Zone Pair Details for your region.

SapCentralInstancesCreate(String, String, String, String, ISapCentralServerInstance, Func<HttpResponseMessage,Task<ISapCentralServerInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapCentralInstancesCreateViaIdentity(String, ISapCentralServerInstance, Func<HttpResponseMessage,Task<ISapCentralServerInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapCentralInstancesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapCentralInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapCentralInstancesGet(String, String, String, String, Func<HttpResponseMessage, Task<ISapCentralServerInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the SAP Central Services Instance resource.

SapCentralInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<ISapCentralServerInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the SAP Central Services Instance resource.

SapCentralInstancesList(String, String, String, Func<HttpResponseMessage, Task<ISapCentralInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the SAP Central Services Instance resource for the given Virtual Instance for SAP solutions resource.

SapCentralInstancesListViaIdentity(String, Func<HttpResponseMessage, Task<ISapCentralInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the SAP Central Services Instance resource for the given Virtual Instance for SAP solutions resource.

SapCentralInstancesStartInstance(String, String, String, String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the SAP Central Services Instance.

SapCentralInstancesStartInstanceViaIdentity(String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the SAP Central Services Instance.

SapCentralInstancesStopInstance(String, String, String, String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the SAP Central Services Instance.

SapCentralInstancesStopInstanceViaIdentity(String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the SAP Central Services Instance.

SapCentralInstancesUpdate(String, String, String, String, IUpdateSapCentralInstanceRequest, Func<HttpResponseMessage,Task<ISapCentralServerInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapCentralInstancesUpdateViaIdentity(String, IUpdateSapCentralInstanceRequest, Func<HttpResponseMessage,Task<ISapCentralServerInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapDatabaseInstancesCreate(String, String, String, String, ISapDatabaseInstance, Func<HttpResponseMessage,Task<ISapDatabaseInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapDatabaseInstancesCreateViaIdentity(String, ISapDatabaseInstance, Func<HttpResponseMessage,Task<ISapDatabaseInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapDatabaseInstancesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapDatabaseInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
SapDatabaseInstancesGet(String, String, String, String, Func<HttpResponseMessage, Task<ISapDatabaseInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the SAP Database Instance resource.

SapDatabaseInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<ISapDatabaseInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the SAP Database Instance resource.

SapDatabaseInstancesList(String, String, String, Func<HttpResponseMessage, Task<ISapDatabaseInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the Database resources associated with a Virtual Instance for SAP solutions resource.

SapDatabaseInstancesListViaIdentity(String, Func<HttpResponseMessage, Task<ISapDatabaseInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the Database resources associated with a Virtual Instance for SAP solutions resource.

SapDatabaseInstancesStartInstance(String, String, String, String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the database instance of the SAP system.

SapDatabaseInstancesStartInstanceViaIdentity(String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the database instance of the SAP system.

SapDatabaseInstancesStopInstance(String, String, String, String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the database instance of the SAP system.

SapDatabaseInstancesStopInstanceViaIdentity(String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the database instance of the SAP system.

SapDatabaseInstancesUpdate(String, String, String, String, IUpdateSapDatabaseInstanceRequest, Func<HttpResponseMessage,Task<ISapDatabaseInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates the Database instance resource. This can be used to update tags on the resource.

SapDatabaseInstancesUpdateViaIdentity(String, IUpdateSapDatabaseInstanceRequest, Func<HttpResponseMessage,Task<ISapDatabaseInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates the Database instance resource. This can be used to update tags on the resource.

SapdiskConfigurations(String, String, ISapDiskConfigurationsRequest, Func<HttpResponseMessage,Task<ISapDiskConfigurationsResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the SAP Disk Configuration Layout prod/non-prod SAP System.

SapdiskConfigurationsViaIdentity(String, ISapDiskConfigurationsRequest, Func<HttpResponseMessage,Task<ISapDiskConfigurationsResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the SAP Disk Configuration Layout prod/non-prod SAP System.

SapsizingRecommendations(String, String, ISapSizingRecommendationRequest, Func<HttpResponseMessage,Task<ISapSizingRecommendationResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier

SapsizingRecommendationsViaIdentity(String, ISapSizingRecommendationRequest, Func<HttpResponseMessage,Task<ISapSizingRecommendationResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier

SapsupportedSku(String, String, ISapSupportedSkusRequest, Func<HttpResponseMessage, Task<ISapSupportedResourceSkusResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get a list of SAP supported SKUs for ASCS, Application and Database tier.

SapsupportedSkuViaIdentity(String, ISapSupportedSkusRequest, Func<HttpResponseMessage, Task<ISapSupportedResourceSkusResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get a list of SAP supported SKUs for ASCS, Application and Database tier.

SapVirtualInstancesCreate(String, String, String, ISapVirtualInstance, Func<HttpResponseMessage,Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a Virtual Instance for SAP solutions (VIS) resource

SapVirtualInstancesCreateViaIdentity(String, ISapVirtualInstance, Func<HttpResponseMessage,Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a Virtual Instance for SAP solutions (VIS) resource

SapVirtualInstancesCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a Virtual Instance for SAP solutions (VIS) resource

SapVirtualInstancesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.

SapVirtualInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.

SapVirtualInstancesGet(String, String, String, Func<HttpResponseMessage, Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a Virtual Instance for SAP solutions resource

SapVirtualInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a Virtual Instance for SAP solutions resource

SapVirtualInstancesListByResourceGroup(String, String, Func<HttpResponseMessage, Task<ISapVirtualInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all Virtual Instances for SAP solutions resources in a Resource Group.

SapVirtualInstancesListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<ISapVirtualInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all Virtual Instances for SAP solutions resources in a Resource Group.

SapVirtualInstancesListBySubscription(String, Func<HttpResponseMessage, Task<ISapVirtualInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all Virtual Instances for SAP solutions resources in a Subscription.

SapVirtualInstancesListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<ISapVirtualInstanceList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all Virtual Instances for SAP solutions resources in a Subscription.

SapVirtualInstancesStart(String, String, String, IStartRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the SAP application, that is the Central Services instance and Application server instances.

SapVirtualInstancesStartViaIdentity(String, IStartRequest, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Starts the SAP application, that is the Central Services instance and Application server instances.

SapVirtualInstancesStop(String, String, String, IStopRequest, Func<HttpResponseMessage,Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the SAP Application, that is the Application server instances and Central Services instance.

SapVirtualInstancesStopViaIdentity(String, IStopRequest, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops the SAP Application, that is the Application server instances and Central Services instance.

SapVirtualInstancesUpdate(String, String, String, IUpdateSapVirtualInstanceRequest, Func<HttpResponseMessage,Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates a Virtual Instance for SAP solutions resource

SapVirtualInstancesUpdateViaIdentity(String, IUpdateSapVirtualInstanceRequest, Func<HttpResponseMessage,Task<ISapVirtualInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates a Virtual Instance for SAP solutions resource

Applies to