PrivateLinkHubInfoListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. PrivateLinkHubInfoListResult
- com.
Implements
public final class PrivateLinkHubInfoListResult
implements JsonSerializable<PrivateLinkHubInfoListResult>
List of privateLinkHubs.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkHubInfoListResult() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Private |
value()
Get the value property: List of private |
|
Private |
withNextLink(String nextLink)
Set the next |
|
Private |
withValue(List<PrivateLinkHubInner> value)
Set the value property: List of private |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkHubInfoListResult
public PrivateLinkHubInfoListResult()
Creates an instance of PrivateLinkHubInfoListResult class.
Method Details
fromJson
public static PrivateLinkHubInfoListResult fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkHubInfoListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateLinkHubInner> value()
Get the value property: List of privateLinkHubs.
Returns:
withNextLink
public PrivateLinkHubInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.
Parameters:
Returns:
withValue
public PrivateLinkHubInfoListResult withValue(List<PrivateLinkHubInner> value)
Set the value property: List of privateLinkHubs.
Parameters:
Returns: