Udostępnij przez


ArmAppContainersModelFactory.SpringCloudConfigComponent Method

Definition

Initializes a new instance of SpringCloudConfigComponent.

public static Azure.ResourceManager.AppContainers.Models.SpringCloudConfigComponent SpringCloudConfigComponent(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);
static member SpringCloudConfigComponent : Nullable<Azure.ResourceManager.AppContainers.Models.JavaComponentProvisioningState> * seq<Azure.ResourceManager.AppContainers.Models.JavaComponentConfigurationProperty> * Azure.ResourceManager.AppContainers.Models.JavaComponentPropertiesScale * seq<Azure.ResourceManager.AppContainers.Models.JavaComponentServiceBind> -> Azure.ResourceManager.AppContainers.Models.SpringCloudConfigComponent
Public Shared Function SpringCloudConfigComponent (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) As SpringCloudConfigComponent

Parameters

provisioningState
Nullable<JavaComponentProvisioningState>

Provisioning state of the Java Component.

configurations
IEnumerable<JavaComponentConfigurationProperty>

List of Java Components configuration properties.

scale
JavaComponentPropertiesScale

Java component scaling configurations.

serviceBinds
IEnumerable<JavaComponentServiceBind>

List of Java Components that are bound to the Java component.

Returns

A new SpringCloudConfigComponent instance for mocking.

Applies to