EndpointServiceResult 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
EndpointServiceResult() |
Initializes a new instance of the EndpointServiceResult class. |
EndpointServiceResult(String, String, String) |
Initializes a new instance of the EndpointServiceResult class. |
EndpointServiceResult()
Initializes a new instance of the EndpointServiceResult class.
public EndpointServiceResult ();
Public Sub New ()
Applies to
EndpointServiceResult(String, String, String)
Initializes a new instance of the EndpointServiceResult class.
public EndpointServiceResult (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Network.Models.EndpointServiceResult : string * string * string -> Microsoft.Azure.Management.Network.Models.EndpointServiceResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Name of the endpoint service.
- type
- String
Type of the endpoint service.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET