你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceStatusMode Struct

Definition

Current management state of the resource in the deployment stack.

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

Constructors

ResourceStatusMode(String)

Initializes a new instance of ResourceStatusMode.

Properties

DeleteFailed

Unable to delete the resource from Azure. The delete will be retried on the next stack deployment, or can be deleted manually.

Managed

This resource is managed by the deployment stack.

RemoveDenyFailed

Unable to remove the deny assignment on resource.

Methods

Equals(ResourceStatusMode)

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

Equality(ResourceStatusMode, ResourceStatusMode)

Determines if two ResourceStatusMode values are the same.

Implicit(String to ResourceStatusMode)

Converts a string to a ResourceStatusMode.

Inequality(ResourceStatusMode, ResourceStatusMode)

Determines if two ResourceStatusMode values are not the same.

Applies to