AzureMonitorPrivateLinkScopeListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.monitor.models.AzureMonitorPrivateLinkScopeListResult

Implements

public final class AzureMonitorPrivateLinkScopeListResult
implements JsonSerializable<AzureMonitorPrivateLinkScopeListResult>

Describes the list of Azure Monitor PrivateLinkScope resources.

Constructor Summary

Constructor Description
AzureMonitorPrivateLinkScopeListResult()

Creates an instance of AzureMonitorPrivateLinkScopeListResult class.

Method Summary

Modifier and Type Method and Description
static AzureMonitorPrivateLinkScopeListResult fromJson(JsonReader jsonReader)

Reads an instance of AzureMonitorPrivateLinkScopeListResult from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<AzureMonitorPrivateLinkScopeInner> value()

Get the value property: List of Azure Monitor PrivateLinkScope definitions.

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.

AzureMonitorPrivateLinkScopeListResult withValue(List<AzureMonitorPrivateLinkScopeInner> value)

Set the value property: List of Azure Monitor PrivateLinkScope definitions.

Methods inherited from java.lang.Object

Constructor Details

AzureMonitorPrivateLinkScopeListResult

public AzureMonitorPrivateLinkScopeListResult()

Creates an instance of AzureMonitorPrivateLinkScopeListResult class.

Method Details

fromJson

public static AzureMonitorPrivateLinkScopeListResult fromJson(JsonReader jsonReader)

Reads an instance of AzureMonitorPrivateLinkScopeListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AzureMonitorPrivateLinkScopeListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

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:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of Azure Monitor PrivateLinkScope definitions.

Returns:

the value value.

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:

nextLink - the nextLink value to set.

Returns:

the AzureMonitorPrivateLinkScopeListResult object itself.

withValue

public AzureMonitorPrivateLinkScopeListResult withValue(List value)

Set the value property: List of Azure Monitor PrivateLinkScope definitions.

Parameters:

value - the value value to set.

Returns:

the AzureMonitorPrivateLinkScopeListResult object itself.

Applies to

Azure SDK for Java

Latest