ResourceAnnotationMutationBehavior Enum
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.
Specifies behavior of the WithAnnotation<TAnnotation>(ResourceAnnotationMutationBehavior) method when adding an annotation to the Annotations collection of a resource.
public enum ResourceAnnotationMutationBehavior
type ResourceAnnotationMutationBehavior =
Public Enum ResourceAnnotationMutationBehavior
- Inheritance
-
ResourceAnnotationMutationBehavior
Fields
Name | Value | Description |
---|---|---|
Append | 0 | Append the annotation to the collection. Existing annotations will be kept. |
Replace | 1 | Replace the existing annotation. The existing annotation will be removed. |