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 SubjectAlternativeNamesX509CertificateProperties. subjectAlternativeNames()Get the subjectAlternativeNames value.SubjectAlternativeNamesSubjectAlternativeNames. withDnsNames(List<String> dnsNames)Set the dnsNames value.SubjectAlternativeNamesSubjectAlternativeNames. withEmails(List<String> emails)Set the emails value.SubjectAlternativeNamesSubjectAlternativeNames. 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 X509CertificatePropertiesX509CertificateProperties. withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)Set the subjectAlternativeNames value.
-