FabricCreationInputProperties 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
FabricCreationInputProperties() |
Initializes a new instance of the FabricCreationInputProperties class. |
FabricCreationInputProperties(FabricSpecificCreationInput) |
Initializes a new instance of the FabricCreationInputProperties class. |
FabricCreationInputProperties()
Initializes a new instance of the FabricCreationInputProperties class.
public FabricCreationInputProperties ();
Public Sub New ()
Applies to
FabricCreationInputProperties(FabricSpecificCreationInput)
Initializes a new instance of the FabricCreationInputProperties class.
public FabricCreationInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificCreationInput customDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricCreationInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificCreationInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricCreationInputProperties
Public Sub New (Optional customDetails As FabricSpecificCreationInput = Nothing)
Parameters
- customDetails
- FabricSpecificCreationInput
Fabric provider specific creation input.