CustomDomainProperties 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
CustomDomainProperties() |
Initializes a new instance of the CustomDomainProperties class. |
CustomDomainProperties(String, String, String) |
Initializes a new instance of the CustomDomainProperties class. |
CustomDomainProperties()
Initializes a new instance of the CustomDomainProperties class.
public CustomDomainProperties ();
Public Sub New ()
Applies to
CustomDomainProperties(String, String, String)
Initializes a new instance of the CustomDomainProperties class.
public CustomDomainProperties (string thumbprint = default, string appName = default, string certName = default);
new Microsoft.Azure.Management.AppPlatform.Models.CustomDomainProperties : string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.CustomDomainProperties
Public Sub New (Optional thumbprint As String = Nothing, Optional appName As String = Nothing, Optional certName As String = Nothing)
Parameters
- thumbprint
- String
The thumbprint of bound certificate.
- appName
- String
The app name of domain.
- certName
- String
The bound certificate name of domain.
Applies to
Azure SDK for .NET