Class AvailablePrivateEndpointTypesResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.AvailablePrivateEndpointTypesResult
-
public final class AvailablePrivateEndpointTypesResult extends Object
An array of available PrivateEndpoint types.
-
-
Constructor Summary
Constructors Constructor Description AvailablePrivateEndpointTypesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<AvailablePrivateEndpointTypeInner>value()Get the value property: An array of available privateEndpoint type.AvailablePrivateEndpointTypesResultwithValue(List<AvailablePrivateEndpointTypeInner> value)Set the value property: An array of available privateEndpoint type.
-
-
-
Method Detail
-
value
public List<AvailablePrivateEndpointTypeInner> value()
Get the value property: An array of available privateEndpoint type.- Returns:
- the value value.
-
withValue
public AvailablePrivateEndpointTypesResult withValue(List<AvailablePrivateEndpointTypeInner> value)
Set the value property: An array of available privateEndpoint type.- Parameters:
value- the value value to set.- Returns:
- the AvailablePrivateEndpointTypesResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-