ArmAppContainersModelFactory.PatchDetailsNewLayer Method

Definition

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.

Applies to