SapVirtualInstanceProperties 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.
Defines the Virtual Instance for SAP solutions resource properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapVirtualInstancePropertiesTypeConverter))]
public class SapVirtualInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapVirtualInstanceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapVirtualInstancePropertiesTypeConverter))>]
type SapVirtualInstanceProperties = class
interface ISapVirtualInstanceProperties
interface IJsonSerializable
Public Class SapVirtualInstanceProperties
Implements ISapVirtualInstanceProperties
- Inheritance
-
SapVirtualInstanceProperties
- Attributes
- Implements
Constructors
SapVirtualInstanceProperties() |
Creates an new SapVirtualInstanceProperties instance. |
Properties
Code |
Service specific error code which serves as the substatus for the HTTP error code. |
Configuration |
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 |
Detail |
Internal error details. |
Environment |
Defines the environment type - Production/Non Production. |
Health |
Defines the health of SAP Instances. |
ManagedResourceGroupConfigurationName |
Managed resource group name |
ManagedResourcesNetworkAccessType |
Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 |
Message |
Description of the error. |
ProvisioningState |
Defines the provisioning states. |
SapProduct |
Defines the SAP Product type. |
State |
Defines the Virtual Instance for SAP state. |
Status |
Defines the SAP Instance status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapVirtualInstanceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapVirtualInstanceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapVirtualInstanceProperties. |
FromJsonString(String) |
Creates a new instance of SapVirtualInstanceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapVirtualInstanceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |