PrivateEndpointConnectionListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. fluent. models. PrivateEndpointConnectionListResultInner
- com.
Implements
public final class PrivateEndpointConnectionListResultInner
implements JsonSerializable<PrivateEndpointConnectionListResultInner>
List of private endpoint connection associated with the specified storage account.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionListResultInner() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Private |
value()
Get the value property: Array of private endpoint connections. |
Private |
withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: Array of private endpoint connections. |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionListResultInner
public PrivateEndpointConnectionListResultInner()
Creates an instance of PrivateEndpointConnectionListResultInner class.
Method Details
fromJson
public static PrivateEndpointConnectionListResultInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Array of private endpoint connections.
Returns:
withValue
public PrivateEndpointConnectionListResultInner withValue(List
Set the value property: Array of private endpoint connections.
Parameters:
Returns:
Applies to
Azure SDK for Java