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

Gets the BypassPolicies.

ExecutePolicies

Gets the ExecutePolicies.

ExpectPartialPutRequests

Gets the ExpectPartialPutRequests.

NotSpecified

Gets the 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 Nullable<PolicyExecutionType>)
Implicit(String to PolicyExecutionType)

Converts a string to a PolicyExecutionType.

Inequality(PolicyExecutionType, PolicyExecutionType)

Determines if two PolicyExecutionType values are not the same.

Applies to