EndpointServiceResultInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. EndpointServiceResultInner
- com.
- com.
public final class EndpointServiceResultInner
extends SubResource
Endpoint service.
Constructor Summary
Constructor | Description |
---|---|
EndpointServiceResultInner() |
Creates an instance of Endpoint |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Endpoint |
fromJson(JsonReader jsonReader)
Reads an instance of Endpoint |
String |
name()
Get the name property: Name of the endpoint service. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Type of the endpoint service. |
void |
validate()
Validates the instance. |
Endpoint |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
EndpointServiceResultInner
public EndpointServiceResultInner()
Creates an instance of EndpointServiceResultInner class.
Method Details
fromJson
public static EndpointServiceResultInner fromJson(JsonReader jsonReader)
Reads an instance of EndpointServiceResultInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the endpoint service.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
EndpointServiceResultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of the endpoint service.
Returns:
validate
public void validate()
Validates the instance.
withId
public EndpointServiceResultInner withId(String id)
Overrides:
EndpointServiceResultInner.withId(String id)Parameters:
Applies to
Azure SDK for Java