ResponsibilityType Struct

Definition

Indicates the customer responsibility type.

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

Constructors

ResponsibilityType(String)

Initializes a new instance of ResponsibilityType.

Properties

Automated

The responsibility is automated.

Manual

The responsibility is manual.

ScopedManual

The responsibility is scoped manual.

Methods

Equals(ResponsibilityType)

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

Determines if two ResponsibilityType values are the same.

Implicit(String to ResponsibilityType)

Converts a string to a ResponsibilityType.

Inequality(ResponsibilityType, ResponsibilityType)

Determines if two ResponsibilityType values are not the same.

Applies to