ISapNetWeaverProviderInstanceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.SapNetWeaverProviderInstancePropertiesTypeConverter))]
public interface ISapNetWeaverProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.SapNetWeaverProviderInstancePropertiesTypeConverter))>]
type ISapNetWeaverProviderInstanceProperties = interface
interface IJsonSerializable
interface IProviderSpecificProperties
Public Interface ISapNetWeaverProviderInstanceProperties
Implements IProviderSpecificProperties
- Derived
- Attributes
- Implements
Properties
ProviderType |
The provider type. For example, the value can be SapHana. (Inherited from IProviderSpecificProperties) |
SapClientId |
Gets or sets the SAP Client ID. |
SapHostFileEntry |
Gets or sets the list of HostFile Entries |
SapHostname |
Gets or sets the target virtual machine IP Address/FQDN. |
SapInstanceNr |
Gets or sets the instance number of SAP NetWeaver. |
SapPassword |
Sets the SAP password. |
SapPasswordUri |
Gets or sets the key vault URI to secret with the SAP password. |
SapPortNumber |
Gets or sets the SAP HTTP port number. |
SapSid |
Gets or sets the SAP System Identifier |
SapUsername |
Gets or sets the SAP user name. |
SslCertificateUri |
Gets or sets the blob URI to SSL certificate for the SAP system. |
SslPreference |
Gets or sets certificate preference if secure communication is enabled. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |