SpatialAnchorsAccount.UpdateStages.WithStorageAccountName Interface

public static interface SpatialAnchorsAccount.UpdateStages.WithStorageAccountName

The stage of the SpatialAnchorsAccount update allowing to specify storageAccountName.

Method Summary

Modifier and Type Method and Description
abstract Update withStorageAccountName(String storageAccountName)

Specifies the storageAccountName property: The name of the storage account associated with this accountId.

Method Details

withStorageAccountName

public abstract SpatialAnchorsAccount.Update withStorageAccountName(String storageAccountName)

Specifies the storageAccountName property: The name of the storage account associated with this accountId.

Parameters:

storageAccountName - The name of the storage account associated with this accountId.

Returns:

the next definition stage.

Applies to