ArmManagedNetworkFabricModelFactory.NetworkDeviceUpgradeContent Method

Definition

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.

Applies to