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

InformationProtectionAwsOffering Constructors

Definition

Overloads

InformationProtectionAwsOffering()

Initializes a new instance of the InformationProtectionAwsOffering class.

InformationProtectionAwsOffering(String, InformationProtectionAwsOfferingInformationProtection)

Initializes a new instance of the InformationProtectionAwsOffering class.

InformationProtectionAwsOffering()

Initializes a new instance of the InformationProtectionAwsOffering class.

public InformationProtectionAwsOffering ();
Public Sub New ()

Applies to

InformationProtectionAwsOffering(String, InformationProtectionAwsOfferingInformationProtection)

Initializes a new instance of the InformationProtectionAwsOffering class.

public InformationProtectionAwsOffering (string description = default, Microsoft.Azure.Management.Security.Models.InformationProtectionAwsOfferingInformationProtection informationProtection = default);
new Microsoft.Azure.Management.Security.Models.InformationProtectionAwsOffering : string * Microsoft.Azure.Management.Security.Models.InformationProtectionAwsOfferingInformationProtection -> Microsoft.Azure.Management.Security.Models.InformationProtectionAwsOffering
Public Sub New (Optional description As String = Nothing, Optional informationProtection As InformationProtectionAwsOfferingInformationProtection = Nothing)

Parameters

description
String

The offering description.

informationProtection
InformationProtectionAwsOfferingInformationProtection

The native cloud connection configuration

Applies to