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.
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. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
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.