NetworkDeviceUpgradeContent(String) Constructor
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.
Initializes a new instance of NetworkDeviceUpgradeContent.
public NetworkDeviceUpgradeContent(string version);
new Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceUpgradeContent : string -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceUpgradeContent
Public Sub New (version As String)
Parameters
- version
- String
Version to which the device needs to be upgraded.
Exceptions
version is null.