PublicCloudConnectorProperties(AwsCloudProfile, PublicCloudHostType) Constructor

Definition

Initializes a new instance of PublicCloudConnectorProperties.

public PublicCloudConnectorProperties(Azure.ResourceManager.HybridConnectivity.Models.AwsCloudProfile awsCloudProfile, Azure.ResourceManager.HybridConnectivity.Models.PublicCloudHostType hostType);
new Azure.ResourceManager.HybridConnectivity.Models.PublicCloudConnectorProperties : Azure.ResourceManager.HybridConnectivity.Models.AwsCloudProfile * Azure.ResourceManager.HybridConnectivity.Models.PublicCloudHostType -> Azure.ResourceManager.HybridConnectivity.Models.PublicCloudConnectorProperties
Public Sub New (awsCloudProfile As AwsCloudProfile, hostType As PublicCloudHostType)

Parameters

awsCloudProfile
AwsCloudProfile

Cloud profile for AWS.

hostType
PublicCloudHostType

Host cloud the public cloud connector.

Exceptions

awsCloudProfile is null.

Applies to