Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceGatewayServiceInner
Packages that use ServiceGatewayServiceInner
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 ServiceGatewayServiceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ServiceGatewayServiceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ServiceGatewayServiceInner> ServiceGatewaysClient.getServices(String resourceGroupName, String serviceGatewayName) Get Services in service gateway.com.azure.core.http.rest.PagedIterable<ServiceGatewayServiceInner> ServiceGatewaysClient.getServices(String resourceGroupName, String serviceGatewayName, com.azure.core.util.Context context) Get Services in service gateway.com.azure.core.http.rest.PagedFlux<ServiceGatewayServiceInner> ServiceGatewaysClient.getServicesAsync(String resourceGroupName, String serviceGatewayName) Get Services in service gateway. -
Uses of ServiceGatewayServiceInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceGatewayServiceInnerModifier and TypeClassDescriptionfinal classProperties of the service gateway service.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceGatewayServiceInnerModifier and TypeMethodDescriptionstatic ServiceGatewayServiceInnerServiceGatewayServiceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceGatewayServiceInner from the JsonReader.ServiceGatewayServiceRequestInner.service()Get the service property: Service of service gateway.ServiceGatewayServiceInner.withIsDefault(Boolean isDefault) Set the isDefault property: Set to true to mark default service for inbound or outbound.ServiceGatewayServiceInner.withLoadBalancerBackendPools(List<BackendAddressPoolInner> loadBalancerBackendPools) Set the loadBalancerBackendPools property: An array of load balancer backend address pools.Set the name property: Name of the service.ServiceGatewayServiceInner.withPublicNatGatewayId(String publicNatGatewayId) Set the publicNatGatewayId property: Azure Resource Id of public natgateway.ServiceGatewayServiceInner.withServiceType(ServiceType serviceType) Set the serviceType property: Name of the service.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ServiceGatewayServiceInnerModifier and TypeMethodDescriptionServiceGatewayServiceRequestInner.withService(ServiceGatewayServiceInner service) Set the service property: Service of service gateway. -
Uses of ServiceGatewayServiceInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewayServiceInnerModifier and TypeMethodDescriptionGetServiceGatewayServicesResult.value()Get the value property: A list of services of service gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ServiceGatewayServiceInnerModifier and TypeMethodDescriptionGetServiceGatewayServicesResult.withValue(List<ServiceGatewayServiceInner> value) Set the value property: A list of services of service gateway.