SharedPrivateLinkResourceList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. SharedPrivateLinkResourceList
- com.
public final class SharedPrivateLinkResourceList
A list of shared private link resources.
Constructor Summary
| Constructor | Description |
|---|---|
| SharedPrivateLinkResourceList() |
Creates an instance of Shared |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Shared |
value()
Get the value property: The list of the shared private link resources. |
|
Shared |
withNextLink(String nextLink)
Set the next |
|
Shared |
withValue(List<SharedPrivateLinkResourceInner> value)
Set the value property: The list of the shared private link resources. |
Methods inherited from java.lang.Object
Constructor Details
SharedPrivateLinkResourceList
public SharedPrivateLinkResourceList()
Creates an instance of SharedPrivateLinkResourceList class.
Method Details
nextLink
public String nextLink()
Get the nextLink property: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.
Returns:
validate
public void validate()
Validates the instance.
value
public List<SharedPrivateLinkResourceInner> value()
Get the value property: The list of the shared private link resources.
Returns:
withNextLink
public SharedPrivateLinkResourceList withNextLink(String nextLink)
Set the nextLink property: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.
Parameters:
Returns:
withValue
public SharedPrivateLinkResourceList withValue(List<SharedPrivateLinkResourceInner> value)
Set the value property: The list of the shared private link resources.
Parameters:
Returns: