SubjectAlternativeNames Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SubjectAlternativeNames() |
Initializes a new instance of the SubjectAlternativeNames class. |
SubjectAlternativeNames(IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the SubjectAlternativeNames class. |
SubjectAlternativeNames()
- Source:
- SubjectAlternativeNames.cs
Initializes a new instance of the SubjectAlternativeNames class.
public SubjectAlternativeNames ();
Public Sub New ()
Applies to
SubjectAlternativeNames(IList<String>, IList<String>, IList<String>)
- Source:
- SubjectAlternativeNames.cs
Initializes a new instance of the SubjectAlternativeNames class.
public SubjectAlternativeNames (System.Collections.Generic.IList<string> emails = default, System.Collections.Generic.IList<string> dnsNames = default, System.Collections.Generic.IList<string> upns = default);
new Microsoft.Azure.KeyVault.Models.SubjectAlternativeNames : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.KeyVault.Models.SubjectAlternativeNames
Public Sub New (Optional emails As IList(Of String) = Nothing, Optional dnsNames As IList(Of String) = Nothing, Optional upns As IList(Of String) = Nothing)
Parameters
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET