Condividi tramite


UnmanageActionResourceMode Struct

Definition

Specifies an action for a newly unmanaged resource.

public readonly struct UnmanageActionResourceMode : IEquatable<Azure.ResourceManager.Resources.DeploymentStacks.Models.UnmanageActionResourceMode>
type UnmanageActionResourceMode = struct
Public Structure UnmanageActionResourceMode
Implements IEquatable(Of UnmanageActionResourceMode)
Inheritance
UnmanageActionResourceMode
Implements

Constructors

Name Description
UnmanageActionResourceMode(String)

Initializes a new instance of UnmanageActionResourceMode.

Properties

Name Description
Delete

Delete the resources from Azure.

Detach

Keep the resources in Azure.

Methods

Name Description
Equals(UnmanageActionResourceMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(UnmanageActionResourceMode, UnmanageActionResourceMode)

Determines if two UnmanageActionResourceMode values are the same.

Implicit(String to Nullable<UnmanageActionResourceMode>)
Implicit(String to UnmanageActionResourceMode)

Converts a string to a UnmanageActionResourceMode.

Inequality(UnmanageActionResourceMode, UnmanageActionResourceMode)

Determines if two UnmanageActionResourceMode values are not the same.

Applies to