ImportClusterParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImportClusterParameters() |
Initializes a new instance of the ImportClusterParameters class. |
ImportClusterParameters(IList<String>) |
Initializes a new instance of the ImportClusterParameters class. |
ImportClusterParameters()
Initializes a new instance of the ImportClusterParameters class.
public ImportClusterParameters ();
Public Sub New ()
Applies to
ImportClusterParameters(IList<String>)
Initializes a new instance of the ImportClusterParameters class.
public ImportClusterParameters (System.Collections.Generic.IList<string> sasUris);
new Microsoft.Azure.Management.RedisEnterprise.Models.ImportClusterParameters : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RedisEnterprise.Models.ImportClusterParameters
Public Sub New (sasUris As IList(Of String))