FluxLayerSelector Class
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.
Parameters to specify which layer to pull from the OCI artifact. By default, the first layer in the artifact is pulled.
public class FluxLayerSelector : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxLayerSelector>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxLayerSelector>
type FluxLayerSelector = class
interface IJsonModel<FluxLayerSelector>
interface IPersistableModel<FluxLayerSelector>
Public Class FluxLayerSelector
Implements IJsonModel(Of FluxLayerSelector), IPersistableModel(Of FluxLayerSelector)
- Inheritance
-
FluxLayerSelector
- Implements
Constructors
| Name | Description |
|---|---|
| FluxLayerSelector() |
Initializes a new instance of FluxLayerSelector. |
Properties
| Name | Description |
|---|---|
| MediaType |
The first layer matching the specified media type will be used. |
| Operation |
The operation to be performed on the selected layer. The default value is 'extract', but it can be set to 'copy'. |