ArmStorageMoverModelFactory.SourceEndpointProperties Method

Definition

The properties of the cloud source endpoint to migrate.

public static Azure.ResourceManager.StorageMover.Models.SourceEndpointProperties SourceEndpointProperties(string name = default, Azure.Core.ResourceIdentifier sourceEndpointResourceId = default, Azure.Core.ResourceIdentifier awsS3BucketId = default);
static member SourceEndpointProperties : string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageMover.Models.SourceEndpointProperties
Public Shared Function SourceEndpointProperties (Optional name As String = Nothing, Optional sourceEndpointResourceId As ResourceIdentifier = Nothing, Optional awsS3BucketId As ResourceIdentifier = Nothing) As SourceEndpointProperties

Parameters

name
String

The name of the cloud source endpoint to migrate.

sourceEndpointResourceId
ResourceIdentifier

The fully qualified ARM resource ID of the cloud source endpoint to migrate.

awsS3BucketId
ResourceIdentifier

The fully qualified ARM resource ID of the AWS S3 bucket to migrate.

Returns

A new SourceEndpointProperties instance for mocking.

Applies to