| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectAlternativeNames |
X509CertificateProperties.subjectAlternativeNames()
Get the subjectAlternativeNames value.
|
SubjectAlternativeNames |
SubjectAlternativeNames.withDnsNames(List<String> dnsNames)
Set the dnsNames value.
|
SubjectAlternativeNames |
SubjectAlternativeNames.withEmails(List<String> emails)
Set the emails value.
|
SubjectAlternativeNames |
SubjectAlternativeNames.withUpns(List<String> upns)
Set the upns value.
|
| Modifier and Type | Method and Description |
|---|---|
X509CertificateProperties |
X509CertificateProperties.withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
Set the subjectAlternativeNames value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/