ServiceInitiatedSoftwareConfiguration 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.
The SAP Software configuration Input when the software is to be installed by service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ServiceInitiatedSoftwareConfigurationTypeConverter))]
public class ServiceInitiatedSoftwareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IServiceInitiatedSoftwareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ServiceInitiatedSoftwareConfigurationTypeConverter))>]
type ServiceInitiatedSoftwareConfiguration = class
interface IServiceInitiatedSoftwareConfiguration
interface IJsonSerializable
interface ISoftwareConfiguration
interface IValidates
Public Class ServiceInitiatedSoftwareConfiguration
Implements IServiceInitiatedSoftwareConfiguration, IValidates
- Inheritance
-
ServiceInitiatedSoftwareConfiguration
- Attributes
- Implements
Constructors
ServiceInitiatedSoftwareConfiguration() |
Creates an new ServiceInitiatedSoftwareConfiguration instance. |
Properties
BomUrl |
The URL to the SAP Build of Materials(BOM) file. |
HighAvailabilitySoftwareConfigurationFencingClientId |
The fencing client id. |
HighAvailabilitySoftwareConfigurationFencingClientPassword |
The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs. |
SapBitsStorageAccountId |
The SAP bits storage account id. |
SapFqdn |
The FQDN to set for the SAP system during install. |
SoftwareInstallationType |
The SAP software installation Type. |
SoftwareVersion |
The software version to install. |
SshPrivateKey |
The SSH private key. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceInitiatedSoftwareConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceInitiatedSoftwareConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IServiceInitiatedSoftwareConfiguration. |
FromJsonString(String) |
Creates a new instance of ServiceInitiatedSoftwareConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceInitiatedSoftwareConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |