Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFrontendPort
-
Packages that use ApplicationGatewayFrontendPort Package Description 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 ApplicationGatewayFrontendPort in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayFrontendPort Modifier and Type Method Description List<ApplicationGatewayFrontendPort>ApplicationGatewayInner. frontendPorts()Get the frontendPorts property: Frontend ports of the application gateway resource.List<ApplicationGatewayFrontendPort>ApplicationGatewayPropertiesFormat. frontendPorts()Get the frontendPorts property: Frontend ports of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayFrontendPort Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withFrontendPorts(List<ApplicationGatewayFrontendPort> frontendPorts)Set the frontendPorts property: Frontend ports of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withFrontendPorts(List<ApplicationGatewayFrontendPort> frontendPorts)Set the frontendPorts property: Frontend ports of the application gateway resource. -
Uses of ApplicationGatewayFrontendPort in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFrontendPort Modifier and Type Method Description ApplicationGatewayFrontendPortApplicationGatewayFrontendPort. withId(String id)ApplicationGatewayFrontendPortApplicationGatewayFrontendPort. withName(String name)Set the name property: Name of the frontend port that is unique within an Application Gateway.ApplicationGatewayFrontendPortApplicationGatewayFrontendPort. withPort(Integer port)Set the port property: Frontend port.
-