Uses of Class
com.azure.resourcemanager.network.fluent.models.EndpointServiceResultInner
-
Packages that use EndpointServiceResultInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of EndpointServiceResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type EndpointServiceResultInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<EndpointServiceResultInner>AvailableEndpointServicesClient. list(String location)List what values of endpoint services are available for use.com.azure.core.http.rest.PagedIterable<EndpointServiceResultInner>AvailableEndpointServicesClient. list(String location, com.azure.core.util.Context context)List what values of endpoint services are available for use.com.azure.core.http.rest.PagedFlux<EndpointServiceResultInner>AvailableEndpointServicesClient. listAsync(String location)List what values of endpoint services are available for use. -
Uses of EndpointServiceResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return EndpointServiceResultInner Modifier and Type Method Description EndpointServiceResultInnerEndpointServiceResultInner. withId(String id) -
Uses of EndpointServiceResultInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type EndpointServiceResultInner Modifier and Type Method Description List<EndpointServiceResultInner>EndpointServicesListResult. value()Get the value property: List of available endpoint services in a region.Method parameters in com.azure.resourcemanager.network.models with type arguments of type EndpointServiceResultInner Modifier and Type Method Description EndpointServicesListResultEndpointServicesListResult. withValue(List<EndpointServiceResultInner> value)Set the value property: List of available endpoint services in a region.
-