你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InformationProtectionAwsOffering Class

Definition

The information protection for AWS offering

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

Constructors

InformationProtectionAwsOffering()

Creates an new InformationProtectionAwsOffering instance.

Properties

Description

The offering description.

InformationProtectionCloudRoleArn

The cloud role ARN in AWS for this feature

OfferingType

The type of the security offering.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InformationProtectionAwsOffering.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InformationProtectionAwsOffering.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InformationProtectionAwsOffering into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to