Freigeben über


PolicyExecutionType Struct

Definition

The policy execution type.

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

Constructors

Name Description
PolicyExecutionType(String)

Initializes a new instance of PolicyExecutionType.

Properties

Name Description
BypassPolicies

BypassPolicies.

ExecutePolicies

ExecutePolicies.

ExpectPartialPutRequests

ExpectPartialPutRequests.

NotSpecified

NotSpecified.

Methods

Name Description
Equals(PolicyExecutionType)

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

Determines if two PolicyExecutionType values are the same.

Implicit(String to PolicyExecutionType)

Converts a String to a PolicyExecutionType.

Inequality(PolicyExecutionType, PolicyExecutionType)

Determines if two PolicyExecutionType values are not the same.

Applies to