ArmAppNetworkModelFactory.AppLinkReleaseChannelInfo(String, String) 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.
Release channel information.
public static Azure.ResourceManager.AppNetwork.Models.AppLinkReleaseChannelInfo AppLinkReleaseChannelInfo(string releaseChannel = default, string version = default);
static member AppLinkReleaseChannelInfo : string * string -> Azure.ResourceManager.AppNetwork.Models.AppLinkReleaseChannelInfo
Public Shared Function AppLinkReleaseChannelInfo (Optional releaseChannel As String = Nothing, Optional version As String = Nothing) As AppLinkReleaseChannelInfo
Parameters
- releaseChannel
- String
Release channel.
- version
- String
Istio version behind release channel.
Returns
A new AppLinkReleaseChannelInfo instance for mocking.