EndpointCertificateListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. EndpointCertificateListResult
- com.
Implements
public final class EndpointCertificateListResult
implements JsonSerializable<EndpointCertificateListResult>
A list of endpoint certificates on the target instance.
Constructor Summary
| Constructor | Description |
|---|---|
| EndpointCertificateListResult() |
Creates an instance of Endpoint |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Endpoint |
fromJson(JsonReader jsonReader)
Reads an instance of Endpoint |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Endpoint |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
EndpointCertificateListResult
public EndpointCertificateListResult()
Creates an instance of EndpointCertificateListResult class.
Method Details
fromJson
public static EndpointCertificateListResult fromJson(JsonReader jsonReader)
Reads an instance of EndpointCertificateListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<EndpointCertificateInner> value()
Get the value property: Array of results.
Returns: