ArmAppContainersModelFactory.SpringCloudGatewayComponent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.AppContainers.Models.SpringCloudGatewayComponent SpringCloudGatewayComponent(Azure.ResourceManager.AppContainers.Models.JavaComponentProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.JavaComponentConfigurationProperty> configurations = default, Azure.ResourceManager.AppContainers.Models.JavaComponentPropertiesScale scale = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.JavaComponentServiceBind> serviceBinds = default, string ingressFqdn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ScgRoute> springCloudGatewayRoutes = default);
static member SpringCloudGatewayComponent : Nullable<Azure.ResourceManager.AppContainers.Models.JavaComponentProvisioningState> * seq<Azure.ResourceManager.AppContainers.Models.JavaComponentConfigurationProperty> * Azure.ResourceManager.AppContainers.Models.JavaComponentPropertiesScale * seq<Azure.ResourceManager.AppContainers.Models.JavaComponentServiceBind> * string * seq<Azure.ResourceManager.AppContainers.Models.ScgRoute> -> Azure.ResourceManager.AppContainers.Models.SpringCloudGatewayComponent
Public Shared Function SpringCloudGatewayComponent (Optional provisioningState As Nullable(Of JavaComponentProvisioningState) = Nothing, Optional configurations As IEnumerable(Of JavaComponentConfigurationProperty) = Nothing, Optional scale As JavaComponentPropertiesScale = Nothing, Optional serviceBinds As IEnumerable(Of JavaComponentServiceBind) = Nothing, Optional ingressFqdn As String = Nothing, Optional springCloudGatewayRoutes As IEnumerable(Of ScgRoute) = Nothing) As SpringCloudGatewayComponent
Parameters
- provisioningState
- Nullable<JavaComponentProvisioningState>
Provisioning state of the Java Component.
- configurations
- IEnumerable<JavaComponentConfigurationProperty>
List of Java Components configuration properties.
Java component scaling configurations.
- serviceBinds
- IEnumerable<JavaComponentServiceBind>
List of Java Components that are bound to the Java component.
- ingressFqdn
- String
Hostname of the Java Component endpoint.
- springCloudGatewayRoutes
- IEnumerable<ScgRoute>
Gateway route definition.
Returns
A new SpringCloudGatewayComponent instance for mocking.