ResponsibilityEnvironment Struct

Definition

Indicates the customer responsibility supported cloud environment.

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

Constructors

Name Description
ResponsibilityEnvironment(String)

Initializes a new instance of ResponsibilityEnvironment.

Properties

Name Description
Aws

The responsibility is supported in AWS.

Azure

The responsibility is supported in Azure.

Gcp

The responsibility is supported in GCP.

General

The responsibility is general requirement of all environment.

Methods

Name Description
Equals(ResponsibilityEnvironment)

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

Determines if two ResponsibilityEnvironment values are the same.

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

Converts a string to a ResponsibilityEnvironment.

Inequality(ResponsibilityEnvironment, ResponsibilityEnvironment)

Determines if two ResponsibilityEnvironment values are not the same.

Applies to