ArmStorageMoverModelFactory.SourceEndpointProperties Method
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.
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.