New-AzSpringCloudAppLoadedCertificateObject
Create an in-memory object for LoadedCertificate.
Syntax
Default (Default)
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.
Parameter properties
Type: | Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ResourceId
Resource Id of loaded certificate.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.