Class MhsmPrivateEndpointConnectionsListResult
java.lang.Object
com.azure.resourcemanager.keyvault.models.MhsmPrivateEndpointConnectionsListResult
List of private endpoint connections associated with a managed HSM Pools.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MhsmPrivateEndpointConnectionsListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of managed HSM Pools.voidvalidate()Validates the instance.value()Get the value property: The private endpoint connection associated with a managed HSM Pools.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of managed HSM Pools.Set the value property: The private endpoint connection associated with a managed HSM Pools.
-
Constructor Details
-
MhsmPrivateEndpointConnectionsListResult
public MhsmPrivateEndpointConnectionsListResult()Creates an instance of MhsmPrivateEndpointConnectionsListResult class.
-
-
Method Details
-
value
Get the value property: The private endpoint connection associated with a managed HSM Pools.- Returns:
- the value value.
-
withValue
public MhsmPrivateEndpointConnectionsListResult withValue(List<MhsmPrivateEndpointConnectionInner> value) Set the value property: The private endpoint connection associated with a managed HSM Pools.- Parameters:
value- the value value to set.- Returns:
- the MhsmPrivateEndpointConnectionsListResult object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of managed HSM Pools.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URL to get the next set of managed HSM Pools.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the MhsmPrivateEndpointConnectionsListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-