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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.