353 строки
22 KiB
YAML
353 строки
22 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance"
|
|
name: "SapVirtualInstance"
|
|
nameWithType: "SapVirtualInstance"
|
|
summary: "An immutable client-side representation of Sap<wbr>Virtual<wbr>Instance."
|
|
syntax: "public interface **SapVirtualInstance**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.configuration()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.configuration()"
|
|
name: "configuration()"
|
|
nameWithType: "SapVirtualInstance.configuration()"
|
|
summary: "Gets the configuration property: Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapConfiguration configuration()"
|
|
desc: "Gets the configuration property: Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS."
|
|
returns:
|
|
description: "the configuration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapConfiguration?alt=com.azure.resourcemanager.workloads.models.SapConfiguration&text=SapConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.environment()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.environment()"
|
|
name: "environment()"
|
|
nameWithType: "SapVirtualInstance.environment()"
|
|
summary: "Gets the environment property: Defines the environment type - Production/Non Production."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapEnvironmentType environment()"
|
|
desc: "Gets the environment property: Defines the environment type - Production/Non Production."
|
|
returns:
|
|
description: "the environment value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapEnvironmentType?alt=com.azure.resourcemanager.workloads.models.SapEnvironmentType&text=SapEnvironmentType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.errors()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.errors()"
|
|
name: "errors()"
|
|
nameWithType: "SapVirtualInstance.errors()"
|
|
summary: "Gets the errors property: Indicates any errors on the Virtual Instance for SAP solutions resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstanceError errors()"
|
|
desc: "Gets the errors property: Indicates any errors on the Virtual Instance for SAP solutions resource."
|
|
returns:
|
|
description: "the errors value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstanceError?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstanceError&text=SapVirtualInstanceError\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.health()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.health()"
|
|
name: "health()"
|
|
nameWithType: "SapVirtualInstance.health()"
|
|
summary: "Gets the health property: Defines the health of SAP Instances."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapHealthState health()"
|
|
desc: "Gets the health property: Defines the health of SAP Instances."
|
|
returns:
|
|
description: "the health value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapHealthState?alt=com.azure.resourcemanager.workloads.models.SapHealthState&text=SapHealthState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.id()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.id()"
|
|
name: "id()"
|
|
nameWithType: "SapVirtualInstance.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.identity()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.identity()"
|
|
name: "identity()"
|
|
nameWithType: "SapVirtualInstance.identity()"
|
|
summary: "Gets the identity property: A pre-created user assigned identity with appropriate roles assigned."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UserAssignedServiceIdentity identity()"
|
|
desc: "Gets the identity property: A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.UserAssignedServiceIdentity?alt=com.azure.resourcemanager.workloads.models.UserAssignedServiceIdentity&text=UserAssignedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.innerModel()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "SapVirtualInstance.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>workloads.<wbr>fluent.<wbr>models.<wbr>Sap<wbr>Virtual<wbr>Instance<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstanceInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner?alt=com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner&text=SapVirtualInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.location()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.location()"
|
|
name: "location()"
|
|
nameWithType: "SapVirtualInstance.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.managedResourceGroupConfiguration()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.managedResourceGroupConfiguration()"
|
|
name: "managedResourceGroupConfiguration()"
|
|
nameWithType: "SapVirtualInstance.managedResourceGroupConfiguration()"
|
|
summary: "Gets the managed<wbr>Resource<wbr>Group<wbr>Configuration property: Managed resource group configuration."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedRGConfiguration managedResourceGroupConfiguration()"
|
|
desc: "Gets the managedResourceGroupConfiguration property: Managed resource group configuration."
|
|
returns:
|
|
description: "the managedResourceGroupConfiguration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.ManagedRGConfiguration?alt=com.azure.resourcemanager.workloads.models.ManagedRGConfiguration&text=ManagedRGConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.name()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.name()"
|
|
name: "name()"
|
|
nameWithType: "SapVirtualInstance.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "SapVirtualInstance.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: Defines the provisioning states."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstanceProvisioningState provisioningState()"
|
|
desc: "Gets the provisioningState property: Defines the provisioning states."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstanceProvisioningState?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstanceProvisioningState&text=SapVirtualInstanceProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.refresh()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "SapVirtualInstance.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstance refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstance?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstance&text=SapVirtualInstance\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "SapVirtualInstance.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SapVirtualInstance refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstance?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstance&text=SapVirtualInstance\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.region()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.region()"
|
|
name: "region()"
|
|
nameWithType: "SapVirtualInstance.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.regionName()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "SapVirtualInstance.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "SapVirtualInstance.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.sapProduct()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.sapProduct()"
|
|
name: "sapProduct()"
|
|
nameWithType: "SapVirtualInstance.sapProduct()"
|
|
summary: "Gets the sap<wbr>Product property: Defines the SAP Product type."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapProductType sapProduct()"
|
|
desc: "Gets the sapProduct property: Defines the SAP Product type."
|
|
returns:
|
|
description: "the sapProduct value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapProductType?alt=com.azure.resourcemanager.workloads.models.SapProductType&text=SapProductType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.start()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.start()"
|
|
name: "start()"
|
|
nameWithType: "SapVirtualInstance.start()"
|
|
summary: "Starts the SAP application, that is the Central Services instance and Application server instances."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationStatusResult start()"
|
|
desc: "Starts the SAP application, that is the Central Services instance and Application server instances."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.start(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.start(Context context)"
|
|
name: "start(Context context)"
|
|
nameWithType: "SapVirtualInstance.start(Context context)"
|
|
summary: "Starts the SAP application, that is the Central Services instance and Application server instances."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract OperationStatusResult start(Context context)"
|
|
desc: "Starts the SAP application, that is the Central Services instance and Application server instances."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.state()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.state()"
|
|
name: "state()"
|
|
nameWithType: "SapVirtualInstance.state()"
|
|
summary: "Gets the state property: Defines the Virtual Instance for SAP state."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstanceState state()"
|
|
desc: "Gets the state property: Defines the Virtual Instance for SAP state."
|
|
returns:
|
|
description: "the state value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstanceState?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstanceState&text=SapVirtualInstanceState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.status()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.status()"
|
|
name: "status()"
|
|
nameWithType: "SapVirtualInstance.status()"
|
|
summary: "Gets the status property: Defines the SAP Instance status."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstanceStatus status()"
|
|
desc: "Gets the status property: Defines the SAP Instance status."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstanceStatus?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstanceStatus&text=SapVirtualInstanceStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.stop()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.stop()"
|
|
name: "stop()"
|
|
nameWithType: "SapVirtualInstance.stop()"
|
|
summary: "Stops the SAP Application, that is the Application server instances and Central Services instance."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperationStatusResult stop()"
|
|
desc: "Stops the SAP Application, that is the Application server instances and Central Services instance."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.stop(com.azure.resourcemanager.workloads.models.StopRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.stop(StopRequest body, Context context)"
|
|
name: "stop(StopRequest body, Context context)"
|
|
nameWithType: "SapVirtualInstance.stop(StopRequest body, Context context)"
|
|
summary: "Stops the SAP Application, that is the Application server instances and Central Services instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Virtual Instance for SAP solutions resource stop request body."
|
|
name: "body"
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.StopRequest?alt=com.azure.resourcemanager.workloads.models.StopRequest&text=StopRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract OperationStatusResult stop(StopRequest body, Context context)"
|
|
desc: "Stops the SAP Application, that is the Application server instances and Central Services instance."
|
|
returns:
|
|
description: "the current status of an async operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.OperationStatusResult?alt=com.azure.resourcemanager.workloads.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.systemData()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "SapVirtualInstance.systemData()"
|
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.tags()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.tags()"
|
|
name: "tags()"
|
|
nameWithType: "SapVirtualInstance.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.type()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.type()"
|
|
name: "type()"
|
|
nameWithType: "SapVirtualInstance.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.update()"
|
|
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstance.update()"
|
|
name: "update()"
|
|
nameWithType: "SapVirtualInstance.update()"
|
|
summary: "Begins update for the Sap<wbr>Virtual<wbr>Instance resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SapVirtualInstance.Update update()"
|
|
desc: "Begins update for the SapVirtualInstance resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstance.Update?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstance.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of SapVirtualInstance."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.workloads.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0
|