ApiContactInformation 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
ApiContactInformation() |
Initializes a new instance of the ApiContactInformation class. |
ApiContactInformation(String, String, String) |
Initializes a new instance of the ApiContactInformation class. |
ApiContactInformation()
Initializes a new instance of the ApiContactInformation class.
public ApiContactInformation ();
Public Sub New ()
Applies to
ApiContactInformation(String, String, String)
Initializes a new instance of the ApiContactInformation class.
public ApiContactInformation (string name = default, string url = default, string email = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiContactInformation : string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiContactInformation
Public Sub New (Optional name As String = Nothing, Optional url As String = Nothing, Optional email As String = Nothing)
Parameters
- name
- String
The identifying name of the contact person/organization
- url
- String
The URL pointing to the contact information. MUST be in the format of a URL
- String
The email address of the contact person/organization. MUST be in the format of an email address
Applies to
Azure SDK for .NET