50 строки
3.3 KiB
YAML
50 строки
3.3 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint"
|
||
|
fullName: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint"
|
||
|
name: "OutboundEnvironmentEndpoint"
|
||
|
nameWithType: "OutboundEnvironmentEndpoint"
|
||
|
summary: "An immutable client-side representation of Outbound<wbr>Environment<wbr>Endpoint."
|
||
|
syntax: "public interface **OutboundEnvironmentEndpoint**"
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint.category()"
|
||
|
fullName: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint.category()"
|
||
|
name: "category()"
|
||
|
nameWithType: "OutboundEnvironmentEndpoint.category()"
|
||
|
summary: "Gets the category property: The type of service that Azure Load Testing connects to."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract String category()"
|
||
|
desc: "Gets the category property: The type of service that Azure Load Testing connects to."
|
||
|
returns:
|
||
|
description: "the category value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint.endpoints()"
|
||
|
fullName: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint.endpoints()"
|
||
|
name: "endpoints()"
|
||
|
nameWithType: "OutboundEnvironmentEndpoint.endpoints()"
|
||
|
summary: "Gets the endpoints property: The endpoints for this service to which the Batch service makes outbound calls."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract List<EndpointDependency> endpoints()"
|
||
|
desc: "Gets the endpoints property: The endpoints for this service to which the Batch service makes outbound calls."
|
||
|
returns:
|
||
|
description: "the endpoints value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.loadtestservice.models.EndpointDependency?alt=com.azure.resourcemanager.loadtestservice.models.EndpointDependency&text=EndpointDependency\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint.innerModel()"
|
||
|
fullName: "com.azure.resourcemanager.loadtestservice.models.OutboundEnvironmentEndpoint.innerModel()"
|
||
|
name: "innerModel()"
|
||
|
nameWithType: "OutboundEnvironmentEndpoint.innerModel()"
|
||
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>loadtestservice.<wbr>fluent.<wbr>models.<wbr>Outbound<wbr>Environment<wbr>Endpoint<wbr>Inner object."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract OutboundEnvironmentEndpointInner innerModel()"
|
||
|
desc: "Gets the inner com.azure.resourcemanager.loadtestservice.fluent.models.OutboundEnvironmentEndpointInner object."
|
||
|
returns:
|
||
|
description: "the inner object."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.fluent.models.OutboundEnvironmentEndpointInner?alt=com.azure.resourcemanager.loadtestservice.fluent.models.OutboundEnvironmentEndpointInner&text=OutboundEnvironmentEndpointInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "interface"
|
||
|
desc: "An immutable client-side representation of OutboundEnvironmentEndpoint."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.loadtestservice.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtestservice:1.0.0-beta.2
|