Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewayAddress
Packages that use ServiceGatewayAddress
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewayAddress in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ServiceGatewayAddressModifier and TypeMethodDescriptionServiceGatewayAddressLocationResponseInner.addresses()Get the addresses property: An array of addresses to create or update in locations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ServiceGatewayAddressModifier and TypeMethodDescriptionServiceGatewayAddressLocationResponseInner.withAddresses(List<ServiceGatewayAddress> addresses) Set the addresses property: An array of addresses to create or update in locations. -
Uses of ServiceGatewayAddress in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ServiceGatewayAddressModifier and TypeClassDescriptionfinal classProperties of the service gateway address.Methods in com.azure.resourcemanager.network.models that return ServiceGatewayAddressModifier and TypeMethodDescriptionstatic ServiceGatewayAddressServiceGatewayAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayAddress from the JsonReader.ServiceGatewayAddress.withAddress(String address) Set the address property: Address to update.ServiceGatewayAddress.withServices(List<String> services) Set the services property: Collection of services in address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewayAddressModifier and TypeMethodDescriptionServiceGatewayAddressLocation.addresses()Get the addresses property: An array of addresses to create or update in locations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ServiceGatewayAddressModifier and TypeMethodDescriptionServiceGatewayAddressLocation.withAddresses(List<ServiceGatewayAddress> addresses) Set the addresses property: An array of addresses to create or update in locations.