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

Name Description
ResponsibilityType(String)

Initializes a new instance of ResponsibilityType.

Properties

Name Description
Automated

The responsibility is automated.

Manual

The responsibility is manual.

ScopedManual

The responsibility is scoped manual.

Methods

Name Description
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

Name Description
Equality(ResponsibilityType, ResponsibilityType)

Determines if two ResponsibilityType values are the same.

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

Converts a string to a ResponsibilityType.

Inequality(ResponsibilityType, ResponsibilityType)

Determines if two ResponsibilityType values are not the same.

Applies to