UpdateConfigurationNavigation 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
UpdateConfigurationNavigation() |
Initializes a new instance of the UpdateConfigurationNavigation class. |
UpdateConfigurationNavigation(String) |
Initializes a new instance of the UpdateConfigurationNavigation class. |
UpdateConfigurationNavigation()
Initializes a new instance of the UpdateConfigurationNavigation class.
public UpdateConfigurationNavigation ();
Public Sub New ()
Applies to
UpdateConfigurationNavigation(String)
Initializes a new instance of the UpdateConfigurationNavigation class.
public UpdateConfigurationNavigation (string name = default);
new Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation : string -> Microsoft.Azure.Management.Automation.Models.UpdateConfigurationNavigation
Public Sub New (Optional name As String = Nothing)
Parameters
- name
- String
Name of the software update configuration triggered the software update configuration run
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET