Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceGatewayAddressLocationResponseInner
Packages that use ServiceGatewayAddressLocationResponseInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewayAddressLocationResponseInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ServiceGatewayAddressLocationResponseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ServiceGatewayAddressLocationResponseInner> ServiceGatewaysClient.getAddressLocations(String resourceGroupName, String serviceGatewayName) Get address locations in service gateway.com.azure.core.http.rest.PagedIterable<ServiceGatewayAddressLocationResponseInner> ServiceGatewaysClient.getAddressLocations(String resourceGroupName, String serviceGatewayName, com.azure.core.util.Context context) Get address locations in service gateway.com.azure.core.http.rest.PagedFlux<ServiceGatewayAddressLocationResponseInner> ServiceGatewaysClient.getAddressLocationsAsync(String resourceGroupName, String serviceGatewayName) Get address locations in service gateway. -
Uses of ServiceGatewayAddressLocationResponseInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceGatewayAddressLocationResponseInnerModifier and TypeClassDescriptionfinal classProperties of the service gateway address location.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceGatewayAddressLocationResponseInnerModifier and TypeMethodDescriptionServiceGatewayAddressLocationResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayAddressLocationResponseInner from the JsonReader.ServiceGatewayAddressLocationResponseInner.withAddresses(List<ServiceGatewayAddress> addresses) Set the addresses property: An array of addresses to create or update in locations.ServiceGatewayAddressLocationResponseInner.withAddressLocation(String addressLocation) Set the addressLocation property: Location to update. -
Uses of ServiceGatewayAddressLocationResponseInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewayAddressLocationResponseInnerModifier and TypeMethodDescriptionGetServiceGatewayAddressLocationsResult.value()Get the value property: A list of address locations of service gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ServiceGatewayAddressLocationResponseInnerModifier and TypeMethodDescriptionGetServiceGatewayAddressLocationsResult.withValue(List<ServiceGatewayAddressLocationResponseInner> value) Set the value property: A list of address locations of service gateway.