Condividi tramite


PolicyType Struct

Definition

The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.

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

Constructors

Name Description
PolicyType(String)

Initializes a new instance of PolicyType.

Properties

Name Description
BuiltIn

The built in policy definition type.

Custom

The custom policy definition type.

NotSpecified

The not specified policy definition type.

Static

The static policy definition type.

Methods

Name Description
Equals(PolicyType)

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(PolicyType, PolicyType)

Determines if two PolicyType values are the same.

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

Converts a string to a PolicyType.

Inequality(PolicyType, PolicyType)

Determines if two PolicyType values are not the same.

Applies to