AutomationAccountPatchParameters 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
AutomationAccountPatchParameters() | |
AutomationAccountPatchParameters(AutomationAccountPatchProperties) |
AutomationAccountPatchParameters()
public AutomationAccountPatchParameters ();
Public Sub New ()
Applies to
AutomationAccountPatchParameters(AutomationAccountPatchProperties)
public AutomationAccountPatchParameters (Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchProperties properties);
new Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters : Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchProperties -> Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters
Public Sub New (properties As AutomationAccountPatchProperties)
Parameters
- properties
- AutomationAccountPatchProperties
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET