
com.azure.resourcemanager.storagepool.models.OutboundEnvironmentEndpoint Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.storagepool.models;
import com.azure.resourcemanager.storagepool.fluent.models.OutboundEnvironmentEndpointInner;
import java.util.List;
/**
* An immutable client-side representation of OutboundEnvironmentEndpoint.
*/
public interface OutboundEnvironmentEndpoint {
/**
* Gets the category property: The type of service accessed by the App Service Environment, e.g., Azure Storage,
* Azure SQL Database, and Azure Active Directory.
*
* @return the category value.
*/
String category();
/**
* Gets the endpoints property: The endpoints that the App Service Environment reaches the service at.
*
* @return the endpoints value.
*/
List endpoints();
/**
* Gets the inner com.azure.resourcemanager.storagepool.fluent.models.OutboundEnvironmentEndpointInner object.
*
* @return the inner object.
*/
OutboundEnvironmentEndpointInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy