ModuleUpdateParameters 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
ModuleUpdateParameters() |
Initializes a new instance of the ModuleUpdateParameters class. |
ModuleUpdateParameters(ModuleUpdateProperties) |
Initializes a new instance of the ModuleUpdateParameters class with required arguments. |
ModuleUpdateParameters()
Initializes a new instance of the ModuleUpdateParameters class.
public ModuleUpdateParameters();
Public Sub New ()
Applies to
ModuleUpdateParameters(ModuleUpdateProperties)
Initializes a new instance of the ModuleUpdateParameters class with required arguments.
public ModuleUpdateParameters(Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties properties);
new Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters : Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties -> Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters
Public Sub New (properties As ModuleUpdateProperties)
Parameters
- properties
- ModuleUpdateProperties
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET