Amazon.EC2.Model.AssociateDhcpOptionsRequest.AssociateDhcpOptionsRequest C# (CSharp) Method

AssociateDhcpOptionsRequest() public method

Instantiates AssociateDhcpOptionsRequest with the parameterized properties
public AssociateDhcpOptionsRequest ( string vpcId ) : System
vpcId string The ID of the VPC.
return System
        public AssociateDhcpOptionsRequest(string vpcId)
        {
            _vpcId = vpcId;
        }

Same methods

AssociateDhcpOptionsRequest::AssociateDhcpOptionsRequest ( ) : System