Compartir a través de


PolicyType Struct

Definition

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

public readonly struct PolicyType : IEquatable<Azure.ResourceManager.Resources.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

BuiltIn.

Custom

Custom.

NotSpecified

NotSpecified.

Static

Static.

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

Converts a String to a PolicyType.

Inequality(PolicyType, PolicyType)

Determines if two PolicyType values are not the same.

Applies to