Share via


ArmServiceFabricModelFactory.UpgradableVersionPathResult Method

Definition

Initializes a new instance of UpgradableVersionPathResult.

public static Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionPathResult UpgradableVersionPathResult (System.Collections.Generic.IEnumerable<string> supportedPath = default);
static member UpgradableVersionPathResult : seq<string> -> Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionPathResult
Public Shared Function UpgradableVersionPathResult (Optional supportedPath As IEnumerable(Of String) = Nothing) As UpgradableVersionPathResult

Parameters

supportedPath
IEnumerable<String>

Returns

A new UpgradableVersionPathResult instance for mocking.

Applies to