certificates
suspend fun certificates(value: Output<List<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgs>>)
suspend fun certificates(value: List<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgs>)
Parameters
value
One or more certificate
blocks as defined below.
NOTE: The schema of the
certificate
block is slightly different depending on if you are provisioning awindows_configuration
or alinux_configuration
.
suspend fun certificates(vararg values: Output<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgs>)
suspend fun certificates(values: List<Output<OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgs>>)
suspend fun certificates(vararg values: OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgs)
Parameters
values
One or more certificate
blocks as defined below.
NOTE: The schema of the
certificate
block is slightly different depending on if you are provisioning awindows_configuration
or alinux_configuration
.
suspend fun certificates(argument: List<suspend OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgsBuilder.() -> Unit>)
suspend fun certificates(vararg argument: suspend OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgsBuilder.() -> Unit)
suspend fun certificates(argument: suspend OrchestratedVirtualMachineScaleSetOsProfileWindowsConfigurationSecretCertificateArgsBuilder.() -> Unit)
Parameters
argument
One or more certificate
blocks as defined below.
NOTE: The schema of the
certificate
block is slightly different depending on if you are provisioning awindows_configuration
or alinux_configuration
.