ArmStorageMoverModelFactory.TargetEndpointProperties Method

Definition

The properties of the cloud target endpoint to migrate.

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

Parameters

name
String

The name of the cloud target endpoint to migrate.

targetEndpointResourceId
ResourceIdentifier

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

azureStorageAccountResourceId
ResourceIdentifier

The fully qualified ARM resource ID of the Azure Storage account.

azureStorageBlobContainerName
String

The name of the Azure Storage blob container.

Returns

A new TargetEndpointProperties instance for mocking.

Applies to