ActionOnUnmanage Class

Definition

Defines the behavior of resources that are no longer managed after the stack is updated or deleted.

public class ActionOnUnmanage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ActionOnUnmanage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ActionOnUnmanage>
type ActionOnUnmanage = class
    interface IJsonModel<ActionOnUnmanage>
    interface IPersistableModel<ActionOnUnmanage>
Public Class ActionOnUnmanage
Implements IJsonModel(Of ActionOnUnmanage), IPersistableModel(Of ActionOnUnmanage)
Inheritance
ActionOnUnmanage
Implements

Constructors

ActionOnUnmanage(DeploymentStacksDeleteDetachEnum)

Initializes a new instance of ActionOnUnmanage.

Properties

ManagementGroups

Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.

ResourceGroups

Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.

Resources

Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.

Explicit Interface Implementations

IJsonModel<ActionOnUnmanage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ActionOnUnmanage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActionOnUnmanage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActionOnUnmanage>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ActionOnUnmanage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to