AlibabaCloud.SDK.ROS.CDK.Vpc.VpnRouteEntry.VpnRouteEntry C# (CSharp) Метод

VpnRouteEntry() публичный Метод

Create a new `ALIYUN::VPC::VpnRouteEntry`.
Param scope - scope in which this resource is defined Param id - scoped id of the resource Param props - resource properties
public VpnRouteEntry ( AlibabaCloud.SDK.ROS.CDK.Core.Construct scope, string id, AlibabaCloud.SDK.ROS.CDK.Vpc.IVpnRouteEntryProps props, bool? enableResourcePropertyConstraint = null ) : Amazon.JSII.Runtime.Deputy
scope AlibabaCloud.SDK.ROS.CDK.Core.Construct
id string
props AlibabaCloud.SDK.ROS.CDK.Vpc.IVpnRouteEntryProps
enableResourcePropertyConstraint bool?
Результат Amazon.JSII.Runtime.Deputy
        public VpnRouteEntry(AlibabaCloud.SDK.ROS.CDK.Core.Construct scope, string id, AlibabaCloud.SDK.ROS.CDK.Vpc.IVpnRouteEntryProps props, bool? enableResourcePropertyConstraint = null): base(new DeputyProps(new object?[]{scope, id, props, enableResourcePropertyConstraint}))
        {
        }

Same methods

VpnRouteEntry::VpnRouteEntry ( ByRefValue reference ) : Amazon.JSII.Runtime.Deputy
VpnRouteEntry::VpnRouteEntry ( DeputyProps props ) : Amazon.JSII.Runtime.Deputy
VpnRouteEntry