ResourceDeletionPolicy Struct
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.
The resource deletion policy.
public readonly struct ResourceDeletionPolicy : IEquatable<Azure.ResourceManager.ProviderHub.Models.ResourceDeletionPolicy>
type ResourceDeletionPolicy = struct
Public Structure ResourceDeletionPolicy
Implements IEquatable(Of ResourceDeletionPolicy)
- Inheritance
-
ResourceDeletionPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceDeletionPolicy(String) |
Initializes a new instance of ResourceDeletionPolicy. |
Properties
| Name | Description |
|---|---|
| CascadeDeleteAll |
Gets the CascadeDeleteAll. |
| CascadeDeleteProxyOnlyChildren |
Gets the CascadeDeleteProxyOnlyChildren. |
| NotSpecified |
Gets the NotSpecified. |
Methods
| Name | Description |
|---|---|
| Equals(ResourceDeletionPolicy) |
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(ResourceDeletionPolicy, ResourceDeletionPolicy) |
Determines if two ResourceDeletionPolicy values are the same. |
| Implicit(String to Nullable<ResourceDeletionPolicy>) | |
| Implicit(String to ResourceDeletionPolicy) |
Converts a string to a ResourceDeletionPolicy. |
| Inequality(ResourceDeletionPolicy, ResourceDeletionPolicy) |
Determines if two ResourceDeletionPolicy values are not the same. |