PublicCloudConnectorProperties(AwsCloudProfile, PublicCloudHostType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.