IWithCertificate<ParentT>.WithExistingAppServiceCertificateOrder Method
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.
Specifies a ready-to-use certificate order to use. This is usually useful for reusing wildcard certificates.
public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<ParentT> WithExistingAppServiceCertificateOrder (Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder certificateOrder);
abstract member WithExistingAppServiceCertificateOrder : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder -> Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<'ParentT>
Public Function WithExistingAppServiceCertificateOrder (certificateOrder As IAppServiceCertificateOrder) As IWithSslType(Of ParentT)
Parameters
- certificateOrder
- IAppServiceCertificateOrder
The ready-to-use certificate order.