Uses of Class
com.microsoft.azure.keyvault.models.SubjectAlternativeNames
-
Packages that use SubjectAlternativeNames Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of SubjectAlternativeNames in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return SubjectAlternativeNames Modifier and Type Method 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.Methods in com.microsoft.azure.keyvault.models with parameters of type SubjectAlternativeNames Modifier and Type Method Description X509CertificateProperties
X509CertificateProperties. withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
Set the subjectAlternativeNames value.
-