Sbe Partner Info Args
data class SbePartnerInfoArgs(val credentialList: Output<List<SbeCredentialsArgs>>? = null, val partnerProperties: Output<List<SbePartnerPropertiesArgs>>? = null, val sbeDeploymentInfo: Output<SbeDeploymentInfoArgs>? = null) : ConvertibleToJava<SbePartnerInfoArgs>
The solution builder extension (SBE) partner deployment info for cluster.
Constructors
Link copied to clipboard
constructor(credentialList: Output<List<SbeCredentialsArgs>>? = null, partnerProperties: Output<List<SbePartnerPropertiesArgs>>? = null, sbeDeploymentInfo: Output<SbeDeploymentInfoArgs>? = null)
Properties
Link copied to clipboard
SBE credentials list for AzureStackHCI cluster deployment.
Link copied to clipboard
List of SBE partner properties for AzureStackHCI cluster deployment.
Link copied to clipboard
SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment.