New-AzSpringCloudAppLoadedCertificateObject

Create an in-memory object for LoadedCertificate.

Syntax

New-AzSpringCloudAppLoadedCertificateObject
   -ResourceId <String>
   [-LoadTrustStore <Boolean>]
   [<CommonParameters>]

Description

Create an in-memory object for LoadedCertificate.

Examples

Example 1: Create an in-memory object for LoadedCertificate.

New-AzSpringCloudAppLoadedCertificateObject -ResourceId myResourceId

LoadTrustStore ResourceId
-------------- ----------
               myResourceId

Create an in-memory object for LoadedCertificate.

Parameters

-LoadTrustStore

Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

Resource Id of loaded certificate.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Outputs

LoadedCertificate

Notes

ALIASES