ArmAppContainersModelFactory.PatchDetailsNewLayer 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.
New layer update details in the target image.
public static Azure.ResourceManager.AppContainers.Models.PatchDetailsNewLayer PatchDetailsNewLayer(string name = default, string frameworkAndVersion = default, string osAndVersion = default);
static member PatchDetailsNewLayer : string * string * string -> Azure.ResourceManager.AppContainers.Models.PatchDetailsNewLayer
Public Shared Function PatchDetailsNewLayer (Optional name As String = Nothing, Optional frameworkAndVersion As String = Nothing, Optional osAndVersion As String = Nothing) As PatchDetailsNewLayer
Parameters
- name
- String
The details of the new layer for the target image.
- frameworkAndVersion
- String
The framework and its version in the new run image for the target image.
- osAndVersion
- String
The OS name and its version in the new run image for the target image.
Returns
A new PatchDetailsNewLayer instance for mocking.