public final class OutboundEnvironmentEndpointInner extends Object
| Constructor and Description |
|---|
OutboundEnvironmentEndpointInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
category()
Get the category property: The type of service accessed by the App Service Environment, e.g., Azure Storage,
Azure SQL Database, and Azure Active Directory.
|
List<EndpointDependency> |
endpoints()
Get the endpoints property: The endpoints that the App Service Environment reaches the service at.
|
void |
validate()
Validates the instance.
|
OutboundEnvironmentEndpointInner |
withCategory(String category)
Set the category property: The type of service accessed by the App Service Environment, e.g., Azure Storage,
Azure SQL Database, and Azure Active Directory.
|
OutboundEnvironmentEndpointInner |
withEndpoints(List<EndpointDependency> endpoints)
Set the endpoints property: The endpoints that the App Service Environment reaches the service at.
|
public String category()
public OutboundEnvironmentEndpointInner withCategory(String category)
category - the category value to set.public List<EndpointDependency> endpoints()
public OutboundEnvironmentEndpointInner withEndpoints(List<EndpointDependency> endpoints)
endpoints - the endpoints value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.