Share via


ComputeType Constructors

Definition

Overloads

ComputeType()
ComputeType(String, ComputeTypeProperties)

ComputeType()

public ComputeType ();
Public Sub New ()

Applies to

ComputeType(String, ComputeTypeProperties)

public ComputeType (string name, Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties properties);
new Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType : string * Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties -> Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType
Public Sub New (name As String, properties As ComputeTypeProperties)

Parameters

name
String

Applies to