Share via


ActionOnUnmanage Constructors

Definition

Overloads

ActionOnUnmanage()

Initializes a new instance of the ActionOnUnmanage class.

ActionOnUnmanage(String, String, String)

Initializes a new instance of the ActionOnUnmanage class.

ActionOnUnmanage()

Initializes a new instance of the ActionOnUnmanage class.

public ActionOnUnmanage ();
Public Sub New ()

Applies to

ActionOnUnmanage(String, String, String)

Initializes a new instance of the ActionOnUnmanage class.

public ActionOnUnmanage (string resources, string resourceGroups = default, string managementGroups = default);
new Microsoft.Azure.Management.Resources.Models.ActionOnUnmanage : string * string * string -> Microsoft.Azure.Management.Resources.Models.ActionOnUnmanage
Public Sub New (resources As String, Optional resourceGroups As String = Nothing, Optional managementGroups As String = Nothing)

Parameters

resources
String

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. Possible values include: 'delete', 'detach'

resourceGroups
String

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. Possible values include: 'delete', 'detach'

managementGroups
String

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. Possible values include: 'delete', 'detach'

Applies to