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

ResponsibilityEnvironment(String)

Initializes a new instance of ResponsibilityEnvironment.

Properties

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

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

Equality(ResponsibilityEnvironment, ResponsibilityEnvironment)

Determines if two ResponsibilityEnvironment values are the same.

Implicit(String to ResponsibilityEnvironment)

Converts a string to a ResponsibilityEnvironment.

Inequality(ResponsibilityEnvironment, ResponsibilityEnvironment)

Determines if two ResponsibilityEnvironment values are not the same.

Applies to