ResponsibilityType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |