ArmAppContainersModelFactory.PatchDetailsOldLayer 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.
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.