Microsoft.Azure.Commands.StreamAnalytics.Models.PSTransformation.PSTransformation C# (CSharp) Method

PSTransformation() public method

public PSTransformation ( ) : Microsoft.Azure.Management.StreamAnalytics.Models
return Microsoft.Azure.Management.StreamAnalytics.Models
        public PSTransformation()
        {
            transformation = new Transformation();
        }

Same methods

PSTransformation::PSTransformation ( Microsoft.Azure.Management.StreamAnalytics.Models.Transformation transformation ) : Microsoft.Azure.Management.StreamAnalytics.Models
PSTransformation