ArmAppContainersModelFactory.PatchDetailsOldLayer Method

Definition

The old layer details in the target image.

public static Azure.ResourceManager.AppContainers.Models.PatchDetailsOldLayer PatchDetailsOldLayer(string name = default, string frameworkAndVersion = default, string osAndVersion = default);
static member PatchDetailsOldLayer : string * string * string -> Azure.ResourceManager.AppContainers.Models.PatchDetailsOldLayer
Public Shared Function PatchDetailsOldLayer (Optional name As String = Nothing, Optional frameworkAndVersion As String = Nothing, Optional osAndVersion As String = Nothing) As PatchDetailsOldLayer

Parameters

name
String

The details of the old layer for the target image.

frameworkAndVersion
String

The framework and its version in the old run image for the target image.

osAndVersion
String

The OS name and its version in the old run image for the target image.

Returns

A new PatchDetailsOldLayer instance for mocking.

Applies to