ArmManagedNetworkFabricModelFactory.NetworkDeviceUpgradeContent Method
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 static Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceUpgradeContent NetworkDeviceUpgradeContent(string version = default, Uri rwDeviceConfigUri = default);
static member NetworkDeviceUpgradeContent : string * Uri -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceUpgradeContent
Public Shared Function NetworkDeviceUpgradeContent (Optional version As String = Nothing, Optional rwDeviceConfigUri As Uri = Nothing) As NetworkDeviceUpgradeContent
Parameters
- version
- String
Version to which the device needs to be upgraded.
- rwDeviceConfigUri
- Uri
URL to the file containing Read-write configuration to be applied on the device during upgrade.
Returns
A new NetworkDeviceUpgradeContent instance for mocking.