Aracılığıyla paylaş


AzureDevOpsScopeEnvironment Class

Definition

The AzureDevOps scope connector's environment data

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsScopeEnvironmentTypeConverter))]
public class AzureDevOpsScopeEnvironment : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsScopeEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AzureDevOpsScopeEnvironmentTypeConverter))>]
type AzureDevOpsScopeEnvironment = class
    interface IAzureDevOpsScopeEnvironment
    interface IJsonSerializable
    interface ISecurityConnectorEnvironment
    interface IValidates
Public Class AzureDevOpsScopeEnvironment
Implements IAzureDevOpsScopeEnvironment, IValidates
Inheritance
AzureDevOpsScopeEnvironment
Attributes
Implements

Constructors

AzureDevOpsScopeEnvironment()

Creates an new AzureDevOpsScopeEnvironment instance.

Properties

EnvironmentType

The type of the environment data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureDevOpsScopeEnvironment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureDevOpsScopeEnvironment.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IAzureDevOpsScopeEnvironment.

FromJsonString(String)

Creates a new instance of AzureDevOpsScopeEnvironment, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureDevOpsScopeEnvironment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to