AzureMonitorPrivateLinkScopeListResult Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. AzureMonitorPrivateLinkScopeListResult
- com.
Implements
public final class AzureMonitorPrivateLinkScopeListResult
implements JsonSerializable<AzureMonitorPrivateLinkScopeListResult>
Describes the list of Azure Monitor PrivateLinkScope resources.
Constructor | Description |
---|---|
Azure |
Creates an instance of Azure |
Modifier and Type | Method and Description |
---|---|
static
Azure |
from Reads an instance of Azure |
String |
next Get the next |
Json |
to |
void |
validate()
Validates the instance. |
List<Azure |
value()
Get the value property: List of Azure Monitor Private |
Azure |
with Set the next |
Azure |
with Set the value property: List of Azure Monitor Private |
Methods inherited from java.lang.Object
AzureMonitorPrivateLinkScopeListResult
public AzureMonitorPrivateLinkScopeListResult()
Creates an instance of AzureMonitorPrivateLinkScopeListResult class.
fromJson
public static AzureMonitorPrivateLinkScopeListResult fromJson(JsonReader jsonReader)
Reads an instance of AzureMonitorPrivateLinkScopeListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to get the next set of Azure Monitor PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: List of Azure Monitor PrivateLinkScope definitions.
Returns:
withNextLink
public AzureMonitorPrivateLinkScopeListResult withNextLink(String nextLink)
Set the nextLink property: The URI to get the next set of Azure Monitor PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set.
Parameters:
Returns:
withValue
public AzureMonitorPrivateLinkScopeListResult withValue(List
Set the value property: List of Azure Monitor PrivateLinkScope definitions.
Parameters:
Returns: