Class OutboundEnvironmentEndpointInner
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner
An endpoint that the managed instance service requires outbound network access to.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OutboundEnvironmentEndpointInner class. -
Method Summary
Modifier and TypeMethodDescriptioncategory()Get the category property: The type of service accessed by the managed instance service, e.g., Azure Storage, Azure Active Directory, etc.Get the endpoints property: The endpoints that the managed instance service communicates with in order to function correctly.voidvalidate()Validates the instance.
-
Constructor Details
-
OutboundEnvironmentEndpointInner
public OutboundEnvironmentEndpointInner()Creates an instance of OutboundEnvironmentEndpointInner class.
-
-
Method Details
-
category
Get the category property: The type of service accessed by the managed instance service, e.g., Azure Storage, Azure Active Directory, etc.- Returns:
- the category value.
-
endpoints
Get the endpoints property: The endpoints that the managed instance service communicates with in order to function correctly.- Returns:
- the endpoints value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-